> For the complete documentation index, see [llms.txt](https://docs.quipuswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-add-liquidity-to-an-existing-liquidity-pool.md).

# How to add liquidity to an existing liquidity pool

1\. Log into [QuipuSwap](https://quipuswap.com) via Tezos dApp wallet. We recommend using the [Temple wallet](https://templewallet.com).

2\. Visit the "Liquidity" section

3\. Click the "Add" tab

4\. Select Tokens that you want to add to QuipuSwap

![](https://ucarecdn.com/76fd8cc5-296d-493f-adc7-0978e317c423/image.png)

5\. Choose the number of tokens that you want to invest and click the "Add" Button

![](https://ucarecdn.com/8e0d5eba-a98d-4201-8923-b97d6ed06edd/image.png)

In case you don't see your token in the dropdown list you may add the token contract address to the search field and find this token.

![](https://ucarecdn.com/e4240f84-0d29-49b1-94b8-8cb120e52c08/image.png)

6\. Confirm this operation in your wallet and wait. Usually, you need to wait one minute to get a confirmation.

![](https://ucarecdn.com/38eecc1a-8720-42f4-8b2e-f505d4039941/image.png)

You will see the Success status on a popup window.

![](https://ucarecdn.com/bcf623b1-6fb4-4d2f-affa-bb599ce6db6b/image.png)


---

# 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.quipuswap.com/dex-guides/how-to-use-the-dex/how-to-add-liquidity-to-an-existing-liquidity-pool.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.
