LogoLogo
Join Truffle Today
  • 👋Welcome
  • ❓FAQs
  • 👩‍💻Changelogs
  • 👩‍🎓Getting Started
    • 👋NFT Drops Overview
    • 🧬Hybrid Drops Overview
    • 🎲How Hybrid Drops Work
    • 📰Mint Page Overview
    • 🤝Considerations for Project Success
  • 🌟DROP CREATION
    • 🖨️Creating a Core Edition
    • 🍬Creating a Random Mint
    • 🃏Creating a Packs Drop
    • 🧬Creating a Hybrid Drop
    • 🪂Creating an Airdrop
    • ❌Creating a Legacy Edition
  • ⚙️DROP SETTINGS
    • 🪛Edit your Drop
    • 🚪Gated Phase Settings
    • 🪄Delayed Reveal
    • 🧊Freeze Secondary Sales
    • 🔌Delete Drop & Refund Rent
  • 🛍️Mint Setup
    • 🖥️Create Mint Page
    • 🖼️Secondary Market Verification
    • 💰Wallet Verification
  • 🛠️Utilities
    • Utilities Overview
    • JSON Generation
    • Rule Set Manager
    • Update NFT / Update Collection
    • Collector Snapshot
    • Generate Hashlist
    • Create Migration Collection (Legacy)
  • 📚Knowledge Base
    • Create Your Account
    • NFT Standards
    • Signing Transactions & Messages
    • What is Update Authority
    • What is a Derived Keypair
    • Start & End an Legacy Edition Sale
Powered by GitBook
On this page
  • Allowlisted Wallets
  • NFT Burn
  • NFT Claim

Was this helpful?

  1. DROP SETTINGS

Gated Phase Settings

Details on how to create gated phases for your mint, including allowlists, NFT claim, and NFT burn phases.

PreviousEdit your DropNextDelayed Reveal

Last updated 6 months ago

Was this helpful?

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.

Allowlisted Wallets

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

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

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

⚙️
🚪