# Ranking

When a league is held, each participant will be ranked according to the number of LPs they have earned as a result of their battles.

However , In case, If Users holds same number for LPs then the ranking is displayed according to the total win rate.

In case if Users holds same number of LPs with same total win rate then the ranking is calculated as per the player who reached LP Fast will be displayed at the top in Ranking.&#x20;

e.g.

Rank 1 User A / 120 LPs

Rank 2 User B / 100 LPs

Rank 3 User C / 100 LPs

Rank 4 User D / 80 LPs

User B and User C are in the same row with the same number of LPs and the same win rate. User B has reached 100 LPs faster than User C, and therefore has a higher ranking.


---

# 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://docs.nftduel.net/nft-duel/league/ranking.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.
