> 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/networks/robinhood-chain-and-base.md).

# Robinhood Chain & Base

RUNNERS supports **two networks**. Both use ETH for gas, but they are **separate chains** — a coin on one does not exist on the other, and an ETH balance on one is not the same as on the other.

## The two networks

{% tabs %}
{% tab title="Robinhood Chain" %}
The **native RUNNERS launchpad**.

* **Total supply:** 1B
* **Liquidity:** 30% locked forever
* **Creator allocation:** 70% vested (90d cliff + 24mo linear)
* **Fee:** 1% per trade, split 80% creator / 20% platform
* **Chain ID:** 4663
* **Explorer:** [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com)
  {% endtab %}

{% tab title="Base" %}
Launches deploy via **Clanker v4** and follow Clanker's standard mechanics.

* **Standard:** Clanker v4
* **Explorer:** [basescan.org](https://basescan.org)

Parameters may differ from the Robinhood Chain template — always confirm at launch time.
{% endtab %}
{% endtabs %}

## Side-by-side

<table><thead><tr><th width="220"></th><th>Robinhood Chain</th><th>Base</th></tr></thead><tbody><tr><td>Launch template</td><td>Native RUNNERS (fixed)</td><td>Clanker v4</td></tr><tr><td>Total supply</td><td>1B (fixed)</td><td>Per Clanker v4</td></tr><tr><td>Liquidity lock</td><td>Forever</td><td>Per Clanker v4</td></tr><tr><td>Creator vest</td><td>90d cliff + 24mo linear</td><td>Per Clanker v4</td></tr><tr><td>Trading fee</td><td>1% (80/20 split)</td><td>Per Clanker v4</td></tr><tr><td>Explorer</td><td><a href="https://robinhoodchain.blockscout.com">robinhoodchain.blockscout.com</a></td><td><a href="https://basescan.org">basescan.org</a></td></tr></tbody></table>

{% hint style="info" %}
**Not sure which to pick?** **Robinhood Chain** gives you the full fixed RUNNERS model — locked liquidity, vested creator supply, 80/20 fee split, all guaranteed by the template.
{% 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/networks/robinhood-chain-and-base.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.
