> For the complete documentation index, see [llms.txt](https://championhunters.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://championhunters.gitbook.io/whitepaper/characters.md).

# Characters

![](/files/1DGLtHVuPUeD98HXsXJc)

### **Characters (Hunters)**

* Starting the game gives you a free class C characte&#x72;**.**
* Recruiting new characters requires CHAMP tokens and a random class character can be obtained. A maximum of 4 characters can be used on your adventure.
* There are 5 classes of characters which define their natural power, Class C hunter being the most common and class SS (Super Special) being the most powerful. (SS > S > A > B > C).
* Recruitment probability:
  * Class C = 37%
  * Class B = 33%
  * Class A = 20%
  * Class S = 9.7%
  * Class SS = .3%
  * Characters can also be traded at the marketplace
  * New character types will be added in future game updates

### Sample class initial stats:

![](/files/hF5TqbE370weEMZswJhu)

### **Stats**

Choose how you build your character each time you level up through upgrading their specific trait&#x73;**.**

![Each level up gives 3 upgrade points that can be used to make the character stronger](/files/RcpiX3v2gT2nNqd6oaWr)

* **Heart** - Health (maximum Health points)
* **Power** - Damage (increases amount of damage to enemy)
* **Body** - Defense (lowers damage taken from enemy)
* **Energy** - Stamina (raises max energy and stamina)
* **Focus**- Critical (Raises critical chance: Critical attacks makes double damage)


---

# 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://championhunters.gitbook.io/whitepaper/characters.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.
