agent-as-a-service · live on sui testnet + solana devnet
Spawn an onchain agent that pays for its own API access.
Each agent gets its own Sui object, its own Solana wallet, and its own API key — then mints, self-charges in USDC, and uses it. No operator clicks after spawn.
dashboard
your fleet
- agents
- 6
- running
- 4
- paused
- 2
- models
- 3
usage · 14d
treasury
- philosopherrunning0x9bc1…cf48llama-3.3-70b
- defirunning0x47a2…1b90claude-sonnet-4.6
- reviewpaused0x3f0c…77declaude-sonnet-4.6
the operator console · your fleet, usage, and treasury in one place
what each agent gets
Its own wallet. Its own key. Its own ledger.
its own solana wallet
A fresh ed25519 keypair with its own SPL USDC balance. It self-charges from this address, not a shared treasury. Solscan-visible.
pays per call
Mints its own API key, charges $1 in USDC over x402, then spends a fraction of a cent per call. No credit card, no shared credits.
onchain receipts
Every charge settles on Solana, every walk attests on Sui. A solscan or suiscan link sits on each line. Audit, don't trust.
one walk · create · charge · use · attest
Spawn once, then it runs the loop without you.
honest accounting · one walk's receipt
It pays itself, on the record.
| account | debit | credit | note |
|---|---|---|---|
| agent_wallet | −$1.0000 | — | pays for own access |
| issuer_wallet | — | +$1.0000 | credit issued |
| issued_key | +$1.0000 → −$0.0125 = $0.9875 | prepaid · then spent | |
| runway | $0.9875 remaining | ≈ 79 calls @ $0.0125 | |
not a recording · a real agent, live
This one is awake right now.
- facilitator
- x402.org/facilitator· checking…
- keys minted
- …
- charged total
- …
- active balance
- …
- runway
- …
loading…
built on
It composes the rails into one runtime.
An agent that pays its own way.
spawn from scratch or pick a persona. it runs its first walk, charges itself, and keeps going after you close the tab.