> For the complete documentation index, see [llms.txt](https://docs.eggs.cool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eggs.cool/guides/how-to-add-tokens-to-eggswap-exchange-as-an-lp.md).

# How to add tokens to EggSwap Exchange as an LP

**Step 1:**\
Go to <https://www.eggs.cool/ex/#/pool>

Click the large "Add Liquidity" button

![How to add liquidity?](/files/-MKC6jj5icKhkwKEtVE1)

**Step 2:** \
\
Select which token pair you want to add liquidity for:

![](/files/-MKC6xUVFElVlB5SsMM_)

**Step 3:**

Fill in the amounts you want to add to the liquidity pool. \
\
It may ask you to "Approve" the tokens - you will have to send these "approve transactions" first. \
\
Once you've approved the token you can hit "Supply"

![](/files/-MKC7t7OHDlnTsuMuWmh)

Then a transaction will pop-up for you to sign in your wallet (like MetaMask) - after the transaction is complete you will have successfully added liquidity.

![](/files/-MKC7yLqaAKloHVMgEhb)

![](/files/-MKC87xYJQqjUEHodVCd)

**Step 4:**

The transaction will provide you with some "SLP" tokens in your wallet. These are Eggswap LP tokens and represent the share you've deposited in the pool. All pools are labeled as ELP but represent different pools.

![](/files/-MKC8CWu5Dt2v2V2VSsh)


---

# 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:

```
GET https://docs.eggs.cool/guides/how-to-add-tokens-to-eggswap-exchange-as-an-lp.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.
