> For the complete documentation index, see [llms.txt](https://docs.delot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delot.io/yield-farming/providing-liquidity-to-get-lp-tokens.md).

# Providing liquidity to get LP Tokens

Please read this first to understand about Liquidity Pool on PancakeSwap: <https://docs.pancakeswap.finance/products/pancakeswap-exchange/pancakeswap-pools>

See the instructions to provide liquidity here: <https://docs.pancakeswap.finance/products/pancakeswap-exchange/liquidity-guide>

{% hint style="info" %}
Basically, you only need to replace CAKE token by **DELOT** token in the above instructions to provide liquidity for the **DELOT-BNB** pair. See more details below.
{% endhint %}

## Add liquidity

* Open this page: <https://pancakeswap.finance/liquidity> and then click on "Add Liquidity"

![](/files/MGfpKxwuJEy28gZWLzhh)

* Choose DELOT-BNB pair and then click on "Add Liquidity"

![](/files/DZTLVPH0l1SYyDodkX2o)

* Input your amount and then click on "Supply". In the first time, you have to "Enable DELOT".

![](/files/MKjjvQTdmhJSy5W945Eu)

* Click on "Confirm Supply"

![](/files/uLRk8VjChpz58c1kdTUh)

* You can now add LP token (named Cake-LP) on Metamask by importing token contract address: **0x18F45316F2f00CD0081Dd18e1e6b9F409D63C0AC**

![](/files/6avrqYTWR3dCkDwHoIYc)

## Remove liquidity

* Open this page to see your liquidity: <https://pancakeswap.finance/liquidity>
* Click on "Remove" of DELOT/BNB pool

![](/files/YDDq0AByMpVWwk52jnGw)

* Choose the amount, and then click on "Remove" (You will need to click on "Enable" in the first time)

![](/files/DranK3JlH7x1XDLr2TEU)

* Click on "Confirm"

![](/files/qNF753G1AEd3hdxxNMAu)

* Now you can see DELOT and BNB in your wallet


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.delot.io/yield-farming/providing-liquidity-to-get-lp-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
