NFT Drop
The NFT Drop program is ideal when you want to release a collection of unique NFTs.
It allows you to define a set of conditions called a claim phase to define when and how your users can claim an NFT from your drop; including allowlists, release dates, claim limits, etc.
When you add NFTs to your drop program, they are not minted at this point. You prepare everything for your users by lazy minting them, so that other wallets can mint them
Use Cases & Examples
You could use the NFT Drop program to:
- Release a PFP Collection where each NFT has a different combination of traits
- Release NFTs of your artwork, and have your community mint them for a price
- Create a restricted-access NFT drop, where only a specified list of wallets can claim NFTs
Using the Program in the SDK
This page outlines how you can create and configure your NFT collection program using the dashboard.
You can also use our SDK to create and interact with your program.