# Creating a liquidity pool

Anybody can create a [liquidity pool](/glossary.md#liquidity-pool). The only requirement is that the [asset pair](/glossary.md#asset-pair) does not already exist.

Liquidity pool creators are also [liquidity providers](/entities/liquidity-provider.md) since they deposit the initial liquidity and are given [LP tokens](/glossary.md#liquidity-provider-token) in return. For security reasons, a very small portion of the initial liquidity is locked in the liquidity pool forever. The liquidity provider needs to make sure that the ratio in which the initial liquidity was provided reflects the real-world exchange rate, otherwise, <mark style="color:orange;">it would be open to</mark> [<mark style="color:orange;">arbitrage</mark>](/glossary.md#arbitrage) and they could lose out on the overall value.

One thing to keep in mind is that the liquidity pool creator needs to provide a small amount of non-refundable ADA bundled with the tokens as <mark style="color:orange;">per the requirements</mark> of the Cardano blockchain.

The creation of a liquidity pool can be seen in the following image:

![User creates a new liquidity pool and receives LP tokens](/files/Mhgc3N4V1ZSJyEUC2YOc)

## Guide

You can create a liquidity pool in the **Pool** tab by clicking **Create pool**. This will take you to the **Create a new pool** page.

![](/files/7xndP63BPH5BkG4YXFch)

Here you have to select a pair of assets that do not have an existing liquidity pool yet.&#x20;

![](/files/dhsyxPOxwnozdS2iFyc2)

Once you are ready, click **Create a new Pool**. WingRiders will let you once more review the transaction details. If you are satisfied with the transaction, confirm it using the **Confirm** button. Afterward, you will be prompted by your connected wallet to sign the transaction (*example from Nami Wallet, the interface may differ in other wallets*).

![](/files/jOlGxe1IIaJsP8u7usjy)![](/files/nj4D61FODrnTJn9grpg7)

<mark style="color:orange;">After successfully signing the transaction</mark>, WingRiders will inform you about a successful pool submission. You can track the progress of the pool creation in the **Transactions** tab, either by clicking **Transaction list** in the message window or clicking **Transactions** in the top right corner. After the transaction is confirmed, you will see your transaction in the **Completed** tab.

![](/files/wrsIFyzmiMwPc9zrN6Xr)![](/files/c0OCPcwBiMTU28g2GUtB)


---

# 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.wingriders.com/actions/creating-a-liquidity-pool.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.
