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

# Suprage

> **Suprage** is a real-time **Market Intelligence Terminal** for the [Supra](https://supra.com) blockchain. It tracks the [Atmos](https://atmos.ag) DEX market, surfaces live trading signals, and powers the **$RAGE** token economy — tiers and premium analytics — all behind a cyberpunk terminal UI.

{% hint style="info" %}
**No code required.** This guide helps traders and $RAGE holders get the most out of the terminal: connect a wallet, read every page, climb the tier ladder, and unlock premium features.
{% endhint %}

## Start here

{% content-ref url="/pages/46hcyroUreRYchfdOI09" %}
[What is Suprage?](/getting-started/what-is-suprage.md)
{% endcontent-ref %}

{% content-ref url="/pages/4Q0uZVmRjpMwq6QXfCd4" %}
[Quick Start](/getting-started/quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/v9TcMFKc2ZqJzgOlvEFA" %}
[Core Concepts](/getting-started/core-concepts.md)
{% endcontent-ref %}

## Unlock more with $RAGE

{% content-ref url="/pages/9atxDSXnkyWu8DhbTpVO" %}
[RAGE Tiers & Premium](/user-guide/rage-tiers-and-premium.md)
{% endcontent-ref %}

{% content-ref url="/pages/RxAWORyXrluxC376cMl5" %}
[Connecting Your Wallet](/user-guide/connecting-your-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/buSgjZ8meVKAgndLGXtP" %}
[Leaderboard](/user-guide/pages/leaderboard.md)
{% endcontent-ref %}

## Explore the terminal

{% content-ref url="/pages/dL9eq4nFYiBlzbdKo6Um" %}
[Terminal Pages](/user-guide/pages.md)
{% endcontent-ref %}

Suprage is organized as a set of **live pages**, each a different lens on the market:

* **Dashboard** — Market intelligence overview: Top Movers, Bubble Map, key metrics.
* **Rage Index** — A 0–100 market-sentiment index for the Supra / $RAGE market.
* **Market Board** — Token performance table with multi-timeframe momentum and TradingView-style charts.
* **Flow Radar** — Live swap feed straight from the chain.
* **Market Radar** — Dynamic event feed (notable moves, fresh activity).
* **Leaderboard** — Ranking of $RAGE holders.
* **Network Analytics** — Live Supra network metrics.
* **Oracle Pulse** — Real-time price feeds.

Access to the deeper analytics scales with your **$RAGE tier** — see [RAGE Tiers & Premium](/user-guide/rage-tiers-and-premium.md).

## Look it up

{% content-ref url="/pages/dR4bb4U6ycAwTNoCnB1I" %}
[Glossary](/reference/glossary.md)
{% endcontent-ref %}

{% content-ref url="/pages/d9Dtgr4sFQTDCHXw9eK1" %}
[FAQ](/user-guide/faq.md)
{% endcontent-ref %}

***

{% hint style="success" %}
**Ready to dive in?** [**Launch the App →**](https://www.suprage.app/dapp) · [Buy $RAGE on Atmos](https://app.atmos.ag/en/swap) · [Follow on X](https://x.com/SupRage_Labs)
{% endhint %}


---

# 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/readme.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.
