CCE NFTs, Tokenization, and Digital Assets 5 — Questions and Answers
Question 1: What distinguishes a 'dynamic NFT' (dNFT) from a standard static NFT?
- It can be minted by anyone without a wallet
- Its metadata or attributes can change based on external data or on-chain conditions (Correct answer)
- It automatically burns itself after a set period
- It exists simultaneously on multiple blockchains
Correct answer: Its metadata or attributes can change based on external data or on-chain conditions
Dynamic NFTs use oracles or on-chain logic to update their metadata in response to real-world events, game outcomes, or time-based conditions.
Question 2: Under US SEC guidance, which factor most strongly suggests a tokenized asset is a security?
- It is minted on a public blockchain
- Buyers expect profits primarily from the efforts of a third party (Howey Test) (Correct answer)
- The token uses the ERC-721 standard
- It has a fixed maximum supply
Correct answer: Buyers expect profits primarily from the efforts of a third party (Howey Test)
The Howey Test classifies an investment contract as a security when there is an investment of money in a common enterprise with an expectation of profits from others' efforts.
Question 3: What role does a 'royalty standard' like EIP-2981 play in the NFT ecosystem?
- It sets gas price limits for NFT transactions
- It provides a standardized way for creators to receive a percentage of secondary sales on-chain (Correct answer)
- It governs how NFT metadata is stored on IPFS
- It determines the maximum supply of an NFT collection
Correct answer: It provides a standardized way for creators to receive a percentage of secondary sales on-chain
EIP-2981 defines a common interface for NFT royalties so marketplaces can query and automatically pay creators a portion of every resale.
Question 4: A company issues security tokens representing shares in its revenue stream. Which regulatory framework would most likely govern these tokens in the United States?
- FinCEN's Bank Secrecy Act only
- The Securities Act of 1933 and SEC oversight (Correct answer)
- The Commodity Exchange Act under CFTC jurisdiction
- State money transmission laws exclusively
Correct answer: The Securities Act of 1933 and SEC oversight
Revenue-sharing tokens that meet the Howey Test criteria are classified as securities, falling under SEC jurisdiction and requiring registration or an exemption under the Securities Act.
Question 5: What is 'provenance' in the context of NFTs, and why does it matter for valuation?
- The programming language used to write the NFT smart contract
- The verifiable ownership and transaction history of a token from mint to present (Correct answer)
- The geographic location where the NFT was first minted
- The number of copies minted in the same collection
Correct answer: The verifiable ownership and transaction history of a token from mint to present
Provenance is the auditable chain of custody recorded on-chain; a token previously owned by a celebrity or acquired from a prestigious drop commands higher market value.
Question 6: Which mechanism allows a user to use an NFT as collateral for a DeFi loan without transferring permanent ownership?
- NFT staking with a 30-day lockup
- An escrow-based NFT lending protocol that holds the token until the loan is repaid or liquidated (Correct answer)
- Wrapping the NFT into a fungible ERC-20 token permanently
- Burning the NFT and receiving stablecoins in return
Correct answer: An escrow-based NFT lending protocol that holds the token until the loan is repaid or liquidated
NFT lending protocols escrow the collateral NFT in a smart contract; if the borrower repays, the NFT is returned, but if they default, the lender can claim it.
Question 7: What is the primary purpose of a 'token curated registry' (TCR) in the digital asset space?
- Automatically burning tokens that violate smart contract rules
- Using token-based economic incentives to maintain a curated, crowd-verified list of quality items (Correct answer)
- Creating a government-approved registry of licensed token issuers
- Storing NFT metadata in a decentralized database
Correct answer: Using token-based economic incentives to maintain a curated, crowd-verified list of quality items
A TCR uses staking and challenge mechanisms to incentivize participants to curate and verify the quality of listed items, relying on economic game theory rather than central authority.
What distinguishes a 'dynamic NFT' (dNFT) from a standard static NFT?