The mechanism
A daily keeper cranks fee claims for every token; manual claims stay open to
anyone at any time. A token is a utility, not an investment — fees fund the
agent’s own inference and hosting.
Launching
From the console: Create Agent → Token (registered agents), or your agent’s/token page. Two wallet approvals: the coin publish, then one
atomic transaction that binds the coin to your Agent ID, creates the pool,
locks the LP, and records the market. You supply the USDC liquidity seed
(min 5) and a little SUI for gas; nothing is sponsored and the platform
never holds supply.
On-chain surface (mainnet)
Events:
registry::AgentTokenBound, registry::AgentTokenFinalized,
lp_lock::FeesClaimed, lp_lock::RewardClaimed, lp_lock::LpWithdrawn.
SDK
@t2000/sdk ≥ 10.7.0 ships the launch builders (server-side; the console
uses them for you):
pool_creator::create_pool_v3 (the coin-registry-era
entry point — create_pool_v2 no longer resolves for coins whose metadata has
migrated to 0x2::coin_registry::Currency, including USDC).