Skip to main content
The create form prepares metadata, then asks your wallet to call CooketFactoryV3.createToken(name, symbol, userSalt) on Arc Testnet. Supply is not configurable: every launch mints 1 billion 18-decimal tokens to its dedicated curve. The creator receives no tokens from creation alone. The factory atomically deploys and initializes the token, deploys its curve, registers fee and graduation relationships, and reserves the canonical V3 pool. A duplicate creator/name/symbol definition or zero salt reverts. After a successful receipt, metadata finalization waits for the canonical indexer to record the matching token, transaction hash, name, symbol, and fixed supply. A temporary 409 not_indexed response is expected while indexing catches up. An optional dev buy is a separate protected curve transaction after creation. It requires another wallet confirmation and can fail without reverting the already-confirmed token launch.