# Concentrated

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

1. Select ‘**Concentrated**’ on the top right side

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

2. After connecting a wallet, either find the desired pool and click '**Create Position**'

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

3. **Set the price range** for the position using the sliders on the graph, manually entering the min price and max price, or clicking the + and - buttons.

**Note**: Price base token can be chosen in the top right corner of the window if preferred when selecting price range. For example, you can view price as USDC per SOL, or SOL per USDC.

<figure><img src="/files/5Jfc0UsDNQEMf5xm7gp5" alt=""><figcaption></figcaption></figure>

4\. Enter the deposit amounts for each token. Note that amounts must match the deposit ratio shown, and which is determined by the selected price range.

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

5\. Click '**Preview**', double check the details of the position, then click '**Confirm Deposit**'.

6\. That's it! **An NFT that represents the position** will now be visible in your wallet

7\. To review or handle a position, simply navigate to '**My Pools**' where you can find basic information in the pool dropdown menu. For more detailed insights, click on '**Manage**'. While you can add or remove liquidity from an existing position, creating a new position is necessary if you wish to adjust the price range.


---

# 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://solarswap.gitbook.io/solarswap/the-swap/liquidity-provision/concentrated.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.
