> 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/getting-started/quick-start.md).

# Quick Start

Get up and running on Suprage in under five minutes.

## 1. Open the terminal

Go to the dApp in your browser. The root URL redirects you to the **Dashboard** (`/dapp`). You can browse most of the terminal **without connecting a wallet** — you'll just see the public (SCOUT-tier) view.

## 2. Install StarKey Wallet

To see your $RAGE tier and personalized data, you need the **StarKey** browser wallet.

1. Install the extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/starkey-wallet/ilhpohcbiiigepanlonmeeideealhagp).
2. Create a new wallet or import an existing Supra wallet.
3. Make sure the extension is enabled and pinned.

Full walkthrough: [Connecting Your Wallet](/user-guide/connecting-your-wallet.md).

## 3. Connect

1. Click **CONNECT WALLET** (top-right of the terminal).
2. Approve the connection in the StarKey popup.
3. Your shortened address appears in the navbar. Suprage now reads your $RAGE balance and assigns your **tier**.

The connection persists across page reloads, and disconnects automatically if you switch or lock your account in StarKey.

## 4. Find your tier

Your tier badge (🛰 SCOUT → 🌌 SUPREME) reflects how much $RAGE you hold. It controls how much premium analytics you can see across the terminal.

| Your $RAGE | Tier        | A taste of what unlocks                                                 |
| ---------- | ----------- | ----------------------------------------------------------------------- |
| 0 – 10M    | 🛰 SCOUT    | Public view: 24h Dashboard, Top Movers #4–5, Market Board base columns  |
| 10M+       | ⚔ HUNTER    | Top Movers #3, 4H data, Market Board signals, **full Flow Radar**       |
| 15M+       | 🔥 WARLORD  | Top Movers #2, 1H data, Bubble Map 1H, **token charts + drawing tools** |
| 20M+       | 👑 OVERLORD | Top Movers #1, 30M & 15M data                                           |
| 50M+       | 🌌 SUPREME  | Everything + priority access to new features                            |

See the full breakdown in [RAGE Tiers & Premium](/user-guide/rage-tiers-and-premium.md).

## 5. Explore the pages

Use the sidebar to move between the terminal's pages:

* [**Dashboard**](/user-guide/pages/dashboard.md) — your market overview.
* [**Market Board**](/user-guide/pages/market-board.md) — the core token table + charts.
* [**Flow Radar**](/user-guide/pages/flow-radar.md) — live swaps as they happen.
* [**Rage Index**](/user-guide/pages/rage-index.md) — the market mood.
* [**Leaderboard**](/user-guide/pages/leaderboard.md) — where you rank.

## 6. Track your standing

The more $RAGE you hold, the higher you sit on the [Leaderboard](/user-guide/pages/leaderboard.md) and the more analytics you unlock. Connect your wallet to see your position highlighted.

***

**Stuck?** Check the [FAQ](/user-guide/faq.md) or the wallet [troubleshooting section](/user-guide/connecting-your-wallet.md#troubleshooting).


---

# 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/getting-started/quick-start.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.
