# Wrapping and Unwrapping NFTs

## Wrapping your NFT into a Fractional Form

In order to wrap your NFT to fractionalize it into ERC20 tokens, navigate to the “Fractionalize” page.

Click the approve collection button in order to allow for trading of this specific collection.

Select which NFTs you would like to wrap and click wrap.

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

Confirm the transaction in your wallet and voila, your NFT has been wrapped into its respective ERC20 token representation.

## Unwrapping your Fractionalized NFT for a Random NFT

&#x20;In order to unwrap your fractionalized NFT tokens back to an NFT from the respective pool, navigate to the “Fractionalize” page and click “Unwrap”.&#x20;

Click the approve collection button in order to allow for trading of this specific collection. &#x20;

You can choose to randomly withdraw an NFT for no fee. In order to unwrap into a whole NFT you need to have at least 1.0 fractional tokens. If for example you have 0.5 fDoodles tokens, you can navigate to the trade NFTs page and click the cogwheel to select fractional. You can then buy 0.5 fDoodles tokens which will be enough to withdraw 1 Doodles NFT by unwrapping it.&#x20;

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

Confirm your transaction in your wallet and now your fractionalized NFT has been redeemed for an NFT.&#x20;

## Unwrapping your Fractionalized NFT for a Specific NFT

In order to unwrap your fractionalized NFT represented as ERC20 tokens back to a NFT from the respective pool, navigate to the “Fractionalize” page and click “Unwrap”. &#x20;

Click the approve collection button in order to allow for trading of this specific collection.&#x20;

There is a 0.3% redeem fee if you want to redeem a specific NFT in a pool. In order to unwrap your fractionalized tokens into a whole NFT you need to have at least 1.003 fractionalized tokens. If for example you have 0.5 fDoodles tokens, you can navigate to the trade NFTs page and click the cogwheel to select fractional. You can then buy 0.503 fDoodles tokens which will be enough to withdraw 1 Doodles NFT by unwrapping it.&#x20;

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

Now that you have enough fractional tokens, select the specific NFTs you would like to withdraw and click unwrap.

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

Confirm the transaction in your wallet and now your fractionalized NFT has been redeemed for an NFT.


---

# 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/wrapping-and-unwrapping-nfts.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.
