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 / INTEGRATIONAPI & integration ↗
Wallet integration, contract actions, and transaction outcomes.
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.
Integrate the protocol
Use verified deployed contract bindings, the compiled ABIs, and the user’s own wallet. Public minting and NFT deposits share the collection’s configured opening delay; token trading begins with pool activation.