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

# Oracle Pulse

**Route:** `/dapp/oracle_pulse`

Oracle Pulse is a **real-time price-feed board** covering major crypto assets — a clean ticker view of SUPRA alongside the broader market, organized by category.

## What it shows

Live price feeds grouped into categories, including:

* **Layer 1** — SUPRA, BTC, ETH, SOL, SUI, APT, AVAX, ADA.
* **DeFi** — UNI, AAVE, LINK, MKR.
* **Stablecoins** — USDT, USDC.
* **Memecoins** — DOGE, SHIB, PEPE.

Each feed shows the current price, direction (up/down), and recent movement, refreshed live.

## How to use it

* **Pick the feeds you care about** — the board displays a focused set at a time (up to six) to stay readable; choose from the category list.
* Keep **SUPRA** pinned to track the asset that anchors the whole Suprage market.
* Use it as a **macro backdrop**: when BTC/ETH move sharply, Supra-market tokens on the [Market Board](/user-guide/pages/market-board.md) often react.

## Tips

* Watch SUPRA's move here against the **Rage Index** — broad SUPRA strength tends to lift the whole Supra market.
* This is your **context** page: it tells you whether a token's move is token-specific or part of a market-wide tide.


---

# 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/oracle-pulse.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.
