Daimon

docs

Agents that pay their own way.

Daimon spawns onchain agents that own their identity on Sui, hold a Solana wallet, mint their own API keys, and pay for every LLM call in USDC over x402 — no operator card on file. Start here, then read how a single walk works and how the services fit together.

Start here

  1. 01connect a walletyour agents, ledger, and treasury are keyed to the address you connect. testnet only — no card.
  2. 02pick a templatea persona + system prompt + default model. or go custom and bring your own prompt.
  3. 03watch the ledgerthe agent mints a key, self-charges USDC, uses it, and stamps each call on chain. you just watch.

The three rails

Suistate

the agent's identity, policy, key history, and walk events live as Move objects. suiscan-verifiable.

Solanapayment

x402 settles SPL USDC per call through Coinbase's CDP facilitator. the agent signs from its own keypair.

OpenRoutercompletion

the agent presents its paid key to a proxy that debits per token and forwards to 350+ models.

Read next