> 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/pages/dashboard.md).

# Dashboard

**Route:** `/dapp` (the terminal's home — the root URL redirects here)

The Dashboard is your **Market Intelligence Command Center**: a single overview that blends sentiment, top movers, a bubble map, and a live event radar.

## What's on the page

### Sentiment gauge

A compact read of the [Rage Index](/user-guide/pages/rage-index.md) — the 0–100 market-mood score — with the current "living" pulse animation. Click through for the full index and history.

### Top Movers

The biggest price movers in the market. **How many you see depends on your tier:**

| Position  | Required tier     |
| --------- | ----------------- |
| #4 and #5 | 🛰 SCOUT (public) |
| #3        | ⚔ HUNTER          |
| #2        | 🔥 WARLORD        |
| #1        | 👑 OVERLORD       |

The top spots are reserved for higher tiers — the strongest signals go to holders. Locked rows show how much more $RAGE you need.

### Bubble Map

A visual map of tokens sized/positioned by activity. The **timeframe selector** is tier-gated:

| Timeframe | Required tier |
| --------- | ------------- |
| 24h       | 🛰 SCOUT      |
| 4H        | ⚔ HUNTER      |
| 1H        | 🔥 WARLORD    |

### Live Radar

A condensed stream of notable market events (the same engine that powers [Market Radar](/user-guide/pages/market-radar.md)) so you can spot fresh activity without leaving the home page.

### Network snapshot

Key Supra network stats at a glance, linking through to [Network Analytics](/user-guide/pages/network-analytics.md).

## Tips

* Use the Dashboard as your **starting point**, then drill into the specialized pages.
* If numbers stop moving, you've likely been idle — click the **resume** banner to restart live updates.
* Hold more $RAGE to reveal the higher Top Movers and shorter Bubble Map timeframes — that's where the sharpest signals live.


---

# 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/pages/dashboard.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.
