> For the complete documentation index, see [llms.txt](https://onchain-cc.gitbook.io/onchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onchain-cc.gitbook.io/onchain-docs/colosseum/ranks.md).

# Rank System

Your rank is your standing in the Colosseum. It reflects how much you have traded, earned, and competed over your lifetime on the platform — and it directly affects two things: how fast you earn points on every future trade, and the **swap fee rate** you pay on every trade.

***

## The Six Ranks

Ranks are determined by your **lifetime total points** — the cumulative points you have earned across all sessions and seasons. As your total points grow, your rank automatically increases.

<table><thead><tr><th width="74.46484375">Tier</th><th>Rank Name</th><th>Subtiers</th><th>Swap Fee</th><th>Points Required</th><th>Points Boost</th></tr></thead><tbody><tr><td>1</td><td>Recruit</td><td>1–4</td><td>0.15%</td><td>0 - 59,999</td><td>0</td></tr><tr><td>2</td><td>Warrior</td><td>1–4</td><td>0.14%</td><td>60,000 - 399,999</td><td>5%</td></tr><tr><td>3</td><td>Gladiator</td><td>1–4</td><td>0.13%</td><td>400,000 - 1,999,999</td><td>10%</td></tr><tr><td>4</td><td>Champion</td><td>1–4</td><td>0.12%</td><td>2,000,000 - 4,499,999</td><td>15%</td></tr><tr><td>5</td><td>Warlord</td><td>1–4</td><td>0.11%</td><td>4,500,000 - 7,999,999</td><td>20%</td></tr><tr><td>6</td><td>Immortal</td><td>1–4</td><td>0.10%</td><td>8,000,000 - 11,999,999</td><td>25%</td></tr></tbody></table>

Each rank applies a boost to your base point earnings, on top of reducing your swap fee. If you are Champion and another trader is Recruit, you earn more points for the same trade — every time — and pay a lower fee while doing it.

> **Info:** Your rank is based on lifetime points. Rank up once and the benefit is permanent — both the higher point multiplier and the lower fee apply to every trade you make from that point forward.

***

## Subtiers (1–4)

Each rank is divided into **four subtiers** — Recruit 1 through Recruit 4, then Warrior 1, and so on. Subtiers are purely positional — they show how far you have progressed *within* a rank, and that's all:

* You move from subtier 1 → 2 → 3 → 4 as your points accumulate.
* When you complete subtier 4, your next points push you into the next rank's subtier 1.
* **Subtiers don't affect your swap fee or your point boost** — both are set at the rank level. Recruit 1 and Recruit 4 pay the same 0.15% fee and earn at the same boost.

***

## Swap Fee Reduction

Every rank step reduces your swap fee by 0.01 percentage points, all the way down to the floor of **0.10%** at Immortal:

* **Recruit:** 0.15% (the platform-wide base rate)
* **Warrior:** 0.14%
* **Gladiator:** 0.13%
* **Champion:** 0.12%
* **Warlord:** 0.11%
* **Immortal:** 0.10% (lowest possible fee on onchain.cc)

The fee reduction applies automatically to every trade you make on **Swap** and **Degen** from the moment you cross into the new rank. There is nothing to claim, no token to hold, and no opt-in.

> **Info:** Perps fees follow a separate, volume-based schedule because perps run on Hyperliquid infrastructure with different economics. See [Perps → Fees & Funding](/onchain-docs/perps/fees.md) for the perps fee schedule.

> **Success:** Reach Immortal and you pay 0.10% on every trade — a 33% reduction off the base rate, locked in for life.

***

## Points Formula

Every trade you complete generates points using the following formula:

```
Points = Base Rate + Rank Boost + Faction Boost + Bonus Window Boost + Quest Boost
```

* **Base Rate** — the baseline points per dollar of volume traded.
* **Rank Boost** — scales with your rank tier (higher rank = higher multiplier).
* **Faction Boost** — bonus applied when you are a member of an active faction.
* **Bonus Window Boost** — applied during time-limited multiplier events.
* **Quest Boost** — applied when you are actively completing a qualifying quest.

Stacking these Boosts — by holding a high rank, being in a faction, trading during a Bonus Window, and actively completing quests — is how top traders maximize their point earnings.

***

## How to Rank Up

1. **Trade more volume.** Points accumulate with every trade. No minimum trade size is required — volume compounds over time.
2. **Complete quests.** Daily, weekly, and one-time quests award bonus points that count toward your lifetime total.
3. **Stay active across sessions.** Lifetime points do not reset between sessions. Every session you participate in adds to your rank progress.

There are no shortcuts or rank resets in Season 1. Your rank reflects your real trading history.

<figure><img src="/files/K8bk2uZ2XDCBlVyXtZsJ" alt=""><figcaption><p><strong>RANK PROGRESSION IN USER PROFILE</strong></p></figcaption></figure>

<figure><img src="/files/spJcQS3TtrfH9mlrIQHh" alt="" width="563"><figcaption><p><strong>DETAILS VIEW FOR RANK PROGRESSION</strong> </p></figcaption></figure>


---

# 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://onchain-cc.gitbook.io/onchain-docs/colosseum/ranks.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.
