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

# Welcome to Loopad

**Loopad** is a token launchpad on **Robinhood Chain**, built directly on **Uniswap v4**. Launch a token in one transaction — optionally with a **buyback & burn** fee wired into the pool itself, locked forever at launch.

Every trade feeds the loop:

```
Trade → 1% fee → part buys the token back → burned 🔥 → supply shrinks → repeat
```

## Why Loopad is different

|                              |                                                                                                                                                                                  |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Real Uniswap v4 pools**    | No bonding-curve sandbox. Every token trades on the canonical v4 PoolManager from second one — visible on DexScreener, tradeable by any bot or router.                           |
| **Buyback & burn, on-chain** | The creator picks what share of the 1% trading fee buys the token back and burns it. The choice is baked into the pool and can never be changed — not by the creator, not by us. |
| **Trade against stocks**     | Pair your token with ETH, dollars (USDG), or tokenized stocks — NVDA, AAPL, GOOGL, TSLA, AMZN.                                                                                   |
| **Fair by construction**     | 1B fixed supply, 100% into liquidity, no team vault, dev first-buy hard-capped at 5% on-chain.                                                                                   |
| **Creator earnings**         | 60% of LP fees stream to the creator, claimable any time.                                                                                                                        |

## Quick facts

* **Chain:** Robinhood Chain (id 4663), gas in ETH
* **Supply per launch:** 1,000,000,000 (fixed — burns only reduce it)
* **Initial market cap:** \~$4,000
* **Total swap fee:** 1% on every trade
* **Buyback share:** 0–90% of the fee, chosen at launch, immutable
* **LP fee split:** 60% creator / 40% protocol
* **Dev first buy:** capped at 5% of supply, enforced on-chain

Ready? Start with [Getting Started](/getting-started.md) or jump straight to [Launch a Token](/product/launch-a-token.md).


---

# 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.loopad.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.
