# Creating a New Shared Pool

The creation of a new Shared liquidity pool is completely permissionless. Any user can create a liquidity pool for a new collection.\
\
Navigate to the "Manage Liquidity" page. \
\
Enter the desired NFT collection’s smart contract address into the search bar then click One-click deposit. <br>

<figure><img src="/files/ceYbc91Jq5hJ7q8kZi0z" alt=""><figcaption></figcaption></figure>

Select the rarity and then click "Create pool". \
\
The V3CoolNFT collection has now been added but there are currently no NFTs or ETH in this pool so no trades can occur yet.

<figure><img src="/files/uatdlWK7FSgqHqUZm5Pp" alt=""><figcaption></figcaption></figure>

After the pair is created, you will be able to enter in a custom price since you are the pool creator. For example, if the current market price of V3CoolNFT is 1 ETH, you would enter 1 ETH. \
\
Select the rarity, custom price, NFTs to deposit, and then click "deposit". \
\
Note: you will need to sign an approval transaction for the NFT collection if you haven't approved the use of the contract previously.&#x20;

<figure><img src="/files/KIgazVg0GiulqpErDv37" alt=""><figcaption></figcaption></figure>

Now the V3CoolNFT pool has initial liquidity in NFTs and ETH. Trading can now occur within this liquidity pool. &#x20;


---

# 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.caviar.sh/user-guides/creating-a-new-shared-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.
