> For the complete documentation index, see [llms.txt](https://meversedex.gitbook.io/x-heroes-nft-war/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meversedex.gitbook.io/x-heroes-nft-war/game-system/colosseum.md).

# Colosseum

Players can enjoy PVP contents such as arena and championship in the Colosseum.

&#x20;

### &#x20;Arena

* Arena is a competition where you have a 1:1 duel with other players.
* The competitors in the arena are all users on the server, and will be dueled by selecting among the competitors similar to their ranking.
* If you win in the Arena, you will take away your opponent's ranking, and the ranking of all other players including the opponent who lost the match, will be reduced by one level.
* The Arena is reset every 3 days, and you will obtain Blue Diamond and Arena Point as a reward depending on your ranking. (Reset time: UTC 03:00, KST 12:00)
* Arena Points are used to purchase awakening and enhancement materials at the Exchange Shop.

<figure><img src="/files/05FrdlYkgbNB2V78NzTe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BwpKLHtTk7qBXXhJavxA" alt=""><figcaption></figcaption></figure>

### Championship

* Championship is a competition content that allow you to obtain MPL (MEVerse Play Token) by competing against other players..
* Opponents in Championship will be all users on the server, and will be dueled by choosing among opponents similar to their rankings.
* If you win in the championship, you will take away your opponent's ranking, and the ranking of all other players including the opponent who lost the match, will be reduced by one level.
* The championship is initialized on a monthly basis, and MPL and Blue Diamond can be obtained depending on your ranking.
* The first place prize in the championship is 50,000 MPL (approximately $600) and the monthly prize pool is 895,000 MPL, or approximately $11,000.

<table><thead><tr><th width="374" align="center">Rank</th><th align="center">Reward (MPL)</th><th data-hidden></th></tr></thead><tbody><tr><td align="center">1</td><td align="center">50,000</td><td></td></tr><tr><td align="center">2</td><td align="center">40,000</td><td></td></tr><tr><td align="center">3</td><td align="center">30,000</td><td></td></tr><tr><td align="center">4~10</td><td align="center">20,000</td><td></td></tr><tr><td align="center">11~25</td><td align="center">10,000</td><td></td></tr><tr><td align="center">26~50</td><td align="center">5,000</td><td></td></tr><tr><td align="center">51~100</td><td align="center">3,000</td><td></td></tr><tr><td align="center">101~200</td><td align="center">1,000</td><td></td></tr><tr><td align="center">201~300</td><td align="center">500</td><td></td></tr><tr><td align="center">301~500</td><td align="center">300</td><td></td></tr></tbody></table>

In the championship, you will receive various buffs depending on the number of special NFT heroes you have. Therefore, it is advantageous to have a lot of special NFTs to win the championship.

| NFT Placement |                     Buff                    |
| :-----------: | :-----------------------------------------: |
|       2       |            10% increased offence            |
|       3       |            20% increased offence            |
|       4       |  30% increased Offense, 5% increased Health |
|       5       | 50% increased Offense, 10% increased Health |

<figure><img src="/files/volAdZaH1br8Khl2oxwB" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://meversedex.gitbook.io/x-heroes-nft-war/game-system/colosseum.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
