🚪Gated Phase Settings
Details on how to create gated phases for your mint, including allowlists, NFT claim, and NFT burn phases.
Last updated
Details on how to create gated phases for your mint, including allowlists, NFT claim, and NFT burn phases.
Last updated
In this section of your drop set up you can create Gated Phases where only specific wallets can mint that meet certain criteria, which include:
Allowlisted Wallets
NFT Burn (Where the user will need to hold an NFT from a particular collection and burn it to mint the new one)
NFT Claim (Where the user will need to hold an NFT from a particular collection to mint the new one)
All the phases have these common fields:
Phase Name (This is what will be shown on the Mint Page)
Start and End Date for the phase
All of the Gated phases need to happen before the Public Phase if it has been enabled. Phases can not overlap.
Currently, you can only have 3 Phases enabled at a time and the Public Phase.
Allowlist is the simplest option of the Gated Phases. All you need to provide is:
A CSV with the wallet addresses you want to allowlist (1 column)
Price per Mint
The number of mints per wallet
The allowlist requires Solana wallet addresses, `.sol` or other solana domain addresses will not work.
NFT Burn is where you can specify that the user will need to burn an NFT from a specific collection to mint the new one. All you need to provide is:
The Collection NFT of the NFTs you'd like the user to burn
An optional mint price if you want to charge the user to mint the new NFT
NFT Claim is where you can specify that the user must hold an NFT from the selected Collection to mint the new one. All you need to provide is:
The Collection NFT of the NFTs you'd like the user to hold
Mint Limit (This limit is associated with the NFT they are holding, so if they have 2 of the NFTs and the limit is 1, they will be able to mint 2 of the new NFTs)
An optional mint price if you want to charge the user to mint the new NFT