NFT Art Marketplaces and Trading Mechanics Questions and Answers — Questions and Answers
Question 1: A collector is trying to buy a popular, newly-released NFT on a secondary marketplace. They notice that the price they paid was slightly higher than the price they clicked on just moments before. What is this phenomenon called?
- Price Impact
- Gas War
- Slippage (Correct answer)
- Floor Fluctuation
Correct answer: Slippage
Slippage is the difference between the expected price of a trade and the price at which the trade is executed. It often occurs in highly volatile markets or when liquidity is low, causing the final price to be different from the quoted price at the moment of transaction submission.
Question 2: An NFT project wants to sell 5,000 items from its collection and ensure a fair and efficient price discovery process, while also mitigating the risk of a gas war. They decide on an auction format where the price starts high and systematically decreases over time until a buyer accepts the current price. Which auction type did they choose?
- English Auction
- Sealed-Bid Auction
- Vickrey Auction
- Dutch Auction (Correct answer)
Correct answer: Dutch Auction
A Dutch Auction is a method where the price begins high and is progressively lowered until a participant accepts the price. This format is often used for large NFT collection drops to manage demand, prevent gas wars, and achieve a market-driven price.
Question 3: Which of the following best describes the primary function of an NFT aggregator platform?
- To provide decentralized storage for NFT metadata and assets.
- To create and deploy smart contracts for new NFT collections.
- To pull listings from multiple NFT marketplaces into a single interface for easier comparison and purchasing. (Correct answer)
- To offer insurance policies for high-value NFT assets against theft or loss.
Correct answer: To pull listings from multiple NFT marketplaces into a single interface for easier comparison and purchasing.
NFT aggregators are platforms that gather NFT listings from various marketplaces and present them in a unified interface. This allows users to easily search, compare prices, and sometimes purchase multiple NFTs across different platforms in a single transaction.
Question 4: A trader is analyzing the on-chain history of an NFT collection and notices a wallet that has bought and sold the same NFT multiple times in a short period, each time at a slightly higher price. This activity has artificially inflated the collection's trading volume and average sale price. What is this manipulative practice known as?
- Airdropping
- Wash Trading (Correct answer)
- Floor Sweeping
- Shill Bidding
Correct answer: Wash Trading
Wash trading is a form of market manipulation where an entity simultaneously buys and sells the same asset to create misleading, artificial activity in the marketplace. In the NFT space, this is often done to inflate an NFT's price or a collection's trading volume to deceive other investors.
Question 5: What is the primary purpose of the EIP-2981 standard in the NFT ecosystem?
- To enable the batch transfer of multiple ERC-721 tokens in a single transaction.
- To allow smart contracts to be upgradeable after deployment.
- To create a universal, on-chain way for NFTs to signal royalty payment information to marketplaces. (Correct answer)
- To define the metadata structure, ensuring compatibility across different wallets and platforms.
Correct answer: To create a universal, on-chain way for NFTs to signal royalty payment information to marketplaces.
EIP-2981 is the NFT Royalty Standard. It provides a standardized way for a smart contract to signal how royalty payments should be distributed for secondary sales. Marketplaces can then query this function to honor the creator's intended royalty fees, though enforcement is typically up to the marketplace.
Question 6: A decentralized NFT marketplace does not use a traditional list of buy and sell orders to facilitate trades. Instead, it relies on liquidity pools and a mathematical formula (like x*y=k) to determine asset prices based on the ratio of assets in the pool. What is this type of trading mechanism called?
- Off-Chain Order Book
- Peer-to-Peer (P2P) Matching
- Automated Market Maker (AMM) (Correct answer)
- Central Limit Order Book (CLOB)
Correct answer: Automated Market Maker (AMM)
An Automated Market Maker (AMM) is a type of decentralized exchange protocol that relies on a mathematical formula to price assets. Instead of using an order book like a traditional exchange, assets are priced according to the ratio of tokens in a liquidity pool.
A collector is trying to buy a popular, newly-released NFT on a secondary marketplace.
They notice that the price they paid was slightly higher than the price they clicked on just moments before.
What is this phenomenon called?