Understand the system.
Build with confidence.
Architecture, contract boundaries, and exact integration entry points.
Find the right reference
How the pieces connect ↗
Launch, reserve accounting, metadata, and execution.
02 / ONCHAINContract reference ↗
Responsibilities, public methods, and immutable economics.
03 / INTEGRATIONDemo API & operations ↗
Action shapes, transaction outcomes, and managed test wallets.
04 / AGENT WORKFLOWSPrepare with an agent ↗
Download the skill. Prepare artwork and verified launch artifacts.
Current protocol versions
The contract launch domain is community-nft-launchpad.manifest.v3. Public preparation transport and metadata commitment versioning are separate: the defined preparation envelope remains version 1, and metadata uses COMMUNITY_NFT_METADATA_V1. Do not reuse an old deployment ABI or relabel v2 indexed state.
The code is the source of truth: SPEC.md, docs/mint-economics.md, contracts/src/, and the validators in launch/ and services/src/prepare-collection.mjs.
Testnet demonstration and canonical protocol
The demo uses the collection, minter, and reserve converter mechanics with a simplified AMM and managed test wallets. Its vault purchases and exchanges use an atomic demo router, distinct from the canonical Doppler router. The demo primary mint can still buy FLOOR separately before issuance. Public-testnet activity is on chain 46630; local rehearsal is chain 31337.
Production deployment and trading remain gated. A browser build, demo receipt, or successful local test does not establish production readiness.