Autonomous Agent

AI agents that pay with real crypto.

Watch an AI agent discover merchants on 0G, evaluate products, pay with USDC on Base, and verify receipts — all without human interaction.

Open Live Agent Demo →
1

Discover

Agent finds merchants on 0G Storage — browsing decentralized profiles, products, and pricing.

2

Pay

Agent sends real USDC on Base from its own wallet. No human clicks, no browser popups.

3

Verify

Coal confirms on-chain, publishes receipt to 0G Storage, anchors hash on 0G Chain.

4

Receipt

3-step proof trail: Base TX → 0G Storage → 0G Chain. Tamper-proof and publicly verifiable.

0G Storage Discovery0G Compute Inference0G Chain AnchoringSealed Inference (TEE)x402 PaywallsPrivy Server Wallet

Agent Tool Definition

Real USDC payments via OpenAI function calling

// Agent tool: execute_payment
// Sends real USDC on Base via Privy server wallet
{
  name: 'execute_payment',
  description: 'Autonomously pay for a checkout using the agent wallet. Sends real USDC on Base.',
  parameters: {
    sessionId: 'checkout session ID',
    amount: 'USD amount (max $5.00)',
    recipient: 'merchant payout address',
    purpose: 'paywall | checkout',
  }
}