> 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/trader-score/tiers.md).

# Rank Tiers

Your Trader Score maps to a rank tier. Here's the ladder.

| Tier         | Score Range | Description                                         |
| ------------ | ----------- | --------------------------------------------------- |
| Paper Hands  | 0 - 299     | Just getting started. Everyone begins here.         |
| Retail       | 300 - 599   | You know the basics. Building consistency.          |
| Swing Trader | 600 - 899   | Solid fundamentals. Starting to develop an edge.    |
| Market Maker | 900 - 1199  | Consistently profitable. Strong risk management.    |
| Whale        | 1200 - 1499 | Top performer. Eligible for verified trader status. |
| Degen King   | 1500 - 1799 | Elite tier. Proven across hundreds of battles.      |
| Legendary    | 1800+       | The best on the platform.                           |

## What tier unlocks

* **Paper Hands to Retail:** Access to standard public lobbies
* **Swing Trader:** Eligible for ranked matchmaking
* **Market Maker:** Unlocks detailed analytics dashboard
* **Whale:** Eligible for verified trader status (followers can mirror your trades, you earn 15% of their profits)
* **Degen King:** Priority matchmaking, exclusive lobbies
* **Legendary:** Featured on the global leaderboard, verified badge

## Moving up and down

Your score goes up with wins, good risk management, and consistent performance. It goes down with losses, blown-up positions, and poor drawdown control.

Score decay kicks in after 30 days of inactivity at 3% per week. Stay active to maintain your rank.


---

# 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/trader-score/tiers.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.
