NFT Art NFT Security and Best Practices 3 — Questions and Answers
Question 1: What is a 'honeypot' smart contract in the NFT space?
- A contract that rewards long-term NFT holders with bonus tokens
- A malicious contract that allows deposits but blocks withdrawals (Correct answer)
- A contract that automatically donates a portion of sales to charity
- A contract that locks NFTs for a set staking period
Correct answer: A malicious contract that allows deposits but blocks withdrawals
Honeypot contracts are designed to lure investors by appearing profitable while secretly trapping deposited funds with no way to withdraw.
Question 2: Why is using a separate 'burner' wallet recommended when minting NFTs from unknown new projects?
- Burner wallets receive priority gas fee discounts during high-traffic mints
- It limits exposure so a malicious contract can only access that wallet's limited funds (Correct answer)
- Burner wallets bypass KYC requirements on regulated platforms
- New projects require wallets with no prior transaction history
Correct answer: It limits exposure so a malicious contract can only access that wallet's limited funds
A burner wallet contains only the funds needed for that specific mint, so if the contract is malicious, losses are contained to a small amount.
Question 3: What does 'token gating' mean in the context of NFT art collections?
- Restricting which blockchains an NFT can be transferred to
- Using NFT ownership to control access to exclusive content or communities (Correct answer)
- Setting a maximum price cap on secondary market sales
- Requiring identity verification before purchasing an NFT
Correct answer: Using NFT ownership to control access to exclusive content or communities
Token gating uses wallet-verified NFT ownership as a key to unlock exclusive digital spaces, content, or real-world benefits.
Question 4: Which action should you NEVER perform when an NFT project asks you to 'verify your wallet' via a third-party link?
- Checking the link's domain name carefully
- Entering your seed phrase or private key on any website (Correct answer)
- Connecting your wallet using WalletConnect
- Reporting the link to the marketplace's trust and safety team
Correct answer: Entering your seed phrase or private key on any website
Legitimate services never need your seed phrase or private key; entering them on any website gives attackers complete control of your wallet.
Question 5: What is 'front-running' in NFT minting, and how does it harm legitimate buyers?
- When artists release artwork before the official collection launch date
- When bots detect pending mint transactions and pay higher gas to execute first (Correct answer)
- When resellers list NFTs before the original mint price is announced
- When a marketplace prioritizes verified artists over new creators
Correct answer: When bots detect pending mint transactions and pay higher gas to execute first
Front-running bots monitor the mempool for mint transactions and submit their own with higher gas fees to get processed first, scooping desirable NFTs.
Question 6: What is the safest way to receive an NFT from an unknown sender?
- Accept it directly into your primary wallet and check it later
- Transfer it immediately to a cold storage hardware wallet
- View it in a separate quarantine wallet before any interaction (Correct answer)
- Burn it using a marketplace tool to prevent any malicious code from executing
Correct answer: View it in a separate quarantine wallet before any interaction
Unsolicited NFTs can contain malicious contracts; viewing them in an isolated wallet prevents any exploit from reaching your main holdings.
Question 7: Why do reputable NFT art marketplaces implement a 'hidden' tab for received NFTs?
- To organize NFTs by purchase date for tax reporting purposes
- To quarantine unsolicited NFTs that could be spam or malicious (Correct answer)
- To hide low-value NFTs from public portfolio views
- To store NFTs that have not yet been authenticated by the platform
Correct answer: To quarantine unsolicited NFTs that could be spam or malicious
The hidden tab prevents airdropped spam or phishing NFTs from appearing in a collector's main gallery, reducing interaction with potentially dangerous tokens.
What is a 'honeypot' smart contract in the NFT space?