# Providing Concentrated Liquidity (CLMM)

### How to provide liquidity in a Concentrated Liquidity pool

{% hint style="warning" %}
[Impermanent loss](https://www.gemini.com/cryptopedia/decentralized-finance-impermanent-loss-defi) may occur within CLMM pools, and there's no assurance of a positive return. It's crucial to comprehend the risks thoroughly before contributing concentrated liquidity.
{% endhint %}

1. Visit <https://app.novadex.io/>, Connect wallet and select ‘**Create** **Concentrated Pool**’ on the top right corner.&#x20;

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

2. Upon linking a wallet, you can either locate the preferred pool and select 'Create Position' from the drop-down menu, or click 'Create Concentrated Pool' at the top of the screen.

<figure><img src="/files/EMGAvbqXqbeW6lxxVCSn" alt="" width="563"><figcaption></figcaption></figure>

3. After clicking on "Create Position" .

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

4. **Set the price range** for the position by adjusting the sliders on the graph, manually inputting the minimum and maximum prices, or utilizing the + and - buttons.

<figure><img src="/files/rDdH2sZMdciEwjeY712J" alt="" width="271"><figcaption></figcaption></figure>

5. Input the deposit amounts for each token, ensuring that the amounts align with the deposit ratio indicated, which is determined by the selected price range. Select 'Preview', thoroughly review the details of the position, and subsequently click 'Confirm Deposit'.

<figure><img src="/files/sQ1T3zfxXkEDWuGoAyVY" alt="" width="380"><figcaption></figcaption></figure>

6. Select 'Preview', thoroughly review the details of the position, and subsequently click 'Confirm Deposit'.\
   \
   And thats it, Its done !!&#x20;

To review or oversee a position, navigate to 'My Pools,' where basic details are accessible in the pool drop-down. For more comprehensive information, click 'Manage.' While liquidity can be added or removed from an existing position, modifying the price range requires creating a new position


---

# 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.novadex.io/liquidity-providers/providing-concentrated-liquidity-clmm.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.
