# Leveling

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

The level in the game has no boundaries. However, it gets progressively harder to level up characters. This is especially true for characters who do not use any equipment.

&#x20;

Leveling is permanent, this means the avatars are sold with their level on them.

Stat distribution is not permanent. When an avatar is put on the market their stats will be reset.

An avatar cannot be sold without resetting its stats.

&#x20;

Stats can be reset for a small amount of money/tokens to allow changes in tactics and strategy of the using player.

&#x20;

### Experience Requirements <a href="#n3594tykyo2i" id="n3594tykyo2i"></a>

&#x20;

| Level | Total Exp | Exp Required |
| ----- | --------- | ------------ |
| 1     | 0         | 1000         |
| 2     | 1000      | 1500         |
| 3     | 2500      | 2250         |
| 4     | 4750      | 3375         |
| 5     | 8125      | 5063         |
| 6     | 13188     | 7594         |
| 7     | 20782     | 11391        |
| 8     | 32173     | 17086        |
| 9     | 49259     | 25629        |
| 10    | 74888     | 38443        |

Experience required to go from Level X to Level X+1 is calculated by the following:

&#x20;                                        <img src="/files/69KIXJbMjZhqziKG4vZx" alt="" data-size="original">

### Gaining Experience <a href="#id-7ehhojn6z2o8" id="id-7ehhojn6z2o8"></a>

Actions taken inside the game provide experience to the players. In general spending energy provides experience however, different actions have different weights on how experience is generated.

&#x20;

| Action      | Modifier                           |
| ----------- | ---------------------------------- |
| Mining      | x1                                 |
| Attacking   | x 0.2 x Damage x √Level Difference |
| Adventuring | x1.5                               |

&#x20;

### Gaining and Distributing Stats <a href="#id-3bj914vf4d86" id="id-3bj914vf4d86"></a>

Avatars will gain a free “stat” point which can be assigned to any stat in-game. These stats can be redistributed if they want.\
We can have a timer to allow redistribution or we can make it cost tokens to perform a redistribution.


---

# 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://gainhive-and-gainpad.gitbook.io/whitepaper/gameplay/leveling.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.
