Xpectrum is four independently deployed contracts that cover the full NFT lifecycle: drop deployment through secondary trading.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.
| Contract | Role | Deployed |
|---|---|---|
| XNS1 | Reference XNS-1 implementation | Once, by the platform |
| Xcollection | Per-drop collection contract | Once per collection |
| Xlist | Whitelist manager | Once per collection, bound to Xcollection |
| Xmarket | Secondary trading | Once, by the platform |
How they connect
When a creator launches a collection:- A new Xcollection is deployed with the creator’s configuration
- A bound Xlist is deployed alongside it for whitelist management
- After minting, holders approve Xmarket as an operator to settle trades
- Xmarket reads ownership and royalty data from Xcollection via the XNS-1 interface
Xcollection
Minting, phases, reveals, royalties
Xlist
Whitelist management per collection
Xmarket
Listings, offers, proceeds
