List Price

The list price (also called the asking price or listing price) is the amount of cryptocurrency that an NFT holder sets when placing their token for sale on a secondary marketplace — representing the minimum amount a buyer must pay to immediately acquire that specific token through a direct purchase, displayed as the “buy now” price on platforms like OpenSea, Blur, and Magic Eden, set by the seller based on their assessment of the token’s value relative to collection floor, rarity rank, trait desirability, and current market conditions, and distinct from offer prices (bids submitted by buyers below the list price), the floor price (the lowest list price in the entire collection), and the last sale price (the most recent completed transaction price). The interaction between list prices (asks) and offer prices (bids) forms the NFT order book, with the floor price representing the clearing price where the most motivated seller meets the most motivated buyer.


List Price vs. Related Concepts

Concept Definition Who Sets It
List Price Asking price to buy now Seller (holder)
Floor Price Lowest list price in collection Market (set by the cheapest seller)
Offer Price Buyer’s bid below list price Buyer
Last Sale Price Most recent completed transaction Market (agreed between buyer/seller)
Mint Price Primary sale price from creator Creator

How Listing Works

Creating a Listing (OpenSea Example)

  1. Holder connects wallet to OpenSea
  2. Navigates to NFT: “List for sale”
  3. Sets:
    List price: 0.25 ETH
    Expiration: 7 days (listing auto-cancels if unsold)
  4. Signs the listing order (EIP-712 off-chain signature)

→ No gas cost to list

→ Order stored in OpenSea’s off-chain orderbook

Result: Token appears as listed at 0.25 ETH in collection view

“`

Completing a Purchase

Buyer sees listing at 0.25 ETH → clicks “Buy Now”

→ Seaport contract executes:

  • Transfers 0.25 ETH (minus fees) to seller
    Transfers NFT to buyer

→ One on-chain transaction (gas paid by buyer)

“`


List Price Strategy

Listing at Floor

  • Maximize chance of quick sale
  • Used when holder needs liquidity urgently or believes floor will fall

Listing Above Floor (Rarity Premium)

  • Risk: longer time to sell; may never sell if market cools
  • “Listing at rarity” = pricing based on where similar-ranked tokens have sold

“Wall” Listings

“`

Many listings at 0.1 ETH = “the floor is 0.1 ETH”

All 0.1 ETH listings must clear before floor rises to next level

New floor level: 0.15 ETH (next cluster of listings)

“`

Deliberately High Listings

  • Signal confidence in collection
  • Remove token from available supply (artificial scarcity)
  • Wait for market-moving event to attract serious buyers

Floor Price and List Price Relationship

“`

Collection: 10,000 tokens

Listed tokens: 800 (8% of supply listed at any time)

Sorted by price:

Cheapest listed: 0.10 ETH → this IS the floor price

Next 10 listed: 0.10–0.12 ETH → near floor

Rank #100 token listed at: 0.8 ETH → above floor (rarity premium)

Rank #5 token listed at: 12 ETH → extreme rarity premium

Floor = 0.10 ETH (the cheapest available token)

“`

“Sweeping the Floor”

“`

Whale wallet buys:

Token A (floor): 0.10 ETH → removes cheapest listing

Token B (new floor): 0.102 ETH → removes next cheapest

Token C: 0.103 ETH → removes next

…continues until budget exhausted or price target hit

Result: Floor price rises as cheap tokens are removed

Market reads: floor sweeping as bullish signal

“`


List Price on Different Platforms

OpenSea

  • Supports timed auctions and fixed-price listings
  • 2.5% buyer fee (as of 2023)

Blur

  • Aggregates listings from multiple marketplaces
  • Bid pools: bulk bids at a price for any token in collection
  • 0.5% seller fee; optional creator royalty

Magic Eden (Solana)

  • Dominant Solana marketplace
  • 2% seller fee

History

  • 2018: OpenSea launches; creates standardized list price mechanism for NFT secondary market
  • 2021: NFT boom drives millions of listings; floor prices of top collections reach 10–100+ ETH
  • 2022 Jan: OpenSea NFT volume peaks; listing competition intense; floor prices across top collections at all-time highs
  • 2022 Q3–Q4: Bear market; floors collapse 80–95% from peak; mass delisting as holders hope for recovery
  • 2023: Blur’s bid pool mechanism creates new dynamic: collection offers compete with individual list prices
  • 2024–2025: List price infrastructure stable; Blur + OpenSea compete for listing volume

See Also