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

# Flow Radar

**Route:** `/dapp/flow_radar`

Flow Radar is a **real-time, on-chain swap feed** — a neural-network-style visualizer that shows trades on Atmos as they land on the Supra chain.

## What it shows

Each entry is a swap read straight from recent blocks:

* **Direction** — BUY / SELL / SWAP.
* **Tokens** — the pair traded (with logos).
* **Amounts** — token amount, SUPRA amount, and USD value.
* **Trader** — the sender address (HUNTER+).
* **Block & time** — when it happened.
* **Tx link** — open the transaction in an explorer.

Only meaningful swaps are shown (small dust trades are filtered out) so the feed stays signal-rich.

## Access by tier

| Capability                                         | Required tier |
| -------------------------------------------------- | ------------- |
| Live swap feed (preview)                           | 🛰 SCOUT      |
| **Full access**: filters, trader info, time ranges | ⚔ HUNTER      |

The **Flow Radar Full Access** unlock (HUNTER, 10M $RAGE) turns on:

* **Filters** — by token, type (BUY/SELL), and minimum SUPRA size.
* **Trader info** — see and copy sender addresses.
* **Time ranges** — widen or narrow the window of swaps shown.

## How fresh is it?

Flow Radar reads close to **real time** — it queries recent on-chain activity rather than only cached snapshots, so you see flow as it happens. (Like all live pages, it pauses when you're idle or the tab is hidden; click the banner to resume.)

## Tips

* Watch for **clusters of BUYs** on a single token — often the earliest sign of momentum that later shows up on the [Market Board](/user-guide/pages/market-board.md).
* Set a **minimum SUPRA** filter (HUNTER+) to focus on larger, more meaningful trades and ignore noise.
* Cross-reference a hot address against the [Leaderboard](/user-guide/pages/leaderboard.md) to see if a known whale is moving.


---

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