> For the complete documentation index, see [llms.txt](https://doc.suprage.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.suprage.app/user-guide/rage-tiers-and-premium.md).

# RAGE Tiers & Premium

Suprage is **free to browse** for everyone — but its analytics get **deeper the more $RAGE you hold**. Your balance maps to one of five **tiers**, and each tier unlocks a progressively richer view of the market.

> Connect your [wallet](/user-guide/connecting-your-wallet.md) so Suprage can read your $RAGE balance and apply your tier. Without a wallet you see the public **SCOUT** view.

## The five tiers

| Tier         | Icon | Minimum $RAGE |
| ------------ | ---- | ------------- |
| **SCOUT**    | 🛰   | 0             |
| **HUNTER**   | ⚔    | 10,000,000    |
| **WARLORD**  | 🔥   | 15,000,000    |
| **OVERLORD** | 👑   | 20,000,000    |
| **SUPREME**  | 🌌   | 50,000,000    |

Tiers are **cumulative**: each one includes everything the lower tiers unlock, plus its own additions. Your tier updates automatically as your balance changes.

## What unlocks at each tier

### 🛰 SCOUT — the public baseline (0+ $RAGE)

Everything you can see without holding much $RAGE:

* Dashboard with the **24h** timeframe.
* **Top Movers #4 and #5**.
* Market Board with its **base columns** and the **24h** and **7D** price changes.
* Market Radar, Rage Index, Network Analytics, Leaderboard, Oracle Pulse, and Swap — all fully available.
* Flow Radar **preview** (limited).

### ⚔ HUNTER — 10M+ $RAGE

* **Top Movers #3** on the Dashboard.
* **Bubble Map 4H** timeframe.
* **4H** price-change column on the Market Board.
* **Signal column** on the Market Board.
* **Performance metrics** in the token side panel.
* **Flow Radar — full access**: filters, trader info, and time ranges.

### 🔥 WARLORD — 15M+ $RAGE

* **Top Movers #2** on the Dashboard.
* **Bubble Map 1H** timeframe.
* **1H** price-change column on the Market Board.
* **Token charts** — the TradingView-style OHLC candlestick chart **plus drawing tools**, in the token popup.

### 👑 OVERLORD — 20M+ $RAGE

* **Top Movers #1** on the Dashboard.
* **30M** and **15M** price-change columns on the Market Board.

### 🌌 SUPREME — 50M+ $RAGE

* Everything above, **plus**
* **Priority access to new features** as they ship, and extra advantages reserved for the top tier.

## Feature unlock matrix

| Feature                                               | Required tier |
| ----------------------------------------------------- | ------------- |
| Top Movers #4–5 · base Market Board · 24h & 7D data   | 🛰 SCOUT      |
| Top Movers #3                                         | ⚔ HUNTER      |
| Bubble Map 4H                                         | ⚔ HUNTER      |
| 4H Market Board column                                | ⚔ HUNTER      |
| Market Board Signal column                            | ⚔ HUNTER      |
| Token side-panel performance metrics                  | ⚔ HUNTER      |
| Flow Radar full access (filters, trader info, ranges) | ⚔ HUNTER      |
| Top Movers #2                                         | 🔥 WARLORD    |
| Bubble Map 1H                                         | 🔥 WARLORD    |
| 1H Market Board column                                | 🔥 WARLORD    |
| Token OHLC charts + drawing tools                     | 🔥 WARLORD    |
| Top Movers #1                                         | 👑 OVERLORD   |
| 30M Market Board column                               | 👑 OVERLORD   |
| 15M Market Board column                               | 👑 OVERLORD   |
| Priority access to new features                       | 🌌 SUPREME    |

## How to level up

1. Acquire more $RAGE so your balance crosses the next threshold.
2. Reconnect or refresh your balance (dropdown 🔄) if it doesn't update immediately.
3. The terminal unlocks the new features instantly — locked elements show how much more $RAGE you need to reach the next tier.

Your tier also sets your position on the [Leaderboard](/user-guide/pages/leaderboard.md): both follow your live $RAGE balance, so they rise and fall together as your holdings change.


---

# 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://doc.suprage.app/user-guide/rage-tiers-and-premium.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.
