# Experience Points(Exp)

## Experience

Players can get Exp by taking damage during missions, consuming experience scrolls, completing daily bounties.

| Get Exp Ways                  | Gain Exp |
| ----------------------------- | -------- |
| Taking damage during missions | 5        |
| Experience Scrolls            | 10       |
| Daily Bounties                | 30       |

## Level Up

When the keeper's experience reaches the standard, players can spend MKP token to level up. After leveling up, heroes with different traits will have different abilities boost.&#x20;

![](/files/aticJHH1FhNgT2ZYP4nr)

{% tabs %}
{% tab title="Common" %}

<table><thead><tr><th width="150">Level</th><th width="150">Exp</th><th>Cost</th></tr></thead><tbody><tr><td>LV0</td><td>100</td><td>10 MKP</td></tr><tr><td>LV1</td><td>200</td><td>15 MKP</td></tr><tr><td>LV2</td><td>300</td><td>20 MKP</td></tr><tr><td>LV3</td><td>400</td><td>25 MKP</td></tr><tr><td>LV4</td><td>500</td><td>30 MKP</td></tr><tr><td>LV5</td><td>-</td><td>-</td></tr></tbody></table>
{% endtab %}

{% tab title="Rare" %}

<table><thead><tr><th width="150">Level</th><th width="150">Exp</th><th>Cost</th></tr></thead><tbody><tr><td>LV0</td><td>100</td><td>10 MKP</td></tr><tr><td>LV1</td><td>200</td><td>15 MKP</td></tr><tr><td>LV2</td><td>300</td><td>20 MKP</td></tr><tr><td>LV3</td><td>400</td><td>25 MKP</td></tr><tr><td>LV4</td><td>500</td><td>30 MKP</td></tr><tr><td>LV5</td><td>-</td><td>-</td></tr></tbody></table>
{% endtab %}

{% tab title="Epic" %}

<table><thead><tr><th width="150">Level</th><th width="150">Exp</th><th>Cost</th></tr></thead><tbody><tr><td>LV0</td><td>100</td><td>20 MKP</td></tr><tr><td>LV1</td><td>200</td><td>25 MKP</td></tr><tr><td>LV2</td><td>300</td><td>30 MKP</td></tr><tr><td>LV3</td><td>400</td><td>35 MKP</td></tr><tr><td>LV4</td><td>500</td><td>40 MKP</td></tr><tr><td>LV5</td><td>-</td><td>-</td></tr></tbody></table>
{% endtab %}

{% tab title="Legend" %}

<table><thead><tr><th width="150">Level</th><th width="150">Exp</th><th>Cost</th></tr></thead><tbody><tr><td>LV0</td><td>100</td><td>20 MKP</td></tr><tr><td>LV1</td><td>200</td><td>25 MKP</td></tr><tr><td>LV2</td><td>300</td><td>30 MKP</td></tr><tr><td>LV3</td><td>400</td><td>35 MKP</td></tr><tr><td>LV4</td><td>500</td><td>40 MKP</td></tr><tr><td>LV5</td><td>-</td><td>-</td></tr></tbody></table>
{% endtab %}

{% tab title="Myth" %}

<table><thead><tr><th width="150">Level</th><th width="150">Exp</th><th>Cost</th></tr></thead><tbody><tr><td>LV0</td><td>100</td><td>30 MKP</td></tr><tr><td>LV1</td><td>200</td><td>35 MKP</td></tr><tr><td>LV2</td><td>300</td><td>40 MKP</td></tr><tr><td>LV3</td><td>400</td><td>45 MKP</td></tr><tr><td>LV4</td><td>500</td><td>50 MKP</td></tr><tr><td>LV5</td><td>-</td><td>-</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://keeper-meta.gitbook.io/meta-keeper-white-paper/gameplay/keeper/experience-points-exp.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.
