> For the complete documentation index, see [llms.txt](https://docs.rooster.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rooster.trade/protocol/user-guide/adding-liquidity.md).

# Adding liquidity

Once you have connected your wallet, navigate to the pool you want to add liquidity to and click the ‘Create position’ button.

![](/files/7nhv2WTTLT0qLPoGp3y9)

Then select the range for which you would like to provide liquidity. The recommended range for a volatile pool is Wide or Full. The narrower you provide liquidity, the more impermanent loss you can experience on your position but the more rewards you can receive from farming.

![](/files/fQ5kBr3T77uzEeM5OUb6)

In the Liquidity Distribution graph, you can visualize and adjust the ranges for which you are adding liquidity to by manually using the toggles.

![](/files/VZ5ryFyihynvw9OvELwV)

Note that to be eligible for rewards you must reach a minimum tick width (usually 3 bars).

![](/files/LWkgteyCpvMxIEUN6aHV)

An example of further adjusting the range:

![](/files/tYRPXqijB0FNbT1XDAyq)

You can also add one sided liquidity into the pool.

![](/files/YfSkATLmxIl5tlLHHEf6)

If you do so, you will see this message for the token on one side of the pool:

![](/files/qvMLc11MPT6FO71eCyRL)

You can also toggle between WPLUME and PLUME for relevant pools by pressing the button below.

![](/files/LfX0bjo8rUBemg6r0NZO)

Once you are ready, you can click ‘Create Position’ to add liquidity to the pool. Once you sign the transaction you will be good to go!

![](/files/jtZpFF4tDW7CvmD7oUka)


---

# 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.rooster.trade/protocol/user-guide/adding-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.
