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

# Core Concepts

A short glossary of the ideas you'll meet everywhere in Suprage. For a full list, see the [Glossary](/reference/glossary.md).

## Supra

The Layer-1 blockchain Suprage runs on top of. All on-chain data — swaps, balances, blocks — is read live from the Supra network. The native coin is **SUPRA**.

## Atmos

The **DEX** (decentralized exchange) on Supra whose market Suprage tracks. Token prices, swaps, and historical price candles come from Atmos. Atmos also has a **launchpad**: new tokens trade in a bonding-curve **"pump" phase** before they **graduate** to a normal liquidity pool — Suprage charts both phases.

## $RAGE

The project's own token on Supra. Your $RAGE balance is the single input that determines your **tier** and, with it, how much premium analytics you can see. $RAGE is read live from the chain when you connect your wallet.

## Tier

A level derived from your $RAGE balance. Five tiers, lowest to highest:

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

Each tier inherits everything the lower tiers unlock, plus more. Full detail in [RAGE Tiers & Premium](/user-guide/rage-tiers-and-premium.md).

## Leaderboard

A public ranking of $RAGE holders, ordered by on-chain balance. Connect your wallet to see your position. See the [Leaderboard](/user-guide/pages/leaderboard.md).

## Rage Index

A single **0–100** number summarizing market sentiment for the Supra/$RAGE market, blended from volume, volatility, and price action. Higher = more "rage" (heat). See the [Rage Index](/user-guide/pages/rage-index.md) page.

## StarKey Wallet

The browser wallet used to connect to Supra. Connecting lets Suprage read your $RAGE balance (to compute your tier) and personalizes your experience. See [Connecting Your Wallet](/user-guide/connecting-your-wallet.md).

## OHLC / Candles

**O**pen-**H**igh-**L**ow-**C**lose price candles used by the charts. Suprage renders them with a TradingView-style chart, including drawing tools (for [WARLORD+](/user-guide/rage-tiers-and-premium.md) holders), and includes a token's pre-graduation pump phase.


---

# 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/core-concepts.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.
