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

# Player Avatars

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

This details the implementation of the avatars, their inventory and their statistics.

There are two types of avatars in the game. The first one is the permanent avatars, which permanently belong to players. They can be sold and traded as the player's content.

The 12000 avatars are bought from our marketplace. These are Founder Avatars. There are also another 12000 avatars that can become accessible by staking a certain amount of tokens into our game. These avatars are called the Shell Avatars

## Stats

|                     | Abbreviation |                                                                                                     |
| ------------------- | ------------ | --------------------------------------------------------------------------------------------------- |
| Attack              | ATT          | Determines the attack strength of the avatar.                                                       |
| Defense             | DEF          | Determines the defense strength of the avatar.                                                      |
| Health Points       | HP           | Determines the total health of the avatar.                                                          |
| Range               | RNG          | Determines the amount of tiles an avatar can shoot using a ranged attack.                           |
| Mining              | MINE         | Determines the chance roll at which the avatar mines.                                               |
| Regeneration        | REG          | Determines the speed at which the avatar regenerates health points.                                 |
| Vitality (optional) | VIT          | Determines the speed at which the avatar is ready to spawn after death.                             |
| Energy              | ENG          | This affects the energy the players can do to perform actions in the game see the actions document. |


---

# 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://gainhive.gitbook.io/gainhive-whitepaper/gameplay/player-avatars.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.
