Crypto news and analysis
Beginner · NFTs & digital ownership

How NFT marketplaces work

Follow NFT listings, bids, approvals, fees, and settlement from wallet to contract, then learn how to verify collections and limit marketplace risk.

12 min read3-question quizUp to 125 XP

An NFT marketplace is an interface and transaction system that helps participants discover tokens, advertise offers, and settle transfers. It may index blockchain events, cache metadata, rank collections, and present orders for wallets to sign. The marketplace usually does not create the underlying ownership standard, and its screen is not the authoritative record of every token or right.

Market designs differ. Some custody assets or funds while orders are active; others let users keep assets in their wallets until a settlement contract executes a signed order. Fees, creator payments, approval scopes, supported standards, and dispute policies can vary by venue and over time. Users must inspect both onchain instructions and platform terms before authorizing a trade.

What you will learn

  • Trace a marketplace trade from listing or bid through approval and settlement
  • Distinguish platform verification and metadata display from onchain authenticity evidence
  • Apply contract, order, fee, rights, and wallet checks before an NFT transaction

Discovery is an indexed view of blockchain data

Marketplaces read contracts and event logs to build searchable collection pages. They also fetch metadata, calculate traits, identify possible spam, and associate contract addresses with creator profiles. Because indexing and caching happen offchain, two venues can show different names, images, ownership status, or refresh timing for the same token. The contract address remains more reliable than a copied collection name.

A verification badge generally means the platform applied its own review criteria to an account or collection. It does not independently establish copyright ownership, legal title to a physical object, or freedom from every security defect. Users should enter through an established project channel, compare the exact chain and contract address, and inspect token history rather than trusting visual similarity or search rank.

Signed orders can wait offchain

In a common noncustodial design, a seller signs structured data describing the token, payment asset, price, expiration, and allowed fulfiller. The order can remain in a marketplace database without moving the NFT. A buyer later submits a transaction to a settlement contract, which checks the signature and conditions, transfers payment, and calls the NFT contract to transfer the token.

The settlement succeeds only if prerequisites still hold. The seller must still own the token, retain the necessary approval, and satisfy the order conditions. An expired or canceled order should fail under correctly implemented rules. Users need to understand whether cancellation requires an onchain transaction because deleting a listing from one interface may not invalidate a signed order available elsewhere.

Approvals and signatures define authority

A marketplace cannot transfer a user's NFT merely because it displays a listing. It needs authority recognized by the token and settlement contracts. That may involve an operator approval plus a signed sale order. Fraudulent sites imitate this flow and ask for broad approvals, direct transfers, or signatures that create orders at unfavorable prices. Wallet prompts should be treated as executable authority, not login confirmations.

Safer practice separates valuable holdings from active trading. A user can transfer one intended asset to a dedicated selling wallet, approve only established contracts, inspect the spender address, and revoke unused approvals after activity. Revocation cannot undo a completed theft, and transaction simulation can miss changing state, so independent contract verification remains necessary before signing.

Fees, settlement, and recourse need separate review

A trade can include network fees, marketplace fees, creator payments, payment-token conversion, or aggregator routing. The displayed headline price may omit some costs or proceeds. Review the final amounts and recipients in the wallet. Also confirm the payment token's contract address; a token with a familiar symbol can be a worthless imitation issued by anyone.

Blockchain settlement may be difficult to reverse, while platform customer support has limited control over self-custodied assets. A platform can hide a collection or ban an account without reversing the token transfer. Contractual remedies, if any, depend on the parties, terms, facts, and jurisdiction. Users should not assume marketplace moderation is an escrow guarantee or authenticity warranty.

Reality check

Common misconceptions

A marketplace guarantees that every listed NFT is authentic.

A marketplace provides discovery and trading infrastructure. Verification processes are limited, and unauthorized media, copied collections, or malicious contracts can still appear.

Removing a listing from a website always cancels every signed order.

Some orders remain fillable until they expire or are invalidated under the settlement protocol. Interface removal and onchain cancellation are not necessarily the same action.

Before you act

Risks and limitations

  • A lookalike collection can copy names, artwork, and profile images while using a different contract address.
  • A malicious signature or operator approval can authorize an attacker to sell or transfer assets without another obvious prompt.
  • Order, network, marketplace, and creator fees can materially change the buyer's cost or seller's proceeds.
  • Marketplace outages, delisting, or account restrictions can remove discovery and trading access without changing onchain ownership.

Key takeaways

  1. Verify chain and contract address rather than relying on collection appearance.
  2. Read signed orders as conditional trade instructions with scope and expiration.
  3. Use a dedicated trading wallet and limit standing approvals when practical.
  4. Confirm all payment assets, fees, recipients, and rights before settlement.
  5. Treat badges and moderation as platform signals, not complete warranties.

Primary and further reading

Knowledge check

Test your understanding

Score at least 2 out of 3 to complete this lesson. Explanations appear after you submit.

1. Why can two marketplaces display different metadata for the same NFT?
2. What should a seller verify before approving a marketplace operator?
3. What changes when a typical NFT sale settles successfully?