# Leaderboard

To appear on the leaderboard, players need to link their TON wallet address to their game account.

Rooster Battle focuses on PvP gameplay to earn rewards through our unique leaderboard and prize pool.

The Rooster Battle leaderboard is calculated using the Glicko ranking system and incorporates ELO points.

<figure><img src="/files/lF7xvoAFSCAcIHozWlyW" alt="" width="375"><figcaption></figcaption></figure>

**Elo rating system**\
The Rooster Battle leaderboard ranks players based on the Elo rating algorithm.

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

The Elo leaderboard ranks all players according to their Elo points. The Elo ranking calculation follows these rules:

1. Each player starts with 1300 Elo points.
2. When competing against other players, you will earn Elo points for wins and lose Elo points for losses.
3. Elo points will also be deducted if you are passively attacked (when another player attacks you while you are offline).

The Elo ranking will be reset at the end of each season.

The Elo leaderboard serves as the basis for calculating rewards and prizes from the Rooster Battle game administration for players. It will also be used as the foundation for future events and tournaments.


---

# 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://ton-doc.roosterbattle.net/how-to-play/leaderboard.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.
