# Add Liquidity

{% hint style="info" %}
Due to Solana network congestion, the transaction confirmations may require multiple attempts.
{% endhint %}

## Step 1: Navigate to "Pools"

Click "Pools" to direct to the liquidity management platform page.

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

## Step 2: Click "Deposit"

Click "Deposit" and go to the liquidity management section.

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

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

## Step 3: Enter the Amount

Enter the number of token pairs you want to add liquidity.

{% hint style="info" %}
Currently, the liquidity adding only supports in the balanced way (the pool settings fix the weight of token allocation and you can only adjust one of the token types)
{% endhint %}

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

## Step 4: Set Slippage and Priority Fees

Set your **s**lippage tolerance and priority fees for this transaction. In this example, we will use 0.03% slippage tolerance, which is also the default setting on CoinChef liquidity management.

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

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

## Step 5: Add Liquidity

Once everything is set, click "Deposit" to add Liquidity.

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

## Step 6: Check Your Balance

After the transaction is confirmed, you will be able to check the LP token balance on the pool list, liquidity management section, or in your wallet.


---

# 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.coinchef.com/user-guide/chefswap-user-guide/add-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.
