> 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/getting-started/introduction.md).

# What is RUNNERS?

RUNNERS is a **token launchpad and one-tap trading terminal** built on **Robinhood Chain** and **Base**. Launch a coin in seconds — from the app or straight from a tweet — with fair, fixed tokenomics and rewards that actually go to creators.

Every launch is designed to be **fair from block one**: liquidity is locked, there is no team allocation, and the people who create and grow a coin are the ones who earn from it.

## The three principles

{% tabs %}
{% tab title="Fair by default" %}

* **Fixed supply** of 1,000,000,000 tokens
* **Locked liquidity** — cannot be pulled, ever
* **No presale**, no allowlist, no insider allocation
* Every coin uses the **same fixed template** — no structural head start
  {% endtab %}

{% tab title="Creator-first" %}

* Creators keep **70% of supply** (vested)
* Creators earn **80% of every trading fee**
* Rewards are **on-chain** and fixed to the creator's address at deploy time
* Launch **for yourself** or **for someone else** (any X handle or wallet)
  {% endtab %}

{% tab title="Effortless" %}

* One-tap launch in the app
* Launch by **sending a single tweet** — the platform covers gas
* Instantly tradable from block one
* AI assistant available on X, Telegram, and the dashboard
  {% endtab %}
  {% endtabs %}

## Quick links

| Link          | URL                                                        |
| ------------- | ---------------------------------------------------------- |
| App           | [runnersrh.app](https://runnersrh.app)                     |
| Launch a coin | [runnersrh.app/create](https://runnersrh.app/create)       |
| Live feed     | [runnersrh.app/live](https://runnersrh.app/live)           |
| Dashboard     | [runnersrh.app/dashboard](https://runnersrh.app/dashboard) |
| X             | [@RunnersRh](https://x.com/RunnersRh)                      |
| Telegram      | [t.me/Runnersapp](https://t.me/Runnersapp)                 |

{% hint style="success" %}
**Ready to launch?** Head to [**Launching a Coin**](/launching-a-coin/launching-a-coin.md) and you'll have a live, tradable token within a minute.
{% 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/getting-started/introduction.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.
