# Ranking System

![](/files/4Bw0irM3irmKdg8GXVhz)

The ranking system is how we match players based on the ELO from their matches in Arena. We named as Arena Point ( AP ). Our goal is to create battles between players with the same skill in order to get a better quality match. It's also used to reward players after each Arena Season.

All rank levels are determined by 3 factors:

* A minimum pet level for your selected pet
* A maximum pet level for your selected pet
* Arena Point Ranking

<table><thead><tr><th>Rank</th><th width="235">AP Standard</th><th>Number of tiers</th><th>Min Pet Level</th><th>Max Pet Level</th></tr></thead><tbody><tr><td>Unranked</td><td>Never won a match before</td><td>1 Tier</td><td>1</td><td>No Max</td></tr><tr><td>Iron IV to I</td><td>Top 100% </td><td>4 tiers</td><td>1</td><td>20</td></tr><tr><td>Bronze IV to I</td><td>Top 85%</td><td>4 tiers</td><td>10</td><td>20</td></tr><tr><td>Silver IV to I</td><td>Top 65%</td><td>4 tiers</td><td>15</td><td>No Max</td></tr><tr><td>Gold IV to I</td><td>Top 45%</td><td>4 tiers</td><td>20</td><td>No Max</td></tr><tr><td>Diamond IV to I</td><td>Top 25%</td><td>4 tiers</td><td>25</td><td>No Max</td></tr><tr><td>Platinum </td><td>Top 5%</td><td>1 tier</td><td>30</td><td>No Max</td></tr><tr><td>Master </td><td>Top 100 Ranked Players</td><td>1 tier</td><td>30</td><td>No Max</td></tr></tbody></table>

### Climbing Ranks

Arena Points for matches are dynamic and are calculated based on wins, losses, and draws.&#x20;

Winning against lower ranked will get you small AP increase compared to winning against higher ranked. On the other hand losing against lower ranked will result in a higher loss of AP compared to losing against higher ranked.

If you quit the game in the middle of a fight, there will be punishment on your AP, with the purposed of protecting other players' experience.

### Dropping Ranks

At the end of each season ranks will drop by 1 tier for every participant.

| Rank            | Example 1 | Example 2  | Example 3        |
| --------------- | --------- | ---------- | ---------------- |
| Previous Season | Silver I  | Diamond IV | Master Ranked #1 |
| New Season      | Silver II | Gold I     | Platinum         |

This is to help more active players push up the ranks and to create fairer chances for everyone with each new season.


---

# 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://docs.gunstar.io/whitepaper/the-game/ranking-system.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.
