Back to Discover
OpenSea logo

OpenSea

StartupLaunched August 2026

Screenshots

The Story

OpenSea is a marketplace for non-fungible tokens. A seller lists an item by signing an order, and the transfer settles on-chain when a buyer accepts, which means the marketplace itself never holds the asset.

The product is organised around collections. A collection groups tokens that share a contract and a theme, and its page shows floor price, volume, and listed items. That structure is what makes a large set of individually distinct tokens navigable, and it is why the marketplace became the default place to look up a collection's activity.

The tradeoffs are the marketplace's and the asset's. Listing is free because it is only a signature, but settlement costs gas, and a listing can be bypassed if the same asset is sold elsewhere. Fees and royalty enforcement have changed repeatedly, which matters to creators whose income depended on secondary sales.

Overview

OpenSea's mechanism is a signed order: the seller authorises a sale, and the transfer happens on-chain when a buyer accepts.

Listing an item costs nothing because a listing is a signature rather than a transaction. When a buyer accepts, the transfer and the payment settle on-chain in one transaction. The marketplace is therefore a venue and an index rather than a custodian, which is why the asset never sits in an account controlled by the platform.

Collections are the organising structure. Tokens sharing a contract are grouped, and the collection page reports floor price, trading volume, and the items currently listed. That aggregation is what makes a set of thousands of individually distinct tokens navigable and comparable.

The constraints follow from the model. Settlement costs gas even though listing does not, and a listing on one venue does not prevent the same asset being sold on another, so an order can be bypassed. Marketplace fees and the enforcement of creator royalties have changed repeatedly, which matters to creators who counted on secondary sales.

Key Features

  • Signed listings

    Listing is a signature rather than a transaction, so it costs nothing until a sale settles.

  • Collection pages

    Tokens sharing a contract are grouped, with floor price and volume reported for the collection.

  • On-chain settlement

    The transfer and payment execute in one transaction, so the marketplace never takes custody.

  • Marketplace APIs

    Collection and order data are available through APIs, so other applications can build on the same index.

Where OpenSea is a strong choice, and where it is not

Choose OpenSea when you need a liquid venue to list or discover NFTs, and collection-level data is what you are looking for.

Look elsewhere if you need guaranteed royalty enforcement or a venue where a listing cannot be bypassed, since on-chain assets can be sold through any marketplace.

Getting started

Browsing is free; listing needs a wallet and a sale costs gas.

  • ~5 min
    Time to first listing

    Connect a wallet and sign a listing. Signing costs nothing until a sale settles.

  • Fee + gas
    Cost to start

    A marketplace fee applies on a completed sale, plus network gas on settlement.

  • A wallet
    Prerequisites

    A self-custody wallet holding the asset.

Known limitations

Constraints confirmed from the platform's documentation.

  • A listing is not exclusive. Because the asset is on-chain, it can be sold through another marketplace.
  • Settlement costs gas even though listing does not.
  • Royalty enforcement has changed repeatedly. Creators counting on secondary income cannot rely on it.
  • Collection data can be misleading. Floor price and volume are reported per collection and can be distorted by wash trading.
OUR VERDICT

Pick OpenSea when you need a liquid NFT venue

Collection pages aggregate floor price and volume, which is what makes a large set of distinct tokens navigable.

The differentiator is the index and the liquidity, not the custody: the marketplace never holds the asset.

If guaranteed royalty enforcement matters, no on-chain marketplace can provide it, since the asset can be sold elsewhere.

FAQ

What is OpenSea?

OpenSea is a marketplace for NFTs where listings are signed orders and transfers settle on-chain.

Is listing free on OpenSea?

Listing is a signature rather than a transaction, so it costs nothing. Settlement on a sale costs gas.

What is a collection?

A group of tokens sharing a contract, presented with floor price and volume so a large set is navigable.

Can a listing be bypassed?

Yes. Because the asset is on-chain, it can be sold through another marketplace, so a listing is not exclusive.

What stack is OpenSea built with?

CompassPad records OpenSea as a TypeScript and React frontend with Go services and Solidity contracts, based on public documentation and job listings.

What we checked

  • LIVE
    Site and primary link

    The marketing site resolved and the primary product link reached the application.

  • PRICING
    Pricing page

    The fee page resolved and lists a marketplace fee on sales plus network gas costs.

  • DOCS
    Documentation

    Developer documentation is public and covers collections, orders, and the API.

  • FRESHNESS
    Changelog

    A dated public blog publishes updates and is reachable without an account.

Discussion

No comments yet. Be the first.

Join the conversation. Sign up to comment.

Sign up free

Similar But Scrappier

Figma

FeaturedTrending

Interface design in the browser with multiplayer editing.

Design & CreativeCCompassPad editorial

Figma is a design tool that runs in the browser and lets several people edit the same file at once. Cursors are visible, changes appear live, and a comment can be attached to a specific element, which removes the file-versioning and hand-off problems that a desktop design tool creates. The product covers interface design: frames and layout, components with variants, a shared library of styles and components across files, and prototyping with transitions between screens. Design tokens and variables let a theme be changed in one place, and the developer hand-off view exposes measurements and assets. Because the file lives in the browser, the same link serves designers, engineers, and stakeholders, which is why the tool spread beyond design teams. The tradeoff is dependence on a hosted service: there is no offline-first mode comparable to a desktop application, and the organisation's design assets live in a vendor's account.

Astro

Trending

A web framework that ships zero JavaScript unless a component asks for it.

Design & CreativeCCompassPad editorial

Astro is a web framework built around content. Pages are authored as components with an HTML-first template syntax, and by default the framework ships no client-side JavaScript for them. Interactive pieces are declared individually and hydrated on their own. The island model is the core idea: a page is mostly static HTML, and any component that needs interactivity is marked as an island with a hydration directive. That island can be written in React, Vue, Svelte, Solid, or plain JavaScript, and different islands on the same page can use different frameworks. The framework also ships a content collections API that validates front-matter against a schema at build time. Astro suits marketing sites, documentation, blogs, and content-heavy storefronts where interaction is limited to a few widgets. It is a poorer fit for applications where most of the interface is stateful and interactive, because the island boundaries then multiply and the static-first advantage shrinks.

Framer

A design tool that publishes the site it designs.

Design & CreativeCCompassPad editorial

Framer is a design and publishing tool where the canvas and the live site are the same artifact. A designer lays out breakpoints visually, and publishing produces a hosted site with no separate build step or handoff to an engineer. The product covers the ground a design tool and a site builder would otherwise cover separately. Components can have variants and interactions, content can be bound to a CMS collection, and animations are configured on the canvas rather than written as code. Effects such as scroll transforms are set up through the same visual interface. The tradeoff is the boundary of the tool. A site that fits Framer's model ships quickly and looks polished; a site that needs custom server logic, unusual routing, or a data layer outside the CMS reaches the edge of what the canvas can express. Teams sometimes publish a marketing site in Framer while the product itself is built elsewhere.