Skip to content

Series

A Series is a collection of multiple unique tokens — each with its own name, image, and attributes. Unlike editions (where every token shares the same artwork), series tokens are individually distinct.

  • Fixed supply — the total number of tokens is set at creation.
  • Unique metadata per token — each gets its own name, image, animation, and attributes.
  • Bulk upload — one zip containing all per-token assets and metadata.

Series are always ERC-721.

VariantWho picks the token IDBacking contract
Collectors ChoiceCollector — tokenIds passed with claimSeriesImplementation
StandardPlatform — sequential or randomRandomSeriesImplementation

Both contracts are non-reusable (one per collection).

Orthogonal to the variant — either variant can be revealed or unrevealed.

  • Revealed — metadata visible before mint. Ideal with Collectors Choice so collectors can browse and pick.
  • Unrevealed — metadata hidden until post-mint. “Blind mint” experience.

Collectors Choice collections always use the gatedSeriesMintChooseToken executor-signed path (even on public sales) because the collector specifies exact token IDs. Exception: public Dutch auctions on Collectors Choice use mechanicMintChoose (fully on-chain with selection).

See support matrix: series for the full mint-method mapping.

Ranked auctions are not supported for Collectors Choice. Standard series support ranked auctions (public only).