> For the complete documentation index, see [llms.txt](https://docs.champz.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.champz.world/main-screen/barracks/characters-and-character-creation/rebirth.md).

# Rebirth

Rebirth is a functionality available from level 15 onwards. It will reset the EXP of a Champ to zero, thus setting its level back to 1. You can rebirth every character maximum two times.&#x20;

To perform a rebirth, press the button that is available for every Champ from level 15 onwards.&#x20;

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

Each rebirth brings substantial benefits:

The Champ gets an additional random attribute, called secondary attribute. This is a new bonus and can not be the same type as the already existing one (For the possible attribute bonuses refer to [Characters](https://docs.fungea.world/gameplay/characters)). The value range for the secondary attributes is 50% lower than the range for the corresponding main attribute. \
E.g. \
Priest main attribute: 3% - 9%\
Regeneration as secondary attribute: 3% - 6%

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

Every rebirth of an[ NFT Champ](/main-screen/barracks.md) increased the daily login reward for the player (see [Daily Login Bonus](/currencies/earn-truffles.md#daily-login-bonus))


---

# 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.champz.world/main-screen/barracks/characters-and-character-creation/rebirth.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.
