pumperp

Launch flow

Charter compile, fund agent wallet, Clanker deploy, mind bootstrap.

Launch is charter → fund → deploy on the Farcaster miniapp (or MCP/API).

Steps

  1. Compile a charter — chat, "use default", or BYO charter_submit (engine + persona + mandate).
  2. Fund the agent wallet — platform fee (CLAWBASE_LAUNCH_FEE_ETH, default 0.002) + gas (+ optional inference bootstrap).
  3. LaunchPOST /agents/:id/charter/launch with name/symbol/image.
  4. Bind — Clanker v4 deploy from the agent wallet → treasury rules locked → activation credit → mind armed → agent running.
  5. Prospectus — public page #t/0x… shows mandate, rules, ledger, agent log.

API shape (auth required except public GETs)

POST /api/v1/agents/:id/charter/chat
POST /api/v1/agents/:id/charter/default
POST /api/v1/agents/:id/charter/submit
POST /api/v1/agents/:id/charter/launch

Key launch body fields: name, symbol, image?, description?, devBuyEth?.

Clanker v4

  • Deployed from the agent's wallet (not a single shared protocol deployer for creator tokens).
  • Fee recipients / vault follow Clanker v4 + charter fee splits.
  • Platform flat ETH fee is separate from LP fee routing.

What is not in the live path

Legacy Express POST /tokens/launch + ProtocolRegistry.enroll is not the current creator UX. Prefer clawbase docs/ARCHITECTURE.md over older registry-centric docs.

On this page