# Vaults

**Introducing art into the collection**

You may have noticed the [metadata field](/cryptoart/the-project/web3/metadata-definitions.md) `Acquisition Method`.  This pertains to how we curate and acquire new art that is introduced into the collection. *Vaulted* art is derived from an existing NFT we purchased, vaulted, and released as a limited edition into the collection.  Refer to the `ref` field to determine the underlying NFT.  *Commissioned* art is specifically created by artists for the collection. &#x20;

| Acquisition Method | Comments                                                                                                                                                          |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Vaulted            | Derived from an existing NFT and released as a limited edition into the collection.  The last owner of a Cryptoart NFT can burn it in exchange for the `ref` NFT. |
| Commissioned       | Commissioned specifically for the Cryptoart collection.                                                                                                           |

{% hint style="info" %}
We are blockchain agnostic and will vault NFTs from any major chain.  Vault addresses will soon be found at [cryptoart.org](https://cryptoart.org).
{% 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-project/web3/vaults.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.
