> For the complete documentation index, see [llms.txt](https://wiki.eloria.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eloria.pl/eloria-wiki/en/elo-system.md).

# ELO System

#### 🏆 The ELO System – Compete, Climb, Conquer

The **ELO System** is a ranking and scoring mechanic inspired by **MOBA-style games**, designed to measure your progress in both **PvP** and **PvE** encounters.

***

**🔹 How It Works**

* Your **ELO points** increase or decrease depending on your victories or defeats.
* The system automatically matches opponents within your **level range (±500 levels)** to ensure balanced fights.
* The opponent’s level relative to yours determines ELO gain or loss:
  * **Killing a higher-level player** → greater ELO gain
  * **Killing a lower-level player** → smaller or no gain

***

**📅 ELO Seasons**

* Each season lasts **one month**.
* At the end of every season, players with the **highest ELO** receive special rewards.
* Rewards and rankings may vary with each edition.
* You can monitor the **season timer** both **in-game** and on the website – it updates automatically.\
  🔗 [Check current ELO standings](https://eloria.pl/?elo)

<figure><img src="/files/zqzjyvK7uhRhA4fNF7GP" alt=""><figcaption><p>ELO Season counter </p></figcaption></figure>

***

**🥇 ELO Ranks**

* As you gain more ELO points, your **rank** evolves to reflect your achievements.
* Your rank is **visible when someone looks at your character**.
* Every player starts at **Bronze rank**, but can climb higher through consistent victories.

***

**💎 League Shop – Exclusive ELO Rewards**

* You can spend **League Points** (earned during the season) in a **special ELO Shop** available only on the official website.
* Key details:
  * The shop’s **offer rotates monthly**, aligning with each ELO season.
  * **Exclusive and unique rewards** – unavailable anywhere else in the game.

| Exclusive Trinket                                                                                   | Exclusive Mount                                                                                     | Exclusive Addon                                                                                     | Exclusive Item                                                                                      |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <div><figure><img src="/files/KEKSHLeogGaOLW6j1fWk" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/dsgi44yqEDpTiLx7ZiPD" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/IHLU1O7pNr986bRUpagC" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/RQh4ejs1NhHQ5qN5lSQ1" alt=""><figcaption></figcaption></figure></div> |


---

# 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://wiki.eloria.pl/eloria-wiki/en/elo-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.
