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

# Rage Index

**Route:** `/dapp/rage_index`

The Rage Index is a single **0–100** number that captures the **mood of the Supra / $RAGE market** — think of it as a "fear & greed"-style gauge tuned for heat. Higher = more rage (more heat / momentum).

## How to read it

The headline gauge shows the current index value with a label and a "living" pulse animation whose intensity tracks the index. As a rough guide:

| Range  | Vibe               |
| ------ | ------------------ |
| 0–25   | Calm / cold market |
| 25–50  | Warming up         |
| 50–75  | Active / heated    |
| 75–100 | Extreme heat       |

> A reading in the upper range means the market is running hot — high activity and sharp moves.

## What goes into it

The index blends several market inputs into one figure:

* **Volume** — how much is being traded.
* **Volatility** — how violently price is moving (also shown as a "stress level": Moderate → High → Extreme).
* **Sentiment / price action** — directional momentum.

Each component is scored and combined into the final 0–100 index, then stored so the page can show **history**.

## History chart

Below the gauge, a history chart plots the index over time so you can see whether the market is heating up or cooling down. Recent history is also cached in your browser so the chart is populated instantly on return visits.

## Share it

Use the **Share** button to post the current Rage Index to X — handy for calling the market top or bottom to your followers.

## Tips

* A rising index alongside green [Market Radar](/user-guide/pages/market-radar.md) breakout cards is a strong "market is waking up" combination.
* Watch the **stress / volatility** read: a high index driven mostly by volatility is hotter — and riskier — than one driven by steady volume.


---

# 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/rage-index.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.
