> 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/security/security-and-safety.md).

# Security & Safety

## Golden rules

{% hint style="danger" %}
**Admins never DM first.** Anyone DMing you first claiming to be RUNNERS support is a **scammer**. Block and report.
{% endhint %}

{% hint style="danger" %}
**Never share your seed phrase or private keys.** RUNNERS — and no legitimate project, ever — will ask for them.
{% endhint %}

## What RUNNERS does to keep you safe

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Locked liquidity</strong></td><td>On Robinhood Chain launches, LP is locked forever — the liquidity-pull rug is off the table.</td><td></td></tr><tr><td><strong>Fixed template</strong></td><td>Every RH coin uses the same contract, so no coin has a hidden backdoor advantage.</td><td></td></tr><tr><td><strong>On-chain creator address</strong></td><td>Fees and vested supply always go to the address stored in the contract at deploy time.</td><td></td></tr></tbody></table>

## What YOU should do

**Do:**

* **Verify contract addresses** on the official explorer before interacting.
* **Bookmark the real app URLs** — don't trust links from DMs, replies, or search ads.
* **Do your own research** on any coin before trading, even on a fair-launch platform.
* **Use a burner wallet** for experimenting with new coins.

**Don't:**

* **Never share seed phrase or private keys** with anyone. Ever.
* **Never approve unlimited spending** to a contract you don't recognize.

## Real links only

| Where     | URL                                                        |
| --------- | ---------------------------------------------------------- |
| App       | [runnersrh.app](https://runnersrh.app)                     |
| Dashboard | [runnersrh.app/dashboard](https://runnersrh.app/dashboard) |
| X         | [@RunnersRh](https://x.com/RunnersRh)                      |
| Telegram  | [t.me/Runnersapp](https://t.me/Runnersapp)                 |

{% hint style="warning" %}
**RUNNERS is not financial advice.** Trade responsibly, size sensibly, and never risk more than you can afford to lose.
{% 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/security/security-and-safety.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.
