> For the complete documentation index, see [llms.txt](https://t-snake.gitbook.io/tsnake-official-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t-snake.gitbook.io/tsnake-official-whitepaper/tsnake-assemble/deep-dive/rank-ranked-rank-up.md).

# Rank, Ranked, Rank Up!

## Prerequisites

Player must meet these conditions in order to join ranked match:

1. Account reach lv20.
2. TSnake reach lv5.
3. Player must have TPass or TPass+

## Rank Features

### Overall & Purpose

Each act within the season has a duration of approximately two weeks, and every season is structured to include two such acts.&#x20;

At the conclusion of each act, a leaderboard is published to identify the top-performing player, serving as a competitive benchmark. Furthermore, players are rewarded based on their positions in the final rankings.&#x20;

These rewards are tailored to reflect the level of achievement and effort demonstrated throughout the act, incentivizing players to strive for higher ranks in subsequent acts. This system not only enhances the competitive spirit but also provides tangible incentives for players to improve and excel.

Ranked match also adds additional attractiveness to the game, which encourage more competitiveness among players.

### Ranking System

Ranking is the most crucial and fundamental factor of TSnake, which makes the game become more and more playful and hook players into the world of battling for victory. At which, we do have a detailed ranking system for every player to follow:

* **Rank:** Iron, Silver, Bronze, Gold, Platinum, Diamond, Ascendant, Challenger
* Each rank is consist of 3 tier: **I, II, III**

Below is the amount of TCrown that player must have to attain each rank:

| Rank/Tier      | I                                  | II           | III          |
| -------------- | ---------------------------------- | ------------ | ------------ |
| **Iron**       | 0 (everyone starts with this rank) | 50 TCrowns   | 100 TCrowns  |
| **Bronze**     | 150 TCrowns                        | 200 TCrowns  | 250 TCrowns  |
| **Silver**     | 300 TCrowns                        | 350 TCrowns  | 400 TCrowns  |
| **Gold**       | 450 TCrowns                        | 500 TCrowns  | 550 TCrowns  |
| **Platinum**   | 600 TCrowns                        | 650 TCrowns  | 700 TCrowns  |
| **Diamond**    | 800 TCrowns                        | 900 TCrowns  | 1000 TCrowns |
| **Ascendant**  | 1100 TCrowns                       | 1200 TCrowns | 1300 TCrowns |
| **Challenger** |                                    |              |              |

*There would be a Challenger rank, in which players must reach **1400 TCrowns** or above.*

### Ranking Rewards

Each rank will have its own rewards. The rewards are different at distinguished seasons or acts, but these are some general outlines:

| Rank           | Reward                                                     |
| -------------- | ---------------------------------------------------------- |
| **Iron**       | ⚪️ Common TEgg x3                                          |
| **Bronze**     | 🟢 Uncommon TEgg x2                                        |
| **Silver**     | 🔵 Rare TEgg + 🟢 Uncommon TEgg                            |
| **Gold**       | 🔵 Rare TEgg x3                                            |
| **Platinum**   | 🟣 Epic TEgg x2                                            |
| **Diamond**    | 🟣 Epic TEgg x3 + 🔵 Rare TEgg                             |
| **Ascendant**  | <p>🟠 Legendary TEgg x1 + </p><p>Random 🟣 Epic TSnake</p> |
| **Challenger** | <p>🟠 Legendary TEgg x2 + </p><p>Random 🟣 Epic TSnake</p> |

Additionally, player who has the HIGHEST TCrown on the leaderboard, will receive 🔴**Artifact TEgg** exclusively!


---

# 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://t-snake.gitbook.io/tsnake-official-whitepaper/tsnake-assemble/deep-dive/rank-ranked-rank-up.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.
