> 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/product/trading-and-swap.md).

# Trading & Swap

## Real pools, real markets

Every Loopad token trades on a genuine **Uniswap v4** pool on the canonical PoolManager from the moment it launches. That means:

* **DexScreener** indexes it automatically as a `uniswap v4` pair;
* trading bots, Telegram bots and aggregators can trade it like any other v4 pool;
* there is no "graduation migration" — the pool you launch in is the pool forever.

The **$69K graduation** shown on the board is a milestone marker, not a mechanism — nothing moves or changes when a token crosses it.

## Buying & selling

On any token page:

* **Buy** with ETH (for ETH-paired tokens) or with the token's quote asset (USDG / stock) — the panel handles approvals for you.
* **Sell** back to the quote, with ETH-paired tokens paying out native ETH.
* Quotes come from the canonical **v4 Quoter**, so the "You receive" number already includes the pool fee and the buyback skim.
* Default slippage protection is 1%, and every trade carries a deadline.

## The Swap page

Swap any Loopad token against its quote asset — or against **another Loopad token** sharing the same quote (routed through both pools in one transaction).

## Price impact at launch

New tokens start at a \~$4K market cap with all liquidity on a continuous curve — early buys move the price meaningfully. The dev's own first buy is capped at 5% of supply; there are no other trade-size restrictions.


---

# 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/product/trading-and-swap.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.
