# Minions Upgrading

You can get more battle powers by upgrading your NFTs.

Upgrading condition is to burn each 2 of them to get higher level NFTs.

|  Upgrade  |    Burn    | Success Rate |
| :-------: | :--------: | :----------: |
|   Common  |      -     |       -      |
|  Uncommon |  2 Common  |     100%     |
|    Rare   | 2 Uncommon |      80%     |
|    Epic   |   2 Rare   |      30%     |
| Legendary |   2 Epic   |      10%     |

{% hint style="success" %}
Each upgrade will consume $1 worth of TWI or STWI

If the upgrade is successful, a minion with a higher rarity will be minted; if the upgrade fails, only a minion of the same rarity will be minted.
{% endhint %}

![](https://1044485115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfHFYAucyIHsJ3lHe9mnz%2Fuploads%2FOZwaw9nt5TPee23igFLH%2F5.png?alt=media\&token=048e807a-9315-4be2-8cfd-0b268326e793)


---

# Agent Instructions: 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:

```
GET https://twilight-nft.gitbook.io/twilight-game/minions-upgrading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
