> For the complete documentation index, see [llms.txt](https://dinger.gitbook.io/legends-of-dinger/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dinger.gitbook.io/legends-of-dinger/gameplay/leveling-system.md).

# Leveling System

* D-Cat NFT can be leveled up by sacrificing other D-Cat NFT of the same rarity and level.&#x20;
* **The element of the base D-Cat will be retained in case where D-Cat NFT with a different element is sacrificed for level up.**&#x20;
* The leveled up character will improve their character stats.&#x20;
* The D-Cat lives of the sacrificed D-Cat NFT will be added to the leveled up D-Cat NFT with maximum life of 9.
* There is a required amount of $Dinger per Level.&#x20;
* After Leveling up a character the player will lose the sacrificed D-Cat NFT.&#x20;
* You can’t obtain level up on battles
* Dinger NFT can be used as level up material in any D-Cat's level and rarity
* Leveling feature can be accessed in the marketplace webpage

**Requirements in Leveling Up**

| Level with Same Rarity | Lvl 1 to Lvl 2  | Lvl 2 to Lvl 3  | Lvl 3 to Lvl 4   | Lvl 4 to Lvl 5   |
| ---------------------- | --------------- | --------------- | ---------------- | ---------------- |
| Needed                 | 7400000 $Dinger | 7400000 $Dinger | 11000000 $Dinger | 11000000 $Dinger |

**Character Stats Improvement by Leveling Up**

| HP                                                                                   | ATK                                                                                          | CRIT                                                                                     | DEF                                                                                    |
| ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| Random between 10%-20% of the sacrificed D-Cat's HP will be added to base D-Cat's HP | Random between 10%-20% of the sacrificed D-Cat's Attack will be added to base D-Cat's Attack | Random between 10%-20% of the sacrificed D-Cat's Crit will be added to base D-Cat's Crit | Random between 10%-20% of the sacrificed D-Cat's Def will be added to base D-Cat's Def |


---

# 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://dinger.gitbook.io/legends-of-dinger/gameplay/leveling-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.
