# Add Liquidity

**Adding liquidity creates an LP token for the liquidity pair**

**Step1: Create a LP token**&#x20;

To start farming you need a LP token. So, let us learn how to create a LP token using our DEX.

i. Go to [https://exchange.croxswap.com](https://exchange.croxswap.com/#/pool)

ii. Click on Add liquidity

<div align="center"><img src="/files/zTIX5TLmvbSy80k7W1le" alt=""></div>

iii. Select two tokens that you would like to pair (Example: BNB and CROX as shown below). Enter the amount in one of the fields. It automatically calculates the ratio for the other one.&#x20;

For the first time users, you need to "Approve Contract" then Click "Supply" .

![](/files/fzmLcWisE9z7nizD7VR0)

iv. LP token is created and stored in your wallet. It is ready to stake.

![](/files/R0kag0ePqDBb2sZ0LjYW)


---

# 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.croxswap.com/guide/farming-bnb-chain/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.
