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

# Providing Liquidity on Quantum

Providing liquidity on Quantum is designed to be as intuitive and straightforward as possible. Follow these steps to add liquidity to your preferred pool:

## Step 1:&#x20;

Begin by clicking on 'Liquidity' on the menu bar. This will take you to the liquidity management page.

## Step 2:&#x20;

Here you will find two options: 'Add Quantum Liquidity' and 'Add Classic Liquidity'. Choose the one that suits your needs. If you're here for the concentrated liquidity experience, click on 'Add Quantum Liquidity'.

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

## Step 3:&#x20;

Now, you'll see a list of 'Available Pairs on Quantum'. Choose the one you're interested in and click on 'Manage Position'.

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

## Step 4:&#x20;

You're now on the position management page. Here you'll notice a few important sections:

1. This is the current range of the concentrated liquidity. It is automatically managed based on an optimal strategy designed to mitigate impermanent losses (IL). You don't have to worry about choosing a range or managing it.
2. Here is where you enter the amount of tokens you wish to add to the liquidity pool.
3. Click 'Approve' to give the necessary allowances to your tokens. This step is crucial as it allows Quantum to interact with your tokens.

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

## Step 5:

Once you've confirmed everything, click 'Deposit'. This will add your tokens to the Quantum liquidity pool.

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

And there you have it! You've successfully added liquidity to Quantum. The process of providing concentrated liquidity is made extremely simple, requiring no graph or range analysis. Just enter the amount and get going!


---

# 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://arbidex.gitbook.io/arbitrum-exchange/tutorials/providing-liquidity-on-quantum.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.
