> For the complete documentation index, see [llms.txt](https://docs.keresverse.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keresverse.org/grimorium-keresverse/individual-ranking-system.md).

# Individual Ranking System

In Keresverse, the prowess and strategic acumen of each player are recognized and rewarded through a meticulously structured Individual Ranking System. This system plays a pivotal role in fostering a competitive environment and encouraging continuous skill development.

#### *Performance-Based Ranking*

* Players are ranked based on their historical performance in ranked matches within the battle arena. This ranking is a reflection of their consistency, skill level, and overall success in the game.
* The system is designed to be dynamic, taking into account the most recent performances to ensure a current and accurate representation of player abilities.

#### *Monthly Leaderboard Reset and Rewards*

* The Keresverse Leaderboard, showcasing these individual rankings, undergoes a reset at the end of each month. This regular reset ensures continual opportunities for all players to climb the ranks and achieve recognition.
* The top 50 players on the leaderboard at the time of reset are awarded exclusive rewards. These rewards include NFT Titles, which symbolize their achievements and status within the game, and Keres Tokens, proportional to their respective finishing positions.

This Individual Ranking System is an integral component of Keresverse, designed to not only highlight the achievements of top players but also to motivate all participants to strive for continuous improvement and excellence in their gameplay.


---

# 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://docs.keresverse.org/grimorium-keresverse/individual-ranking-system.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.
