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

# FAQ

## General

**What is Suprage?** A real-time market intelligence terminal for the Supra blockchain and the $RAGE token economy. See [What is Suprage?](/getting-started/what-is-suprage.md).

**Do I need a wallet to use it?** No. You can browse most pages with the public **SCOUT** view. Connect a wallet to see your $RAGE tier and unlock premium analytics.

**Is it free?** Yes — browsing is free. Deeper analytics are unlocked by **holding $RAGE**, not by paying a subscription. See [RAGE Tiers & Premium](/user-guide/rage-tiers-and-premium.md).

**Which wallet do I need?** [StarKey Wallet](/user-guide/connecting-your-wallet.md), the Supra browser extension.

## Wallet & tiers

**Why is my balance / tier not updating?** Open the wallet dropdown and hit the refresh (🔄) button. The Supra RPC occasionally rate-limits; balances also refresh on a rotating schedule server-side.

**My tier looks wrong.** Tiers come straight from your live on-chain $RAGE balance. Confirm the connected address is the one holding $RAGE, then refresh. Thresholds: SCOUT 0, HUNTER 10M, WARLORD 15M, OVERLORD 20M, SUPREME 50M.

**Does selling $RAGE lower my tier?** Yes. Your tier tracks your **current** balance, so it goes up or down with your holdings — and so does your position on the leaderboard.

## Data & accuracy

**Where does the data come from?** On-chain from **Supra**, market data from **Atmos**, with a SUPRA/USD reference for pricing.

**How fresh is the data?** Market data is refreshed roughly every **5 minutes** by a scheduled job. Some views (like live swaps on Flow Radar) read closer to real time.

**Why did a page stop auto-refreshing?** To save resources, live pages **pause auto-refresh after a few minutes of inactivity** (or when the tab is hidden). A banner appears — click it to resume.

**What is the "pump phase" on a chart?** On Atmos, new tokens trade on a bonding curve (the **pump phase**) before they **graduate** to a normal pool. Suprage charts both, so you can see a token's full price history including pre-graduation.

## Leaderboard

**What is the leaderboard?** A ranking of $RAGE holders, ordered by balance (largest first). Connect your wallet to see your position highlighted. See [Leaderboard](/user-guide/pages/leaderboard.md).

**How do I climb it?** Hold more $RAGE. Your standing follows your on-chain balance.

## Troubleshooting

**The Connect button doesn't respond / "Wallet not detected".** See the wallet [troubleshooting section](/user-guide/connecting-your-wallet.md#troubleshooting).

**A premium feature is locked even though I hold enough $RAGE.** Refresh your balance via the wallet dropdown. If it persists, reconnect the wallet.

**Something looks broken.** Try a hard refresh. If it continues, report it via the project's GitHub repository.


---

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