# Deposit & Withdraw Liquidity

Aquarius allows you to **provide liquidity** to markets available in the **Pools** section. Follow the steps below to **deposit or withdraw liquidity**.

> **Note:** If you are the first to deposit into an **empty pool**, you must manually set the exchange rate between assets. It’s best to deposit a **small amount** initially and **cross-check market rates** from other sources before confirming the transaction.

#### **How to Deposit or Withdraw Liquidity**

1. Go to [**aqua.network/pools**](https://aqua.network/pools/) and select the **market** where you want to provide liquidity.

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

2. Inside the **Pool Overview**, choose **“Deposit”** or **“Withdraw.”**

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

**For Deposits**:

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

* Enter the **amount of assets** you wish to deposit.
* Review the details and confirm your selection by clicking **“Deposit.”** Note how your "Rewards Boost" multiplier will change based on the amounts you deposit as well as your ICE balance. More about that can be found in the section dedicated to [ICE Boosts](/ice/ice-boosts-how-to-maximize-lp-rewards.md).

**For Withdrawals**:

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

* Select the **percentage of pool shares** you want to remove.
* Once confirmed, click **“Remove”** to withdraw your share from the pool.

#### **My Liquidity**

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

You can view all your liquidity positions under the **“**[**My Liquidity**](https://aqua.network/pools/?tab=my\&filter=all)**”** tab in the **My Aquarius** section. Here, you can:

* View a **complete overview** of your liquidity positions in **Aquarius AMMs**.
* **Add or remove liquidity** from any pool.
* **Claim rewards**, either **individually per pool** or **in bulk**.

> **Classic Pools & Migration**\
> The **“My Liquidity”** tab also includes a **“Classic”** category, where you’ll find liquidity deposited into the **legacy Native Stellar AMM**, which Aquarius supported **before fully migrating to Soroban in late 2024**.

To continue earning **AQUA rewards**, you can **migrate your funds** from **Classic pools** to the new **Aquarius pools**.


---

# 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.aqua.network/amm-and-pools/pools/deposit-and-withdraw-liquidity.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.
