# How to Add Liquidity

### Getting Started with LP'ing

Adding liquidity on eckoDEX is exceedingly easy. Users who provide liquidity to eckoDEX enjoy the benefit of collecting a fee based on their relative position in the pool, the total fee is 0.25% of a swap.

{% hint style="info" %}
For the purposes of this step-by-step process, we are utilizing our devnet
{% endhint %}

Step one is to navigate to the [`Liquidity`](https://https://stage.swap.kaddex.com/liquidity/tokens) section of eckoDEX, for single sided liquidity select *tokens*, for double-sided, select *pools*. From there ensure that you have eckoWALLET connected, and on the chain you wish to use.

![](/files/DkeewHpDvgFSHT9d84dj)

![](/files/lp7IRSoW8G8PqdB0scl9)

For Double Sided LP'ing, select the pair you wish to provide liquidity to, and specify whether you want to receive rewards in the form of KDX from the eckoDEX Booster Program

![](/files/vEVPRG3bS2a8T1WwS26j)

Enter the amount of token 'A' that you wish to provide, note that token 'B' will automatically adjust to maintain a 50:50 ratio. Click *'Supply'* and confirm the transaction in eckoWALLET

![](/files/OhlMAx3mVecWa7QcmAgY)

Finally, click confirm! Your transaction will be submitted from there. Do not refresh the page as it is processing.

![](/files/rkwyAtvMgWPKGYABcF3w)

To view your provided liquidity, and positions, navigate to the '*my liquidity'* section of eckoDEX

![](/files/8ueExJtKESYmLdABDtNe)

This concludes the tutorial on double-sided liquidity provision for eckoDEX


---

# 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.ecko.finance/eckodao/eckodex/how-to-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.
