# 3.9.1. Characters Level Upgrade

When a character is obtained from the chest or bought from the Metarun game store has the first level, but if purchased from the secondary market, the character level can be higher. The current rarity of the skin determines the character's maximum level.

Each class, character level upgrade to the next level, required some amount of soft currency(GOLD), hard currency(OPAL), and MetaRun native token ($MRUN).

According to the following principle, the character level increases:

&#x20;      **x1 \* GOLD + x2 \* OPAL + x3 \* $MRUN = Current Level +1**


---

# 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://doc.metarun.game/metarun-gameplay/3.9-character-level/3.9.1.-characters-level-upgrade.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.
