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

# Welcome to pumphood

**pumphood** is a permissionless token launchpad on **Robinhood Chain**. One transaction turns an idea into a live, tradeable token — with a real Uniswap V3 market, locked liquidity, a vesting creator vault, and **95% of every trading fee flowing straight to you**.

No presale. No allocation games. No code. Connect, name your token, and launch.

{% hint style="success" %}
**One transaction does everything:** deploys your ERC-20, opens its Uniswap V3 pool, locks the liquidity, starts your creator vault, and — if you want — buys the first bag for you before anyone else can.
{% endhint %}

## Why pumphood

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>💸 95% fees to you</strong></td><td>Creators keep 95% of every trade's fees. The platform takes just 5%.</td></tr><tr><td><strong>🔒 Locked liquidity</strong></td><td>Your token's LP is locked in the pool from block one — no withdraw path for creators, no migration.</td></tr><tr><td><strong>🎁 Creator vault</strong></td><td>10% of supply vests to you over a year — a 3-month cliff, then linear.</td></tr><tr><td><strong>⚡ Tradeable instantly</strong></td><td>Real Uniswap V3 pool means DexScreener, Telegram bots, and every wallet work from the first second.</td></tr></tbody></table>

## Start here

* [Getting started](/getting-started.md) — connect with X, email, or a wallet
* [Launch a token](/using-pumphood/launch-a-token.md) — the full launch guide
* [Creator rewards](/using-pumphood/creator-rewards.md) — fees + the vesting vault, and how to claim
* [Trading & graduation](/using-pumphood/trading-and-graduation.md) — buying, selling, and the graduation bar
* [How it works](/under-the-hood/how-it-works.md) — the contracts, tokenomics, and live addresses

{% hint style="warning" %}
Crypto is risky. Tokens launched on pumphood can lose all their value. Never spend more than you can afford to lose, and always verify contract addresses before you transact.
{% 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.pumphood.fun/readme.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.
