# NFT Drop contract

### 🤨 How the NFT Drop contract works

It enables you to establish a series of conditions termed as claim phases, outlining when and how users can claim an NFT from your drop. These conditions may include <br>

* Allowlist
* Release dates
* Claim limits
* Delayed reveals

When you incorporate NFTs into your drop contract, they are not immediately minted like the [NFT Collection contract](/smart-contract/pre-built-contracts/nft-collection-contract.md). Instead, you prepare them for your users through lazy minting, allowing other wallets to mint them as needed.

### **🔥 Use Cases & Examples**

You can utilize the NFT Drop contract for various purposes, such as:

* Launching a PFP (profile picture) Collection featuring NFTs with distinct combinations of traits.
* Lazy Mint, your NFT Collection and make use of claim phases and conditions.
* Releasing NFTs showcasing your artwork, enabling your community to mint them for a fee.
* Establishing a restricted-access NFT drop, allowing only designated wallets on a specified list to claim NFTs.
* Create exclusive NFTs with restricted access, ensuring they can only be claimed by pre-approved wallets on your allowlist.
* Create expansive collections of distinct NFT profile pictures, each corresponding to individual metadata or traits, offering unparalleled diversity and uniqueness.
* Produce NFTs featuring captivating artwork primed for widespread distribution, empowering artists to showcase their creativity and collectors to own a piece of digital art history.


---

# 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://docs.imintify.com/smart-contract/pre-built-contracts/nft-drop-contract.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.
