# Leaderboard

#### 🏅 ELO Ranking System

* Fracctal TCG uses an ELO-based rating system to match players of similar skill levels in ranked PvP.
* Winning a match increases your ELO, while losing decreases it.
* The amount of ELO gained or lost depends on your opponent’s rating: defeating stronger opponents earns more, while losing to weaker ones costs more.
* New players start at a baseline ELO and quickly rise or fall to their appropriate skill bracket.
* ELO ensures fair matchmaking, skill progression, and competitive balance in leaderboards.

<figure><img src="/files/5DV5eT47FMq9RnVUhgb4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Leaderboard only tracks data for the [multiplayer game mode](/fracctal-tcg/basics/game-modes.md#multiplayer).&#x20;
{% endhint %}


---

# 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://fracctal-tcg.gitbook.io/fracctal-tcg/basics/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.
