Skip to main content

Documentation Index

Fetch the complete documentation index at: https://xpectrum.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Xpectrum is four independently deployed contracts that cover the full NFT lifecycle: drop deployment through secondary trading.
ContractRoleDeployed
XNS1Reference XNS-1 implementationOnce, by the platform
XcollectionPer-drop collection contractOnce per collection
XlistWhitelist managerOnce per collection, bound to Xcollection
XmarketSecondary tradingOnce, by the platform

How they connect

When a creator launches a collection:
  1. A new Xcollection is deployed with the creator’s configuration
  2. A bound Xlist is deployed alongside it for whitelist management
  3. After minting, holders approve Xmarket as an operator to settle trades
  4. Xmarket reads ownership and royalty data from Xcollection via the XNS-1 interface
XNS1 is the platform-level contract for collections managed directly by the operator rather than per-creator deployments.

Xcollection

Minting, phases, reveals, royalties

Xlist

Whitelist management per collection

Xmarket

Listings, offers, proceeds