# Supply State

Art in the collection can be in one of [two states](https://app.cryptoart.com/supply) or burned.

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center"><strong>NFT</strong></td><td align="center"><p>These are redeemable for a physical art piece.</p><p></p><p>Metadata attribute:</p><p>  <em><code>Redeemable = TRUE</code></em></p></td></tr><tr><td align="center"><strong>Paired NFT</strong></td><td align="center"><p>These are currently paired with a physical art piece. If a paired NFT is trading, it means a collector has redeemed the physical, and sold the NFT effectively separating the two.  The NFT can never be redeemed again without having access to the physical.  If you don't care about the physical, this may be for you.</p><p></p><p><em><code>Redeemable = FALSE</code></em></p></td></tr><tr><td align="center"><strong>Burned</strong></td><td align="center">NFTs permanently sent to the burn address.  Art is normally burned when new drops require an existing NFT to be burned.  This allows collectors to "trade up", and makes the collection more desirable as a whole. </td></tr></tbody></table>

Supply Sources

The collection was seeded with P

| Source                    | # of art pieces | Comments                                                                                                                                                           |
| ------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| New Art Drops             | Variable        | Ongoing drops of new art.                                                                                                                                          |
| Legacy Physicals (sold)   | 4,133           | May slowly enter the supply as **paired NFTs**.                                                                                                                    |
| Legacy Physicals (unsold) | 2,431           | <p>These are part of the original supply stock, but where never physically created.  They are owned by Cryptoart.com and may enter similar to new drops.  <br></p> |

> **Legacy Physicals:**
>
> Legacy Cryptoart is physical offchain art that was created from 2013-2020. They are not part of the supply state.  However, holders have the ability to claim the NFT that corresponds to the art piece they purchased.  These claimed NFTs enter the supply state as paired NFTs (since a physical exists). &#x20;

{% hint style="info" %}
Legacy physicals can enter the supply state at any time regardless of current supply.  How many will enter?  We don't know.  We already notified cryptoart.com clients to claim their NFTs, but many were sold at live events.  We suspect most of them will never enter the supply state.  You can monitor the progress on the [supply page](https://app.cryptoart.com/supply).
{% endhint %}


---

# 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-art/supply-state.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.
