# Experience Formula

**Until level 160**, Mythera follows the standard Tibia experience formula for total accumulated experience:

<mark style="color:$success;">Experience = (((level - 6) × level + 17) × level - 12) / 6 × 100</mark>

From **level 161** onward, each new level receives an additional compound increase of **0.2% per level** above 160.

In other words, levels up to 160 follow the classic formula, while higher levels become progressively harder due to the extra scaling bonus applied to each level transition.

**After level 160**, the experience required for each individual level is calculated as:

<mark style="color:$success;">Base(L) = 50L² - 250L + 400</mark>

<mark style="color:$success;">Level Experience = Base(L) × 1.002^(L - 160)</mark>

Where L is the level being reached.


---

# 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://mythera74.gitbook.io/mythera74/informations/experience-formula.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.
