# Minting

{% stepper %}
{% step %}

#### Head to the Mint page on Cryptoart.com

<https://app.cryptoart.com/mint>
{% endstep %}

{% step %}

#### Open Mint, Whitelist, and Claimable

Notice the three tabs at the top; Open Mint, Whitelist, and Claimable.  Open mints are available to the public.  Whitelist mints are private mints we may offer for existing holders.  The Claimable tab is for holders of Legacy Physicals to claim their NFTs after they [register](https://docs.google.com/forms/d/e/1FAIpQLScIAU_v50fHmSdZNazQSF1BMHDblZIGQ0KT0VIkST9FMkDofg/viewform?usp=sharing\&ouid=107985488154167526679).
{% endstep %}

{% step %}

#### Three types of mints

* Mint: This is traditional mint.
* <mark style="color:red;">**Burn to Mint**</mark>:  This allows you to mint a new NFT by burning a specified number of existing NFTs from the Cryptoart collection.  You will need to have the required number of NFTs in your wallet.  The example below allows for the option to pay .0001 ETH <mark style="color:red;">**or**</mark> burn 2 NFTs.

<figure><img src="/files/bI9BlShkKsXK72MAFaoa" alt=""><figcaption><p>Click the red button to pay ETH <strong>OR</strong> click the black button to burn your existing NFTs</p></figcaption></figure>

* **Trade to Mint**:  Similar functionality as Burn to Mint, except the NFTs are sent to Cryptoart.com for a later drop.

{% endstep %}
{% endstepper %}


---

# 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/minting.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.
