> For the complete documentation index, see [llms.txt](https://docs.caviarnine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caviarnine.com/products-floop/lsu-pool/lsu-pool-fees.md).

# LSU Pool Fees

Here we collate the fee information from the earlier sections.

<table data-full-width="true"><thead><tr><th width="228">Action</th><th width="208.33333333333331">Fee</th><th>Information</th></tr></thead><tbody><tr><td>Adding Liquidity</td><td>free</td><td>No fee for adding liquidity</td></tr><tr><td><a href="/pages/cmyZpk7GEcKCM2zD4Dem#fees">Swapping LSUs</a></td><td><code>0.07%</code></td><td><code>0.05%</code> credited to the LSU Pool<br><code>0.01%</code> for FLOOP Treasury<br><code>0.01%</code> for reserve fee</td></tr><tr><td>Removing Liquidity<br>(for original LSU)</td><td>free</td><td>No fee to remove original LSU (if possessing credit receipt)</td></tr><tr><td><a href="/pages/YjVu6kMfD6yYMxGEEjF0#redeeming-for-different-lsu-tokens">Removing Liquidity</a><br>(for different LSU)</td><td><code>0.07%</code></td><td>Same fee as per swapping above for any amount in a different LSU or if not in possession of credit receipt</td></tr><tr><td>Removing Liquidity<br>(different wallet or no <a href="/pages/bW3FS9Jeettdl5icx8wT">credit receipt</a>)</td><td><code>0.07%</code></td><td>If you possess LSULP without a credit receipt eg:<br>- from buying LSULP directly on the market<br>- from moving LSULP to a different wallet to credit receipt</td></tr><tr><td><a href="/pages/cmyZpk7GEcKCM2zD4Dem#fees-and-slippage-considerations">Instant Unstake of LSU</a></td><td><code>0.20% + slippage</code></td><td><p>This is effectively a Shape Liquidity product.</p><p>You are adding the LSU to the LSU Pool to get LSULP.<br>Then you are selling LSULP directly in the LSULP/XRD concentrated pool which has fees and potential slippage.</p></td></tr></tbody></table>


---

# 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.caviarnine.com/products-floop/lsu-pool/lsu-pool-fees.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.
