> For the complete documentation index, see [llms.txt](https://docs.scoutradar.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scoutradar.xyz/start-here.md).

# Start here

Scout Radar shows you, in real time, which new memecoins on **Robinhood Chain** are being bought by a curated set of experienced traders — the **scouts**. A token appears on the board the moment the first scout buys it, and the card keeps updating while the token lives.

You do not need an account. Open [scoutradar.xyz](https://scoutradar.xyz), and the board is live.

![The Feed: three lanes of live token cards](/files/EOmppPmXPR1A3t4Jkot8)

## What you get

* **Feed** — three columns (lanes) of token cards. Each lane has its own filters, sort and sound, so you can keep one lane wide open and another tuned to exactly the signals you trade.
* **Leaderboard** — the same signals scored after the fact: how many reached 2× or 5×, the typical peak, the typical dip before the peak. You can model a preset here before you put it on a lane.
* **Search** — press `/` or click the search box and paste a contract address or ticker to find a token's card.
* **One-click trading** — every card has GMGN and AXM buttons that open the token on those venues.

## Ten seconds on the board

1. A card shows up at the top of a lane with a green rail on its left edge and, if you turned it on, a sound. That is a **new signal**: scouts started buying this token.
2. The **scouts chip** (`2/0 · 2`) tells you how many scouts bought and how many are still holding.
3. The **multiplier** on the right (`1.83×`) is market cap now versus market cap when the first scout bought. **Peak** is the highest confirmed level after the signal.
4. The **stats line** (`⚡ VSIG`, `⌛ TSIG`, `V5M`, `TX5M`) is volume at the signal, time since the signal, and the last five minutes of trading.
5. GMGN / AXM open the chart and the trade.

Everything else on the card is explained in [Reading a card](/reading-a-card.md).

## What Scout Radar is not

Scout Radar reports what tracked traders do. It does not predict prices, does not tell you to buy or sell, and does not execute trades. Memecoins are extremely volatile: most of them go to zero, and a green multiplier on a card is not a promise that the next one will. Do your own research and never risk more than you can afford to lose.


---

# 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://docs.scoutradar.xyz/start-here.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.
