LIVE · CELO SEPOLIA·agent walleting / stablecoin spend

Give your agent a walletfor real-world work.

Fund an agent. Watch every dollar.

Warden sits between your agent and the spend. It gives the agent a stablecoin wallet, then checks spend, provider, policy, and risk before any payment moves.

DIAGRAM · ONE REQUEST● APPROVED · 0.05 USDC
DEPOSIT42.00 USDC01AGENTrequests action02WARDENspend + risk03WALLETsign if allowed04SERVICEpaid result05RECEIPTrcpt_01J9…06APPENDED · WRITE-ONCE
THE PROBLEM

Agents cannot do real-world work without money.

The moment an agent needs to search, query, compute, generate, or call a paid API, it needs a way to pay. Every option for handing it money is a bad one.

WITHOUT WARDEN, YOUR OPTIONS ARE BAD
  • 01Hand over your API keys.
  • 02Give it a raw private key.
  • 03Approve every paid call by hand.
  • 04Let it pay unknown services blindly.

None of that survives production.

HOW IT WORKS

Warden sits between the agent and the spend.

x402 · one loop

The agent asks.

Warden decides.

Only monitored actions get paid.

Under the hood it speaks x402: read the payment challenge, evaluate policy and risk, sign only if allowed, then record the result. The agent never touches a key.

OUTCOME GUARANTEES
  • No policy, no spend.
  • No approval, no signature.
  • No unchecked provider, gets paid.
  1. 01Fund the agent wallet with stablecoins.deposit
  2. 02Agent requests a paid action.action
  3. 03Warden checks spend, provider, policy, and risk.inspect
  4. 04Approved calls get paid from the wallet.pay
  5. 05Risky or malicious requests stop before funds move.block
  6. 06Every action writes a receipt.ledger
SUPPORTED APIS

The APIs your agent can pay for.

925 ENDPOINTS · 72 SERVICES

Warden ships the pay.sh x402 catalog — 72 services across 925 endpoints. Search, data, RPC, AI, OCR, speech, maps, email, and crypto, all behind one monitored wallet.

Google Cloud
Alibaba Cloud
Gemini
Perplexity
Wolfram Alpha
Tripadvisor
Google Maps
Reddit
Cloudflare
Alchemy
Ethereum
AI / ML32Data6Search5Maps4Messaging4Translation4Security4Finance3Shopping3Media3Dev tools1Compute1Cloud1Storage1
INTEGRATION

Built for agent runtimes.

Connect Warden through MCP and give your agent payment tools without exposing wallet keys.

WALLET TOOLS
  • warden_fetchHTTP with the x402 dance built in. Pays only what policy allows.
  • warden_quoteRead the real x402 challenge before payment.
  • warden_analyzeAnalyze policy and AI risk before spending.
  • warden_receiptsAudit trail for the agent.

Works with Codex, Claude, Cursor, custom agents, and any runtime that can call MCP or HTTP.

~/.config/mcp.jsonJSON
{
  "mcpServers": {
    "warden-research-agent": {
      "type": "http",
      "url": "https://warden.example/api/mcp/agt_…",
      "headers": {
        "Authorization": "Bearer wt_tok_…"
      }
    }
  }
}
FIRST CALL
agent → warden_fetch("https://api.example/data")
warden ←  402 challenge · 0.05 USDC
warden ←  policy: allow (under daily budget)
warden →  signed payment proof
agent ←  200 OK · receipt rcpt_01J9…
ENTER

Fund an agent wallet.
Watch every dollar.