# How to Deposit Liquidity

This is a guide to all the features you will see on the A51 dApp while **adding liquidity**.

Once you land on the A51 dApp, **connect** your wallet.

Click **Strategies** on the top navigation bar.

### The Strategies Page <a href="#the-all-strategies-page" id="the-all-strategies-page"></a>

On the **All Strategies** page, there is a list of all the strategies created on different pools on a particular DEX and chain. To select a pool on your desired DEX and chain, go to the drop-down menu on top-left corner of the page.

In the search bar, you can also directly search your desired strategy.

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

You can also search pools by filtering through modes.

<figure><img src="https://a51-finance.gitbook.io/~gitbook/image?url=https%3A%2F%2F2022326910-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FkgjBAnpd1ePoseG7v3vZ%252Fuploads%252FVCVjbZ4FuredH8mlQ1wk%252FAL3.png%3Falt%3Dmedia%26token%3D43f98b6d-64f0-4294-8c84-ae832ccdbadd&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=25fdf449&#x26;sv=1" alt="" width="563"><figcaption></figcaption></figure>

### Add Liquidity <a href="#add-liquidity" id="add-liquidity"></a>

To add liquidity to a pool of your choice, select the strategy to which you want to add liquidity.

This will open a new page with 4 tabs:

1. Overview
2. Position
3. Transactions
4. Analytics

<figure><img src="/files/01GzdXwlLkgf6Igv9YF1" alt=""><figcaption></figcaption></figure>

#### Overview <a href="#overview" id="overview"></a>

It is an **overview of the strategy** with details including:

A graphical representation of the **volume**, **liquidity**, and **fees** for the last 7 days, 1 month, and 1 year.

<figure><img src="/files/3EB37F2cv0VEyKaUvrnZ" alt=""><figcaption></figcaption></figure>

A section where you can **add liquidity**.

1. Go to the **Add Liquidity** section.
2. Here you can see 2 more tabs, Single Asset and Zap In. Why would you use them? Learn more about [Single Asset](/carbon/a51-v3/intents/single-asset-deposit.md) and [Zap In](/carbon/a51-v3/intents/zap-in.md).
3. Enter the **amount of tokens** that you want to deposit.
4. Click **Deposit** to add liquidity.

A diagram of strategy range.

A section displaying the **breakdown of liquidity**

1. The **proportion** of each token in the pool.
2. Total **positions** in the pool.
3. Active liquidity (liquidity **available** on the DEX and **is being used**).
4. Inactive liquidity (liquidity that is **not available** on the DEX and is **not being used**).

A section displaying the **fee generated** and how much fee is generated through each token.

A section showing the **general details** of the strategy:

1. The **wallet address** of the strategy creator
2. **X account** of the strategy creator (if connected)
3. **Date** of strategy creation
4. Strategy **description**

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

#### Position <a href="#position" id="position"></a>

You can create **more than one** liquidity position in a single pool.

In the **Position** tab, you can view your liquidity position(s) in the respective pool. You can also view your position(s) in the **Positions** tab on the top navigation bar of the page.

#### Transactions <a href="#transactions" id="transactions"></a>

You can **view the history** of the strategy/pool displaying the decisions and edits made by the strategy creator on the **Transactions** tab.

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

#### Analytics <a href="#transactions" id="transactions"></a>

To see how your strategy has been performing, you will visit the Analytics section. It shows the PnL Data, Price Ranges, and LP vs HOLD data in a graphical manner for last 7, 14, and 30 days.

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


---

# 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.a51.finance/carbon/a51-v3/guides/how-to-deposit-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.
