> 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/launching-a-coin/launch-by-tweet.md).

# Launch by Tweet (Advanced)

Send a tweet that mentions [@RunnersRh](https://x.com/RunnersRh) and contains the launch command. The bot checks for mentions roughly **once a minute**.

## The command

{% code title="Basic format" overflow="wrap" %}

```
@RunnersRh create token Name YourCoin Ticker TICK network RH
```

{% endcode %}

### Choosing a network

<table><thead><tr><th width="180">Argument</th><th width="200">Network</th><th>Template</th></tr></thead><tbody><tr><td><code>network RH</code></td><td>Robinhood Chain</td><td>Native RUNNERS template</td></tr><tr><td><code>network base</code></td><td>Base</td><td>Clanker v4</td></tr></tbody></table>

### Setting a logo

* **Attach an image** to your tweet — it becomes the coin's logo.
* **No image?** Your X avatar is used instead.

## What the bot replies

When the launch succeeds, the bot replies to your tweet with:

* The **contract address**
* A **trade link**
* A **scan link** on the correct explorer

The creator package (70% of supply vested + 80% of trading fees) is assigned to the account that tweeted. Claim it at [runnersrh.app/dashboard](https://runnersrh.app/dashboard) by logging in with X.

***

## Rules and limits

{% hint style="warning" %}

* **One launch per account per hour.**
* Each tweet is processed **once** (no duplicate deploys).
* The command must include all of: `create token`, `Name`, `Ticker`, and `network RH` **or** `network base`.
  {% endhint %}

***

## Troubleshooting

<details>

<summary>The bot didn't reply to my tweet</summary>

The most common cause: your tweet is **not visible in X search**. X can hide posts from brand-new, renamed, or low-activity accounts, so the bot cannot see them.

**Fix:** Tweet from an established account that appears when you search `@RunnersRh` under the **Latest** tab. This is an X limitation, not a RUNNERS bug.

</details>

<details>

<summary>The command was ignored</summary>

Check the format. It must contain **all** of: `create token`, `Name`, `Ticker`, and `network RH` or `network base`.

</details>

<details>

<summary>"I already launched this hour"</summary>

Wait for the cooldown to reset, then try again.

</details>

<details>

<summary>The coin deployed but I didn't see a reply</summary>

The coin is still live. Check [runnersrh.app/create](https://runnersrh.app/create) or your dashboard. The reply can lag if X rate-limits posting.

</details>


---

# 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/launching-a-coin/launch-by-tweet.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.
