NFT Creating and Minting NFTs 5 — Questions and Answers
Question 1: What is a 'Dutch auction' mint format in NFT drops?
- A mint where the price starts low and increases over time
- A mint where the price starts high and decreases until all tokens are sold (Correct answer)
- A mint where buyers vote on a fair price collectively
- A mint exclusive to Dutch residents
Correct answer: A mint where the price starts high and decreases until all tokens are sold
In a Dutch auction NFT drop, the mint price begins at a high point and drops at set intervals until all NFTs are claimed, helping discover the market-clearing price.
Question 2: Which of the following best describes 'trait rarity' in a generative NFT collection?
- The physical rarity of the materials used in the original artwork
- The statistical frequency with which a specific attribute appears across all tokens in a collection (Correct answer)
- The number of blockchains the NFT is deployed on
- The age of the NFT relative to the collection's mint date
Correct answer: The statistical frequency with which a specific attribute appears across all tokens in a collection
Trait rarity measures how often a specific attribute (e.g., Gold Background) appears in the full collection, with lower frequency typically correlating to higher perceived value.
Question 3: What is the key difference between a 1/1 NFT and an edition NFT?
- 1/1 NFTs cannot be resold; edition NFTs can
- A 1/1 is a unique single-copy artwork; an edition has multiple identical copies minted (Correct answer)
- 1/1 NFTs use ERC-721; edition NFTs use Bitcoin
- A 1/1 NFT has no metadata; an edition NFT always has metadata
Correct answer: A 1/1 is a unique single-copy artwork; an edition has multiple identical copies minted
A 1/1 (one-of-one) NFT is minted as a single unique token, while edition NFTs are minted in multiples (e.g., 1/50), with each copy identical in artwork but distinct on-chain.
Question 4: What is 'airdropping' NFTs?
- Dropping an NFT from a drone at a physical gallery
- Sending NFTs directly to wallet addresses without requiring recipients to purchase them (Correct answer)
- Releasing NFTs publicly with no price floor
- Automatically listing NFTs on multiple marketplaces simultaneously
Correct answer: Sending NFTs directly to wallet addresses without requiring recipients to purchase them
Airdropping sends NFTs directly to specified wallet addresses for free, often used for community rewards, collaborations, or marketing purposes.
Question 5: Why do some NFT creators choose to deploy their own custom smart contract rather than using a marketplace's shared contract?
- Custom contracts are always cheaper to deploy
- Custom contracts give creators full control over minting rules, royalties, and contract ownership (Correct answer)
- Shared contracts are not supported on Ethereum
- Custom contracts eliminate the need for a wallet
Correct answer: Custom contracts give creators full control over minting rules, royalties, and contract ownership
A custom smart contract lets the creator set their own mint limits, pricing logic, allowlist rules, and royalty rates without being bound by a marketplace's shared contract terms.
Question 6: What is 'cross-chain minting' in the NFT space?
- Printing an NFT design onto a physical product
- Creating and deploying NFTs on multiple different blockchain networks (Correct answer)
- Transferring an NFT between two wallets on the same blockchain
- Minting NFTs that can only be traded on centralized exchanges
Correct answer: Creating and deploying NFTs on multiple different blockchain networks
Cross-chain minting refers to deploying an NFT collection on more than one blockchain (e.g., Ethereum and Solana), broadening reach to different collector communities.
Question 7: What is the purpose of the 'animation_url' field in NFT metadata?
- To set how fast the NFT spins on a marketplace page
- To link to a video, audio, or interactive HTML file as the primary NFT media (Correct answer)
- To define the frame rate of the token's static image
- To point to the artist's YouTube channel
Correct answer: To link to a video, audio, or interactive HTML file as the primary NFT media
The animation_url metadata field points to rich media such as MP4 video, MP3 audio, or an HTML page, allowing NFTs to contain more than a simple static image.
What is a 'Dutch auction' mint format in NFT drops?