> For the complete documentation index, see [llms.txt](https://bustad.gitbook.io/bustad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bustad.gitbook.io/bustad/reward/provide-liquidity-on-uniswap.md).

# Provide liquidity on Uniswap

Before you can participate in the Bustad Reward Program, you need to provide liquidity to Uniswap. There are two liquidity pools that you can participate in. You can choose to participate in both or only one of them.

* [EIG/ETH](https://app.uniswap.org/#/add/0x3505Aa51FE556c6E7eda81aA8F300e34969b79D4/ETH/10000)
* [BUSC/USDC](https://app.uniswap.org/#/add/0xeE31e8597D972Cfd136042719BDbC8b24020f0D0/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/3000)

**Add liquidity**

After selecting a liquidity pool, you will be directed to Uniswap's liquidity-adding portal. At this point, you must define the price range and the amount of liquidity you wish to contribute. It's essential to remember that both tokens are required to participate in the pool. Additionally, the more liquidity you provide, the larger share of the reward you can earn.

<figure><img src="/files/PnqTeflDIs5a4OYKNpLC" alt=""><figcaption></figcaption></figure>

**View your positions**

Once you have added liquidity, you can check your positions in the "Pools" section on Uniswap.

<figure><img src="/files/NcD3DeYbdz3rYNNTEZWs" alt=""><figcaption></figcaption></figure>


---

# 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://bustad.gitbook.io/bustad/reward/provide-liquidity-on-uniswap.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.
