> For the complete documentation index, see [llms.txt](https://whitepaper.mirrorworld.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mirrorworld.fun/interoperable-game-matrix/battle-arena-brawl-of-mirror/game-mode/ranking.md).

# Ranking Match

1. [How to Enter the Ranking Mode](#how-to-enter-the-ranking-mode)
2. [Rewards](#rewards)
3. [Battle Rules](#battle-rules)

## How to Enter the Ranking Match

Players with 1 Mirror NFT can participate in Ranking Matches, which require a battle pass and energy to enter. You can choose to participate in individual or team matches, and the system will match you according to your ranking. Ranking matches allow players to grow their characters and skills accordingly. Players will be rewarded with trophies, stars, or points in the Ranking Mode. The ranking levels are divided into black iron, bronze, silver, gold, platinum, diamond, master, king, and super king. The ranking will affect the number of rooms players can enter and the number of rewards they can earn in the Ranking Mode.

## **Rewards**

1. **Trophies**: You can redeem loot boxes, from which players can obtain skill power-ups for active skills, passive skills, and general skills, as well as character class power-ups.
2. **Stars**: Before the King's rank, the number of stars will be accumulated to improve the rank. Below the Gold level, stars will not be deducted from the match failure and the lowest rank of any level will not be deducted from the match failure when there are 0 stars.
   1. Black iron: divided into 3 ranks, each rank needs to accumulate 3 stars to upgrade
   2. Bronze: divided into 4 ranks, each rank needs to accumulate 3 stars to upgrade
   3. Silver: divided into 4 ranks, each rank needs to accumulate 4 stars to upgrade
   4. Gold: divided into 5 ranks, each rank needs to accumulate 5 stars to upgrade
   5. Platinum: divided into 5 levels, each level needs to accumulate 5 stars to upgrade
   6. Diamond: divided into 5 ranks, each rank needs to accumulate 5 stars to upgrade
   7. Master: divided into 6 ranks, each rank needs to accumulate 5 stars for promotion
3. **Points:** indicates the height of the rank, from the king rank from 0 to calculate points, victory will get extra points, the minimum will get 75 extra points, each defeat a player will increase 5 points, the maximum can be added 125 points; match failure will be correspondingly reduced points, the maximum can be reduced 125 points, each defeat a player will reduce the deduction of 5 points, the minimum deduction of 75 points. 10000 points or more can be 10,000 points or more and can be promoted to Super King. After reaching the Super King ranking, players will not be deducted below 10000 points even if they lose the match.

## Battle Rules

The battle rules for the ranking mode will be the same as the [regular knockout match](/interoperable-game-matrix/battle-arena-brawl-of-mirror/game-mode/regular-season.md#regular-knockout-match).


---

# 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://whitepaper.mirrorworld.fun/interoperable-game-matrix/battle-arena-brawl-of-mirror/game-mode/ranking.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.
