NFT Marketplaces
NFT marketplaces are the primary interface between buyers, sellers, and the blockchain-based tokens known as non-fungible tokens. If you want to buy, sell, or mint an NFT, you will almost certainly do it through a marketplace. But these platforms are not simple storefronts. They are complex systems that handle order matching, escrow, royalties, metadata, and - increasingly - aggregation across multiple liquidity pools.
This page maps the entire territory. Each section below introduces a major area of how NFT marketplaces work, then hands off to a dedicated page that covers that topic in full.
How marketplaces actually execute trades
At the mechanical level, every NFT marketplace solves the same problem: it needs to match a willing seller with a willing buyer, hold the asset securely during the transfer, and record the result on a blockchain. How they do those three things differs radically.
On-Chain vs Off-Chain NFT Order Matching is the first distinction to understand. Some marketplaces record every order - every list price, every bid - as a transaction on the blockchain. Others store orders in their own off-chain database and only submit a transaction when a match occurs. The trade-off is straightforward: on-chain matching is slower and costs gas for every order, but it is fully transparent and cannot be censored by a marketplace operator. Off-chain matching is faster, cheaper, and lets you place gasless listings, but it relies on the marketplace to honestly represent your order. The dedicated page on this topic walks through the exact mechanics of both approaches.
When a sale does happen, the asset needs to move from seller to buyer without either party being able to back out mid-transaction. How Smart Contract Escrow Works When You Buy an NFT explains the three-step process: the seller approves the marketplace contract to transfer their NFT, the buyer sends funds to the contract, and the contract atomically swaps the NFT for the payment. If any step fails - insufficient funds, a revoked approval, a gas limit - the entire transaction reverts and neither side loses their asset.
Most marketplaces now support Gasless NFT Listings via Signed Messages. Instead of sending a "list my NFT" transaction to the blockchain, you sign a message with your wallet that says "I am willing to sell this token for 1 ETH." That signed message is stored off-chain. When a buyer accepts it, the marketplace submits both the signature and the purchase transaction in one atomic call. The listing cost you zero gas. The dedicated page on gasless listings explains exactly when the on-chain transaction finally happens and what risks signed messages carry.
**NFT Auction Models - English, Dutch, and Timed Reserve - ** are the alternative to fixed-price listings. An English auction starts low and climbs as bidders compete. A Dutch auction starts high and ticks down until someone buys. A timed reserve auction lets the seller set a minimum price and a deadline; if no bid meets the reserve, the item does not sell. Each model suits different scenarios - Dutch auctions are common for mints, English auctions for rare 1/1s, timed reserve for sellers who want a sale only above a preset minimum.
Marketplaces and their fee structures
No marketplace operates for free. Every platform charges fees, and those fees vary widely. The total cost of a trade includes the marketplace fee, any creator royalty, gas costs for multiple steps, and - if you use an aggregator - an additional aggregator fee.
NFT Marketplace Fees Explained: What You Actually Pay breaks down every cost line by line. As of this writing, OpenSea charges a 2.5% marketplace fee on secondary sales. Blur charges 0.5% for collection-level offers and 0% for some listing types. Magic Eden charges 2% on Solana. Creator royalties historically sat at 5-10%, but that number has become contentious. Some marketplaces enforce royalties at the contract level; others make them optional. The fee page covers the exact percentages for every major platform and explains which costs are negotiable and which are not.
The gas costs are separate from marketplace fees. You pay gas for: - Approving a collection to trade on a marketplace (one-time per collection) - Accepting an offer (if the listing was gasless) - Minting an NFT - Transferring between wallets - Canceling a listing that was placed on-chain
Lazy Minting vs Pre-Minting NFTs: Cost and Permanence Compared is the decision every creator faces. Lazy minting stores only the metadata on the marketplace's server; the actual NFT token is minted at the moment of first purchase. This saves the creator the upfront gas cost of minting an entire collection, but it means the NFT does not exist on-chain until someone buys it. Pre-minting mints all tokens to the creator's wallet before any sale. It costs more upfront but gives buyers immediate on-chain proof that the collection exists.
The major marketplace choices
The NFT marketplace landscape is dominated by a handful of platforms, each with different strengths, fee structures, and liquidity profiles. The choice of where to list and trade is the single most consequential decision a trader or creator makes.
OpenSea vs Blur: Which NFT Marketplace Should You Use is the central rivalry on Ethereum. OpenSea is the incumbent - largest user base, broadest collection support, a familiar interface. Blur is the challenger - lower fees, faster trading loop, points-based incentives for liquidity providers, and aggressive aggregator functionality. The dedicated comparison page covers the real trade-offs: OpenSea for casual collectors and broad discovery, Blur for active traders who want minimal fees and maximum liquidity on blue-chip collections. Neither is objectively better; they serve different use cases.
Magic Eden vs Tensor: Which Solana NFT Marketplace Is Better covers the Solana side. Magic Eden is the dominant marketplace by volume and collection count. Tensor is newer, more aggressively focused on pro trading features like real-time order books and zero-fee taker orders. The comparison page evaluates liquidity depth, fee structures, and trading tools for both platforms.
Beyond these front-end marketplaces, aggregators like Gem.xyz (now part of OpenSea) and Genie.xyz (acquired by Uniswap) route trades across multiple marketplaces to find the best available price. An aggregator does not hold its own liquidity; it queries OpenSea, Blur, LooksRare, X2Y2, and others simultaneously. The aggregator charges a small fee on top, but the savings from finding a better price often outweigh that cost.
Errors, approvals, and wallet interactions
Anyone who has traded NFTs has encountered a wall of error messages. Most of them are not technical failures - they are the result of how wallets and smart contracts communicate.
"Transaction Failed: Out of Gas" means your wallet did not send enough gas to complete the operation. This often happens when a trade involves multiple contract calls - approval, transfer, payment - and your wallet's automatic gas estimation underestimated the complexity. The dedicated page on this error explains how to manually increase the gas limit and what happens to the ETH you already spent on the failed attempt.
"Insufficient Funds for Gas" is different. You may have enough ETH to buy the NFT itself, but not enough to cover the gas cost of the transaction. Gas is paid in the native token (ETH, SOL, MATIC) regardless of what currency the NFT is priced in. The page on this error covers how to check your available gas funds and why the error persists even when your wallet balance looks sufficient.
"Approval Required Before Listing" appears because the marketplace contract needs permission to move your NFT on your behalf. This is a one-time approval per collection per marketplace. The page on this error explains what you are actually signing when you approve a contract and how to verify that the contract address is legitimate.
"Signature Rejected by User" happens when you cancel a wallet pop-up before signing. It is not an error in the technical sense - it is a deliberate cancel. But it can be confusing because the marketplace may not update its UI to reflect that you did not actually approve anything. The dedicated page walks through common causes: distracted clicking, wallet pop-ups that do not appear in time, and browser extension conflicts.
"Collection Not Verified" is a warning, not a block. It means the marketplace has not confirmed that this collection belongs to the creator it claims to represent. The page on this warning explains why unverified collections are riskier - they are the primary vector for fake collections that copy the name, logo, and metadata of a real project - and how to independently verify a collection's authenticity using Etherscan or the project's official website.
Risks you need to understand
NFT marketplaces are permissionless. Anyone can create a collection, list an NFT, or send you a link to a fake site. The financial stakes are high because trading involves direct wallet interactions.
NFT Marketplace Risks: Scams and How to Protect Your Wallet covers the most common attack vectors: phishing sites that look exactly like OpenSea or Blur, fake "approval" pop-ups that drain your wallet's entire holdings, clipboard malware that replaces the contract address you copied with a scammers address, and impersonation accounts on Discord and Twitter that DM fake mint links. The page also explains the specific risk of signing a malicious listing signature - a signed message that gives a scam contract permission to transfer all your NFTs.
Revealed vs Unrevealed NFT Buying Risk: What to Know addresses the gamble of buying before metadata is shown. An unrevealed NFT is a token whose image and attributes are hidden behind a placeholder. The risk is that the reveal produces low-traited or undesirable art. The potential reward is buying a rare token at a floor price before the market re-prices it. The dedicated page explains how reveal mechanics work, what metadata reveals actually look like on-chain, and why some unrevealed collections become worthless after the reveal.
Wash trading is a persistent risk on unregulated marketplaces. Some platforms have detection flags that mark suspicious trading patterns - rapid buy-sell cycles between the same wallets, volume spikes with no organic demand. But detection is inconsistent, and volume numbers on any marketplace should be treated as approximate, not definitive.
Decisions creators and traders face
Every participant in an NFT marketplace makes a series of decisions that affect cost, risk, and outcome.
For creators: Lazy Minting vs Pre-Minting (covered above), ERC-721 vs ERC-1155 for collection deployment, IPFS vs Arweave for metadata storage, and whether to enforce royalties at the contract level or rely on marketplace goodwill. The Royalty Enforcement at the Contract Level page explains how the ERC-2981 standard works, which marketplaces honor it, and why some platforms now allow buyers to bypass creator royalties entirely.
For traders: Fixed Price vs Auction Listing Strategy depends on how quickly you need to sell and whether the collection has active bidding. Collection Offer vs Individual Token Offer changes your odds of filling - a collection offer applies to any token in the set, but at a lower price than you would pay for a specific piece. Floor Sweeping is the practice of buying every token at or near the floor price, often using an aggregator or a bot. The Floor Price Sweeping Mechanics page explains how sweeps work, why they affect the market price, and what risks come with automated purchasing.
For everyone: Self-Custody Wallet vs Marketplace Custodial Wallet is a foundational security decision. A self-custody wallet (MetaMask, Phantom, Rainbow) gives you full control but full responsibility. A marketplace custodial wallet (the one created when you sign up for an exchange like Coinbase or Binance) is easier to recover if you lose access, but the marketplace holds the private keys. The dedicated page compares both options across security, convenience, and recovery scenarios.
How marketplaces and their tools fit together
The ecosystem extends beyond the marketplaces themselves. Reservoir provides developer infrastructure that allows any site to become an NFT marketplace by plugging into pooled liquidity. Zora is both a protocol for creating NFTs and a marketplace for trading them. Foundation and SuperRare are curated marketplaces focused on 1/1 digital art with higher royalty enforcement and invite-only onboarding. Rarible supports multiple blockchains and lets creators deploy their own marketplace contracts.
For analytics: icy.tools tracks floor prices and wash trading flags. Nansen offers on-chain labeling that identifies wallets with historically profitable trading patterns. rarity.tools and Trait Sniper rank NFTs within a collection by attribute scarcity. NFTBank tracks portfolio value across wallets and marketplaces.
The relationship between marketplaces and aggregators is worth understanding. An aggregator like Gem.xyz (acquired by OpenSea) or Genie.xyz (acquired by Uniswap) does not maintain its own listings. It queries multiple marketplaces and returns the best available price for a given token. This creates a more efficient market but also introduces aggregator fees on top of marketplace fees. The Aggregator Routing page explains how these tools find the cheapest path across fragmented liquidity pools.
The limits of what marketplaces tell you
Several misconceptions persist even among experienced traders. "Buying an NFT means I own the copyright" is false unless a separate copyright transfer agreement is signed. The NFT conveys ownership of the token, not the underlying intellectual property. "The image is stored on the blockchain" is almost always false. Most NFT metadata points to an IPFS hash or an Arweave URL. The blockchain stores a pointer, not the image itself. "A verified badge means the marketplace endorses the project" is incorrect. Verification confirms identity, not quality. Verified collections have still rug-pulled.
"Floor price equals what my NFT is worth" is the most expensive misconception. Floor price is the lowest listed price, not the last sold price. In illiquid collections, the gap between floor price and actual sale price can be 20-40%. The Floor Price vs Sale Price page explains how to read actual market depth rather than just the floor number.
Where to go next
This page has surveyed the entire NFT marketplace landscape. Each topic above has a dedicated page that
Not financial advice. whateverape.xyz publishes market data and general information about digital assets. Crypto assets are volatile and you can lose everything you put in. Nothing here is a recommendation to buy, sell or hold, and we make no price predictions.
Prices are sourced from third parties and may be delayed or wrong. Verify anything you intend to act on against a primary source.