Hi everyone,
I’m trying to figure out if Manifold can support the workflow I have in mind without requiring a custom smart contract.
Here’s what I’m trying to build:
- A single ERC-721 collection with 250 unique 1/1 NFTs.
- Each NFT has its own image and metadata (no random minting).
- I already have an off-chain dashboard where users choose their character. Nothing about the selection process happens on-chain.
My intended flow is:
- Deploy one ERC-721 contract.
- Mint the first 50 NFTs to my own wallet (these are reserved for early supporters).
- Manually airdrop those 50 NFTs to their final owners after they complete the off-chain selection process.
- Keep the remaining 200 NFTs unminted.
- Over time, mint those remaining NFTs one by one (or in small batches) and sell them through auctions.
My questions are:
- Is this workflow possible using Manifold Studio alone, without writing a custom smart contract?
- Can I mint only the first 50 NFTs now and leave the remaining supply unminted until later?
- Can I continue minting new NFTs from the same ERC-721 contract months later?
- Can those future NFTs be sold through Manifold auctions or claim pages while still belonging to the same collection?
- Would Batch Token Creator be the correct workflow for this, or should I use another Manifold product?
My goal is to keep everything under one ERC-721 contract, while gradually releasing the collection over time.
Thanks!