# Fusiones (Upgrades de rarezas)

&#x20;Que seria un juego NFT sin poder fusionar NFTs. Por ello, hemos creado este sistema de fusión el cual podrás mejorar la rareza de tu NFT.

| Rareza Inicial | Rareza Destino | Coste                          |
| -------------- | -------------- | ------------------------------ |
| Común          | Poco raro      | 3 NFTS Comunes + 50 BATH       |
| Poco raro      | Raro           | 3 NFTS Poco Raros+ 150 BATH    |
| Raro           | Épico          | 3 NFTS Raros + 500 BATH        |
| Épico          | Legendario     | 3 NFTS Épicos + 1000 BATH      |
| Legendario     | Mítico         | 3 NFTS Legendarios + 2000 BATH |

{% hint style="info" %}
Los 3 NFTs, ya sean Armas o Héroes deben de ser el mismo Héroe o Arma. No se puede upgradear diferentes tipos. Por ejemplo: Si quieres pasar de poco raro a Raro el Héroe Oso, deberás tener 3 NFTs Poco Raros de Oso
{% endhint %}

{% hint style="info" %}
El NFT resultante, no es aleatorio. Si fusionas NFTs de más nivel, tendrás más probabilidad de que el NFT resultante sea de mejores estadísticas.
{% endhint %}


---

# 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://whitepaper.battlehero.io/el-juego/upgrade-de-rarezas.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.
