> For the complete documentation index, see [llms.txt](https://livo-labs.gitbook.io/livo-labs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://livo-labs.gitbook.io/livo-labs-docs/documentation/basics/integrations.md).

# Fee Structure

Here is a summary of the fee structure in the different phases with its recipients:

| Phase           | Fee Type                                | Amount                                             | Recipient(s)                         | Received as               |
| --------------- | --------------------------------------- | -------------------------------------------------- | ------------------------------------ | ------------------------- |
| Launch          | Launch Fee                              | Free                                               | -                                    | -                         |
| Bonding Curve   | Trading Fee (Buy/Sell)                  | 1%                                                 | 100% Treasury                        | ETH                       |
| Graduation      | Graduation Fee                          | 0.20 ETH                                           | Treasury                             | ETH                       |
| Graduation      | Creator Compensation                    | 0.05 ETH                                           | Creator                              | <p>ETH<br>(claimable)</p> |
| Post-Graduation | Uniswap V2 LP Fee (external)            | 0.3%                                               | <p>LP pool<br>(locked liquidity)</p> | -                         |
| Post-Graduation | Uniswap V4 LP Fee (optional, external)  | <p>1% on </p><p>buys and sells</p>                 | 50% Treasury / 50% Creator           | <p>ETH<br>(claimable)</p> |
| Post-Graduation | Token buy/sell tax (optional, external) | <p>0-4% </p><p>buy & sell tax<br>(14 days max)</p> | 100% Creator                         | <p>ETH<br>(claimable)</p> |

### How LP fees are accrued in Uniswap V4 tokens

Livo uses a custom Uniswap V4 hook to collect LP fees in ETH.

The hook charges a flat 1% LP fee on both buys and sells. These fees are split 50% to Treasury and 50% to Creator. These custom LP fees are charged on all swaps (buys and sells).

### Tax collection

Creators can also enable a post-graduation tax period on Uniswap V4.

Buy and sell taxes are configured independently. Each side can be set between 0% and 4%.

The tax period can last up to 14 days after graduation.

All taxes accrue to creators as ETH.


---

# 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:

```
GET https://livo-labs.gitbook.io/livo-labs-docs/documentation/basics/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
