# FAQs

#### Frequently Asked Questions

<details>

<summary>I am about to buy an NFT, how can I tell if it is currently paired with a physical?</summary>

Check this metadata.  You want to make sure `Redeemable = TRUE` . &#x20;

Use the [supply page](https://cryptoart.com/supply).  Warning:  NFTs are decentralized.  We use a web3 infrastructure provider to tell us the current metadata state of the collection. It's possible our supply page may be incorrect for a brief period of time.  It's best to compare multiple sources.&#x20;

</details>

<details>

<summary>How do I unpair my NFT</summary>

Please refer to [Pairing / Unpairing](https://cryptoart.gitbook.io/cryptoart/the-project/broken-reference) in the docs.

</details>

<details>

<summary>I purchased an NFT that is already paired.  How do I unpair it so that I can claim a physical?</summary>

Without possessing the physical twin, you can't.  You can, however, enjoy the NFT in the digital realm and create a physical, unnumbered print for your own personal, non-commercial use.  Refer to [holder rights](https://cryptoart.gitbook.io/cryptoart/the-project/terms).

</details>

<details>

<summary>Cryptoart vs. Legacy Cryptoart</summary>

Any art piece we sold before 2025 is considered Legacy Cryptoart. These are limited edition physical art pieces that merged art with cold storage. Yes, you could put your Bitcoin in them.

In 2025 we quit selling these and introduced a concept called pairable NFTs/tokens. All new art releases after this date will follow this format.

Legacy collectors have the option, but not the obligation to claim an NFT for their Legacy Cryptoart.  You can lookup any art piece to determine its state on our [supply page](https://app.cryptoart.com/supply).

</details>

####

#### Legacy Cryptoart (created 2013-2020)

<details>

<summary>I own a physical legacy Cryptoart piece, how do I claim my NFT?</summary>

[Use this form](https://docs.google.com/forms/d/e/1FAIpQLScIAU_v50fHmSdZNazQSF1BMHDblZIGQ0KT0VIkST9FMkDofg/viewform?usp=header).&#x20;

</details>

<details>

<summary>Is there a time limit to claim my NFT?</summary>

We have no plans to expire NFT claims; however, if AI makes it too difficult for us to verify your physical via a video, we may need to reevaluate. &#x20;

</details>

<details>

<summary>What happens if I don't claim my NFT?</summary>

Nothing.  Your physical piece and certificate of authenticity remain valid provenance.  If you do decide to claim your NFT in the future, keep in mind it takes some time. &#x20;

</details>

<details>

<summary>What are my options if I claim my NFT?</summary>

* Keep it with my physical.  This gives you some enhanced provenance.  You can also [add stories to your NFT](https://cryptoart.gitbook.io/cryptoart/the-art/stories). &#x20;
* Hold it.  This gives you flexibility to see if it becomes valuable.   Also, you may be able to trade the NFT for another NFT (that isn't paired) when we make new drops.
* Sell it.  If a market emerges, you can sell your NFT on a marketplace like [OpenSea](https://opensea.io/collection/cryptoart-30).

</details>

<details>

<summary>Will the NFT I received be paired or unpaired?</summary>

Paired. This is because you are in possession of the physical. &#x20;

</details>

<details>

<summary>If I sell my NFT, can someone make a new art piece with the same edition number?</summary>

No.  This is because the NFT you claim is already paired with your physical.  If you sell it, it will be forever paired with your physical art piece (even though they have different owners). &#x20;

</details>

<details>

<summary>If I sell my NFT will my physical art piece be worth less?</summary>

This will be for the market to decide.  Anyone can look up a specific edition on our [supply page](https://app.cryptoart.com/supply) to determine if an NFT has been claimed.

</details>

<details>

<summary>How do I unpair an NFT with a legacy physical?</summary>

You can't- not yet at least.  If we do allow that option in the future, it would involve destroying the physical art piece.  NFTs can only be paired with one physical at any given time.&#x20;

</details>

<details>

<summary>I am about to buy a legacy physical IRL, how do I check to see if an NFT has already been claimed for it?</summary>

Check the [supply page](https://app.cryptoart.com/supply).  You will need the edition number and size of the art piece. &#x20;

</details>

<details>

<summary>Why would anyone want an NFT that is already paired?</summary>

Degen NFT collectors may not care about a physical version.  Also, you may be able to trade the NFT for another NFT (that isn't paired) when we make new drops.

</details>


---

# 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://cryptoart.gitbook.io/cryptoart/the-project/faqs.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.
