# Adding Liquidity

The LSU Pool accepts the majority of LSU tokens for validators that:

* Are accepting stake
* Have consistently high uptimes
* Do not have very high fees

The above eligibility criteria ensure decent yield performance of the pool. Underperforming validators could impose a lower yield on the pool (although the implementation of liquid staking in the Radix protocol does not include slashing so LSUs can never go down in value versus XRD).

Currently, CaviarNine can determine which LSUs are eligible for the pool by using its admin badge. CaviarNine can also remove underperforming LSUs from the pool using the accumulated [reserve fee](/products-floop/lsu-pool/move-stake-and-instant-unstake.md#fees). It is envisaged this curation task will be transferred to the [FLOOP DAO](/tokens/floop.md#floop-dao) in the future.

Liquidity can be added via the Validator page or directly on the LSU Pool page.

{% hint style="info" %}
There is NO FEE for adding liquidity to LSU Pool
{% endhint %}

### Via the Validator page

<figure><img src="/files/NHWMF9YPdf6xTLxe1jXI" alt=""><figcaption><p>Choose the LP option</p></figcaption></figure>

The Validator page clearly shows which LSUs are eligible for the LSU Pool (far right column).

To add liquidity, simply hover over the validator you're staked to and click the **LP** button to bring up a simple dialog box for adding liquidity.

<figure><img src="/files/akXDDkx2sAfNKjoM9iKo" alt="" width="375"><figcaption></figcaption></figure>

### Via the LSU Pool page

The LSU Pool page has a simple dialog box for providing liquidity and shows your current pool position via **My Liquidity**.

<figure><img src="/files/5ZcgWCPF2tbiSo6mn418" alt="" width="375"><figcaption></figcaption></figure>

### LSULP token - your liquidity

When you add liquidity to the pool you receive 2 items:

* LSULP tokens representing your share of the value of the LSU Pool
* A soulbound credit receipt that records which type of LSU you deposited

The credit receipt is described in more detail [here](/products-floop/lsu-pool/credit-receipt.md) and is important for removing liquidity.

The composition of the LSU Pool liquidity can be seen in graphical and tabular form:

<figure><img src="/files/3X0RBJgiXGQBjFAv4EmT" alt="" width="375"><figcaption><p>LSU Pool composition</p></figcaption></figure>


---

# Agent Instructions: 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://docs.caviarnine.com/products-floop/lsu-pool/adding-liquidity.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.
