> For the complete documentation index, see [llms.txt](https://docs.alkiemonkdrinking.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alkiemonkdrinking.club/minting/nft-minting.md).

# NFT Minting

Total NFT Supply : Limited Quantity at **5,000**

<table><thead><tr><th width="222.63717481462865">Minting Phases</th><th width="150">Mint Price</th><th width="150">Quantity</th><th>Mint Date</th></tr></thead><tbody><tr><td>1st Minting Phase</td><td>0.10 Eth</td><td>1,000</td><td>April 2022</td></tr><tr><td>2nd Minting Phase</td><td>0.15 Eth</td><td>2,000</td><td>TBC</td></tr><tr><td>3rd Minting Phase</td><td>0.20 Eth</td><td>2,000</td><td>TBC</td></tr></tbody></table>

![Distribution of the total 5,000 NFTs](/files/2ugJR37v2uSUHYUriedl)

To ensure the quality of the community, minting priority is given to whitelist candidates. There will be no public mint if all whitelist spots are taken. However, the public can still join our whitelist by completing the tasks listed in [How to Get Whitelist](/minting/how-to-get-whitelist.md).

## **ERC721A**

To enhance the minting experience, AMDC has implemented the latest NFT smart contract standard - ERC721A&#x20;

It is a new implementation of IERC721 with significant **gas savings** for minting multiple NFTs in a single transaction.

![Gas saved compare to old ERC721](/files/iaX8xMCCSyxgVRMb8wjt)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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