# Character Levels

Each character starts out at level one, requiring experience attained through successful combat to increase.

Character levels determine the amount of power they have during combat calculations, and in turn determines the SKILL payout on victories.

## Level Milestones

Level milestones are specific points where the character receives a large boost in power, and in turn increases their SKILL payout.

Currently milestones occur every ten levels, starting from 11 then 21, 31, 41, etc.

## Calculating Experience

To calculate whether or not it is time to claim, you can make a copy of the following spreadsheet:

Link to the spreadsheet here: [**CryptoBlades Experience Calculator**](https://docs.google.com/spreadsheets/d/1k3TZUTviY7DH7y4iqaVVuolHwi4GnGF7uudOxcLKUUc/edit?usp=sharing)

An overview of the experience table can be found below:

{% embed url="<https://docs.google.com/spreadsheets/d/e/2PACX-1vQf3KCOa1X2-R7wGop0lVzePGIPEZ_ONe4KXAcuuxHWg8lNGBLmAk1lDfRUCUESA28ZqZ-xKwA0BlWG/pubhtml?gid=0&single=true>" %}
Experience Table - July 3rd, 2021
{% endembed %}

## Claiming Experience

![](/files/-MdpjF_GwNuWZ_9_7hbX)

Experience won through battles is stored in the Rewards bar, similar to SKILL.

As claiming experience costs a gas fee for the transaction, it is recommended to only claim your experience for a character if it will push them to the next milestone if the character in question is under level 41.

Past level 41, it becomes beneficial to claim their experience every level thereafter as the boost in power will result in more SKILL gained through fight payouts.

{% hint style="info" %}
Often times due to varying win rates, character levels may become desynced.

It is always a good idea to claim experience before fighting with a character if that experience pushes them to the next milestone.

If other characters will not yet hit their respective milestones, it might be beneficial to stop fighting with that character and let others catch up assuming their stamina isn't full.
{% endhint %}

## Power Per Level

To calculate the amount of power a character gets at a certain level, we refer to the formula below:

$$
charPower = 1000 + ((charLevel - 1) \* 10) \* (Math.Floor((charLevel - 1) / 10) + 1
$$

More information on how character power is used to determine combat calculations and payouts can be found here:

{% content-ref url="/pages/-MdGoJwX1h\_9dTR6UwOu" %}
[Fighting](/wiki/combat/fighting.md)
{% endcontent-ref %}


---

# 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://cryptoblades.gitbook.io/wiki/characters/what-are-characters/experience-and-levels.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.
