# Providing Concentrated Liquidity (CLMM)

## How to provide liquidity in a Concentrated Liquidity pool <a href="#how-to-provide-liquidity-in-a-concentrated-liquidity-pool" id="how-to-provide-liquidity-in-a-concentrated-liquidity-pool"></a>

{% hint style="warning" %}
Impermanent loss may be substantial in CLMM pools, and positive returns are not guaranteed. Ensure you are aware of the risks before you commit to providing concentrated liquidity.
{% endhint %}

{% hint style="warning" %}
If you are unfamiliar with the concept of concentrated liquidity, we recommend exploring this topic further by reading the suggested article.
{% endhint %}

1. Navigate to '[Liquidity](https://app.cropper.finance/liquidity)' via the top menu.
2. Connect your wallet, locate the pool you wish to use, and select 'Deposit'.

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

3. Choose between 'Custom' and 'Full range' option and proceed to the following step.

<figure><img src="/files/7Ymc75l4WnjOIf6ui1O3" alt=""><figcaption></figcaption></figure>

4. Adjust the price range by using the graph's sliders, typing in the minimum and maximum prices directly, or by using the + and - controls.

<figure><img src="/files/6GwXdjU3KOLsIpUZHwDX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: You may select your base pricing token in the upper right of the screen when setting your price range, such as USDC per SOL or SOL per USDC.
{% endhint %}

5. Input the deposit amounts for each token, ensuring they adhere to the deposit ratio set by your chosen price range.

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

5. Tap 'Preview deposit' to review your position's details, then confirm by clicking 'Confirm Deposit'.
6. Congratulations! You will now see an NFT representing your position in your wallet.

{% hint style="warning" %}
IMPORTANT: Remember, if your NFT is lost, sold, or destroyed, you will also lose the represented liquidity!
{% endhint %}

8. To view or adjust your position, click 'My Pools'. You can see basic information through the pool dropdown.

{% hint style="info" %}
To access more options, select 'Manage'. Here, you can add or withdraw liquidity, but note that altering the price range requires establishing a new position.
{% endhint %}


---

# 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.cropper.finance/cropperfinance/cropper-for-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.
