# Providing and  Removing Liquidity for Pure-NFT Pools

Note: you will need to sign an approval transaction for each NFT collection before you can add liquidity. \
\
Pure-NFT pools allow for users who only want to provide NFTs as iquidity to earn a small fee for each user who changes NFTs from the same collection with their pool. \
\
Navigate to the "Manage Liquidity" page and click "Create Now".&#x20;

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

## Adding Liquidity to Pure-NFT Pools

Select the collection you would like to add liquidity to for a Pure-NFT Pool. \
\
Select the custom fee in ETH terms you would like to collect for each change of NFTs that occurs through your pool.\
\
Select whether or not you would like to prevent stolen NFTs from being changed into your pool. \
\
Select which NFTs you would like to deposit that other users can then exchange for. \
\
Click "Create pool".&#x20;

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

## Making Changes and Claiming Fees for a existing Pure-NFT Pool

Navigate to the "Manage Liquidity" page. \
\
Click the Pure NFT pool you would like to modify.

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

Change your settings for fees, filtering stolen NFTs, and add a NFT if you would like. \
\
Click "Add NFTs".

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

If you would also like to claim the fees that have been generated by your Pure-NFT pool, simply click "Claim fees".&#x20;

## Removing Liquidity from a Pure-NFT Pool&#x20;

Navigate to the "Manage Liquidity" page. \
\
Click the Pure NFT pool.

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

Click "Remove NFTs" then select which NFTs you would like to withdraw.&#x20;

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


---

# 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/providing-and-removing-liquidity-for-pure-nft-pools.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.
