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

# Market Radar

**Route:** `/dapp/market_radar`

Market Radar is a **live event feed**: instead of a raw stream of every swap (that's [Flow Radar](/user-guide/pages/flow-radar.md)), it surfaces **interpreted events** — breakouts, whale buys, momentum spikes, and other notable moves — as dynamic cards.

## What it shows

Each card describes a single market event with:

* **Token** and logo.
* **Event type** — e.g. breakout, whale buy, momentum spike.
* A short **label and description** of what happened.
* A **confidence/value** indicator and timestamp.
* A link to the token and, where relevant, the transaction.

Stablecoins, wrapped, and staked tokens are filtered out so the feed focuses on tokens that actually move.

## How to use it

* **Filter** by event type to focus on the kind of signal you care about (e.g. only whale buys).
* Treat it as an **alert stream**: it tells you *what changed* and *why it might matter*, then you drill into the [Market Board](/user-guide/pages/market-board.md) chart to confirm.
* A condensed version of this same feed appears on the [Dashboard](/user-guide/pages/dashboard.md) as the **Live Radar**.

## How fresh is it?

Events are derived from the market data refreshed by the pipeline (\~5 min cadence) plus recent on-chain activity. Like all live pages, it pauses on inactivity — click the banner to resume.

## Tips

* Market Radar answers **"what's happening right now?"**; Flow Radar answers **"who is trading right now?"**. Use them together.
* High-confidence breakout cards are a good shortlist for the watchlist on the [Market Board](/user-guide/pages/market-board.md).


---

# 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/market-radar.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.
