> For the complete documentation index, see [llms.txt](https://coin-musme.gitbook.io/coin-musme-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coin-musme.gitbook.io/coin-musme-white-paper/english-1/5.-arena-battle/arena-rank.md).

# 5.1 Arena Rank

* Arena ranks are divided into 40 levels, and players start from the lowest rank when beginning the game. Winning an Arena battle earns 100 Arena points, and winning 3 or more consecutive battles earns 1000 Arena points each time. Losing a battle results in a loss of 200 Arena points, and losing 3 or more consecutive battles results in a loss of 1000 Arena points each time. Players rank up when they gain 1000 Arena points within each Arena rank, and rank down if their points fall below 0.
* Each Arena has specified parameters based on rank and events. As you progress to higher Arenas, you can gain more experience points and CP, and skill levels are easier to increase. The stamina of the Condition will be consumed in every battle at fixed rate.

<figure><img src="/files/UdFu6bnFFYAlfw37w9t1" alt="" width="375"><figcaption></figcaption></figure>

* In the Arena Battle, players assemble a deck of 5 Idols and compete against each other 5 times, once for each Idol. 3 or more wins out of 5 matches will result in a win, and 2 or less wins will result in a loss. If you win three consecutive victories, you will receive a bonus in rank points, and if you lose three consecutive battles, you will receive a penalty.
* Even if a player belongs to a lower Arena rank, if the total parameter value of the idols in their deck reaches a certain level, they can skip Arena ranks and start battling in a higher rank. Conversely, if a player in a higher Arena rank has a total parameter value below a certain threshold, they can start battling in a lower rank.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://coin-musme.gitbook.io/coin-musme-white-paper/english-1/5.-arena-battle/arena-rank.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.
