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

# The Live Feed

The live feed at [**runnersrh.app/live**](https://runnersrh.app/live) shows real-time on-chain activity across **Robinhood Chain** — not just RUNNERS coins. It's the fastest way to see everything happening on the chain in one place.

## Two tabs

{% tabs %}
{% tab title="Live Trades" %}
Swaps as they happen. Each entry shows:

* The tokens traded
* Amounts
* The platform each trade went through
  {% endtab %}

{% tab title="New Tokens" %}
Freshly launched coins as they appear on-chain — from every launchpad on Robinhood Chain.
{% endtab %}
{% endtabs %}

## Multi-launchpad tracking

The feed recognizes coins and trades from **other Robinhood Chain launchpads** and labels each with its platform:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>RUNNERS</strong></td><td>Native RUNNERS launches.</td><td></td></tr><tr><td><strong>NOXA</strong></td><td>Coins launched via NOXA.</td><td></td></tr><tr><td><strong>Bankr</strong></td><td>Coins launched via Bankr.</td><td></td></tr><tr><td><strong>Virtuals</strong></td><td>Coins launched via Virtuals.</td><td></td></tr></tbody></table>

Each entry links out to:

* The coin's **contract**
* Its **chart**
* The **platform** it launched on

…so you can research and trade **without leaving the flow**.

## Pricing for every coin

<table><thead><tr><th width="220">Coin type</th><th>Where price data comes from</th></tr></thead><tbody><tr><td>Listed on major data providers</td><td>Live market data</td></tr><tr><td>Newer, unlisted coins</td><td>Read directly from the chain (price + supply), so market cap still shows accurately</td></tr></tbody></table>

{% hint style="success" %}
**No coin gets "invisible"** on the feed just because it's new. If it's on-chain, it's here.
{% endhint %}


---

# 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.runnersrh.app/resources/the-live-feed.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.
