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

# Trade a Token

All Hatchr markets execute through Uniswap V3 from the first block. Hatchr does not custody swap funds.

## Before graduation

The Hatchr token page provides an integrated swap interface for the token's existing Uniswap V3 pool.

Current interface defaults:

* token/WETH route;
* 1% Uniswap V3 pool fee;
* 3% slippage tolerance;
* exact token approval for sells;
* native ETH wrapping for buys; and
* WETH unwrapping for supported native ETH settlement.

## Buy

1. Connect a wallet on Robinhood Chain.
2. Select **Buy**.
3. Enter the ETH amount.
4. Review the quote, minimum received, price impact and estimated gas.
5. Confirm the swap in the wallet.

## Sell

1. Select **Sell**.
2. Enter a whole-token amount or use a percentage shortcut.
3. Approve the exact token amount if required.
4. Review the refreshed quote.
5. Confirm the swap transaction.

{% hint style="warning" %}
Quotes are temporary. New concentrated-liquidity markets can move sharply, especially when trade history and WETH liquidity are limited.
{% endhint %}

## After graduation

When Hatchr marks a token graduated, the same locked pool remains active. Hatchr retires its integrated swap form for that token and directs traders to the Uniswap interface.

No liquidity migration occurs.


---

# 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.hatchr.fun/getting-started/trade-a-token.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.
