# Level / Status

### Level&#x20;

This parameter represents the grade of the strength of Chain Hunters.&#x20;

You can level up by meeting the required amount of experience, which varies with each level. Upon leveling up, basic status enhancements and skill acquisition are possible.

Experience points can be obtained by playing various game modes or by consuming training items, with the required amount varying depending on the rarity and current level of the Chain Hunter. There is also a maximum level cap, and surpassing this cap to further level up requires breaking through the level limit.

### Status&#x20;

This is a numerical value that concretely represents the strength of a Chain Hunter and is a parameter referenced in battle. The higher the value, the better, and it includes the following parameters.

| Parameter Name | Overall                                                                                                      |
| -------------- | ------------------------------------------------------------------------------------------------------------ |
| HP             | Physical strength. During battle, if physical strength drops to zero, the character becomes unable to fight. |
| ATK            | Increases the damage with physical attacks.                                                                  |
| DEF            | Reduces the damage received from physical attacks.                                                           |
| MGI            | Increases the damage with magical attacks                                                                    |
| RES            | Reduces the damage received from magical attacks.                                                            |
| AGI            | Affect the action order in each turn.                                                                        |
| HEL            | Mainly affects the amount of healing from HP recovery skills.                                                |
| DEX            | Mainly affects the success rate of buffs and debuffs on the status.                                          |
| KRM            | Affect special attacks against Bounty Heads                                                                  |


---

# 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://the-chain-hunters.gitbook.io/en/nft-and-in-game-item/chain-hunter/level-status.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.
