> For the complete documentation index, see [llms.txt](https://docs.luxy.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxy.io/help-center/finance/usdluxy-guide/2.-provide-liquidity.md).

# 2. Provide Liquidity

Liquidity providers earn a 0.3% fee on all trades proportional to their pool share. Fees are added to the pool, accrue in real-time, and can be claimed by withdrawing your liquidity.

**$LUXY pools are available at Pegasys!**

<div align="left"><figure><img src="/files/zj9N6eMRNCZNOuvNfvxy" alt=""><figcaption><p>Pegasys</p></figcaption></figure></div>

There are two Liquidity Pools available: **$LUXY x USDT** and **$LUXY x $SYS**, both on the Rollux network:

* [**$LUXY x USDT**](https://info.pegasys.fi/#/pools/0x40d568f0238a7457944bf5e9eed90c154ed61441)
* [**$LUXY x $SYS**](https://info.pegasys.fi/#/pools/0xff1ca8e43befeb7a38ee486a00c34f5fc04ad329)

**To provide liquidity to the protocol, you can follow these steps:**

* Access Pegasys: <https://app.pegasys.fi/>
* Connect your wallet.&#x20;
* Make sure you are connected to the correct network: **Rollux mainnet**.
* Select which pool you'd like to provide liquidity:
  * [**$LUXY x USDT**](https://info.pegasys.fi/#/pools/0x40d568f0238a7457944bf5e9eed90c154ed61441) **or**
  * [**$LUXY x $SYS**](https://info.pegasys.fi/#/pools/0xff1ca8e43befeb7a38ee486a00c34f5fc04ad329)
* Click on "Add Liquidity", and follow the steps on the screen.

{% hint style="info" %}
Pegasys now works similarly to Uniswap: it allows you to concentrate your liquidity position within a **custom price range,** allowing you to set different strategies and protect your assets.  If you have questions on how to use their new Liquidity Pools feature, you can consult [Uniswap official documentation](https://support.uniswap.org/hc/en-us/articles/7423194619661-How-to-add-liquidity-to-Uniswap-v3) or [ask for help on our Discord](https://discord.gg/mcYG5sNM)!
{% endhint %}

As a receipt of your contribution, you'll receive an NFT which represents the shares of the total liquidity on the pool. This NFT can be used in our [Farms](/help-center/finance/usdluxy-guide/3.-farm.md)!


---

# 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.luxy.io/help-center/finance/usdluxy-guide/2.-provide-liquidity.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.
