# Add liquidity

## **What is add liquidity?**

"Adding liquidity" refers to the process of depositing tokens into a liquidity pool on a decentralized exchange (DEX) or platform. By doing this, users (called liquidity providers) supply the pool with the necessary tokens that other traders can swap between.\
\
For example, if you want to add liquidity to an BAR/CHZ pool, you deposit both BAR and CHZ in equal value. In return, you receive liquidity provider (LP) tokens, which represent your share of the pool. You earn a portion of the transaction fees from trades made using the pool. When you withdraw, you'll receive your initial tokens back, plus any fees you've earned.

## **How to add liquidity?**

To add liquidity to KAYEN, here’s a step-by-step guide.&#x20;

#### **Prerequisite**

In order to add liquidity you need to have these:&#x20;

1. A MetaMask wallet or any other Web3 wallet.
2. You need to have CHZ on Chiliz Chain in your wallet for the gas fee.&#x20;
3. When adding liquidity to an existing pool, make sure you have two different assets.&#x20;

### **Step-by-Step Guide**

1. Go to: <https://app.kayen.org/>

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

2. Connect your MetaMask wallet or any Web3 wallet from the top right corner.<br>

   <figure><img src="/files/Ip3dBsRqYsvgAYEBtpPi" alt=""><figcaption></figcaption></figure>
3. After connecting your wallet, scroll down the page you are on. You can find the pool you want to add liquidity to by typing in the "Search pools" section. Once you find the liquidity pool, please click on it.&#x20;

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

4. Determine the amount you want to add to the pool and click the "ADD LIQUIDITY" button.&#x20;

<figure><img src="/files/928KFlPScASm0fDTWFSR" alt=""><figcaption></figcaption></figure>

5. Set a spending cap for your token. Spending cap should be more than the amount you plan to add to liquidity.

<figure><img src="/files/izKr4piEUyenl27ctBdY" alt="" width="375"><figcaption></figcaption></figure>

6. Click on "Approve."

<figure><img src="/files/jheoU1BMU05jlXMTj9br" alt="" width="375"><figcaption></figcaption></figure>

7. Continue by clicking 'CONFIRM ADDING LIQUIDITY.' *Also you can see the estimated gas price and slippage rate here.*

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

8. Click on Confirm.

<figure><img src="/files/oUxIA2fcNFNnOqZqrjfg" alt="" width="375"><figcaption></figcaption></figure>

9. Your transaction has been completed.&#x20;

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

10. After adding liquidity you can view your position on the same page.

<figure><img src="/files/g4udU9lwZ0oR5nM1bddY" alt=""><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://kayen-protocol.gitbook.io/documentation/kayen-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.
