> For the complete documentation index, see [llms.txt](https://docs.battle.fyi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.battle.fyi/community/leaderboard.md).

# Leaderboard

The global leaderboard ranks all traders by Trader Score. It's the definitive ranking of who's actually good.

## Qualifying

You need a minimum of **10 battles** to appear on the global leaderboard. This prevents one lucky win from putting someone at the top.

## What's shown

| Column       | Description                                             |
| ------------ | ------------------------------------------------------- |
| Rank         | Position on the leaderboard                             |
| Trader       | Display name and avatar                                 |
| Trader Score | Composite rating                                        |
| Tier         | Current rank tier (Paper Hands through Legendary)       |
| Win Rate     | % of battles finishing in the top half                  |
| Battles      | Total battles played                                    |
| Avg ROI      | Mean return % across all battles                        |
| Verified     | Badge from Verification Challenges (Bronze/Silver/Gold) |

## Filters

* **Tier filter** -- see just Whale-tier traders, just Retail, etc.
* **Time filter** -- all-time, last 30 days, last 7 days
* **Format filter** -- rank by performance in Blitz, Elimination, or Marathon only

## Decay

Inactive traders decay at 3% per week after 30 days without playing. This keeps the leaderboard fresh and rewards active participants.

## Challenge from leaderboard

Tap any trader on the leaderboard to view their profile. If they're within 200 Trader Score points, you can challenge them to a 1v1 duel directly.


---

# 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:

```
GET https://docs.battle.fyi/community/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.
