> For the complete documentation index, see [llms.txt](https://docs.saiyan.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saiyan.gg/saiyan/upgrade-system.md).

# Upgrade System

Upgrade Feature Guide The Upgrade feature allows players to optimize profits and increase their $ZENI earnings, even with less fortunate pack openings or when managing unused cards in their inventory.

<mark style="color:orange;">**Steps to Upgrade:**</mark>

1. **Select Warriors as materials**

&#x20;Choose Warriors from your inventory:&#x20;

* Warriors currently equipped must be unequipped before being used as materials.&#x20;
* Required quantity: Ensure you select the exact number of Warriors required to proceed to the next step.

2. **Review success rate (Upgrade Rate)**&#x20;

* The success rate depends on the rarity and current level of the Warriors. Each upgrade attempt may have a different success rate, so carefully consider these rates to optimize your resources.

3. **Upgrade Fee**

* Upgrade costs are paid in $SAIYAN tokens.&#x20;
* The fee varies based on the rarity and level of the card being upgraded.

4. **Upgrade Results**&#x20;

* If successful:&#x20;

Your card will reach a new level, significantly boosting its $ZENI earnings.&#x20;

* If failed:

&#x20;All materials, including the Warriors and $SAIYAN tokens used in the upgrade attempt, will be lost. Strategize wisely to maximize your efficiency and dominate your journey!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.saiyan.gg/saiyan/upgrade-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
