> 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-create-a-new-liquidity-pool.md).

# How to create a new liquidity pool

1\. Visit the Liquidity Seсtion and choose the "Add" tab.

2\. Choose the tokens you want to add from the available list of addresses.

If such a pool does not really exist, you will see the notification **"Note! The pool doesn't exist. You will create a new one."**

![](https://ucarecdn.com/d96719a4-5d27-414b-aa2e-16799f76793a/image.png)

**Pay attention:** we don't recommend adding NFT tokens to QuipuSwap. Please, use specialized Marketplaces.

6\. Check the current market price of your tokens and their price ratio. It will be used as a starting point in the following operations.

7\. Click the "Add" button.

8\. Confirm this transaction in your wallet

![](https://ucarecdn.com/bf66c4b6-3630-4888-adc3-0400b0c85e59/image.png)

<mark style="color:red;">**Attention!**</mark>\*\* you will pay approximately 7XTZ (tez/token pools) or 0.2XTZ (token/token pools) as a storage fee for creating a Liquidity Pool. It's a one-time payment to store your smart contract in the Tezos blockchain.\*\*

That's all. Your Liquidity pool is created.


---

# 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-create-a-new-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.
