> For the complete documentation index, see [llms.txt](https://goldenrat.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://goldenrat.gitbook.io/whitepaper/game/heroes-reborn.md).

# Heroes Reborn

To ensure the game is operated stably, the Reborn function will help the ecosystem not to be inflated and the project side can control the rewards and support ROI for investors better.

Each Heroes NFT will have its own unique longevity, corresponding to the Total Matched of the NFTs displayed.

After reaching the life limit, Heroes NFT will no longer be used to play games. If you want to reuse it, you can use the Reborn feature to regenerate a new life.

Players need to pay a small fee to Reborn

* <mark style="background-color:green;">**Common Reborn:**</mark> <mark style="color:green;">**0.1 BNB or 40M $RATS**</mark>
* <mark style="background-color:blue;">**Rare Reborn**</mark><mark style="background-color:blue;">:</mark> <mark style="color:blue;">**0.12 BNB or 48M $RATS**</mark>
* <mark style="background-color:purple;">**Epic Reborn:**</mark> <mark style="color:purple;">**0.18 BNB or 72M $RATS**</mark>
* <mark style="background-color:yellow;">**Legendary Reborn:**</mark> <mark style="color:yellow;">**0.3 BNB or 120M $RATS**</mark>

{% hint style="warning" %}
The game will be fairer when Heroes reborn fees by level are applied. Each level of Heroes will increase Reborn fee by 1% compared to the initial based fee.
{% endhint %}

<figure><img src="/files/NPn3XmIsVCPtBRzGdx74" alt=""><figcaption></figcaption></figure>


---

# 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://goldenrat.gitbook.io/whitepaper/game/heroes-reborn.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.
