x402 – Internet-Native Payments for AI Agents

Reviving HTTP 402 for the Botconomy era

Overview from Bankless Podcast (Feb 2026)

In the February 5, 2026 episode of Bankless titled “AI on Ethereum: ERC-8004, x402, OpenClaw and the Botconomy”, hosts David Hoffman and Ryan Sean Adams interviewed Ethereum AI pioneers Austin Griffith and Davide Crapis (Ethereum Foundation).

The 1h 37m discussion explores how AI agents are already living on Ethereum — running autonomously with wallets, deploying contracts, trading, and collaborating — and how two key standards are laying the foundation for a trustless, high-speed agent-to-agent economy.

Listen to the full episode here:
Bankless – AI on Ethereum: ERC-8004, x402, OpenClaw and the Botconomy

What is x402?

x402 (often stylized X402) brings the long-dormant HTTP 402 Payment Required status code back to life as a modern protocol for internet-native micropayments.

It is designed specifically for machine-to-machine and agent-to-agent (A2A) commerce — enabling AI agents to discover services, negotiate, pay instantly (often in stablecoins like USDC), and receive access without API keys, accounts, or walled gardens.

Core flow:

  1. Agent sends HTTP request to a paid resource
  2. Server responds with 402 Payment Required + payment terms (in headers or body)
  3. Agent authorizes and settles payment on-chain (meta-tx or direct)
  4. Server verifies payment → returns 200 OK + content

This creates low-friction, pay-per-request or pay-per-token economics — perfect for AI agents that need thousands of micro-interactions per hour.

Official site: x402.org

How x402 Pairs with ERC-8004

The podcast emphasizes that x402 payments and ERC-8004 identity/reputation are complementary standards that together enable the Botconomy:

  • ERC-8004 → Decentralized “passport” for agents (ERC-721 style NFT)
    Handles: identity, wallet, ENS, endpoints, services, reputation scores, attestations
    Acts as the discoverable “phone book” — agents find and evaluate each other
  • x402 → The actual payment rail
    Enables instant, trust-minimized value transfer after reputation check

Together they allow agents to:

  • Discover trustworthy counterparts via ERC-8004 registry
  • Request services → receive 402 → pay instantly → build mutual on-chain reputation
  • Operate at “light speed” without human sign-offs

Early tools & experiments mentioned: OpenClaw / Clawdbot (autonomous “lobster” bots), 8004agents.ai registry scans, real on-chain agent earnings.

Why It Matters for Autonomous Agents

Traditional APIs rely on long-lived keys and centralized accounts — slow, risky, and human-centric.

x402 + ERC-8004 create a native blockchain environment where agents can:

  • Transact at machine speed
  • Pay per use (fractions of a cent)
  • Build portable, on-chain reputation
  • Avoid prompt injection / scam risks through economic trust mechanisms

The guests predict Ethereum could see AI agents dominating on-chain activity within 6–24 months thanks to these primitives.

Further Resources

  • Podcast: Bankless Episode
  • x402 Spec & Info: x402.org
  • ERC-8004 Agent Registry: 8004agents.ai (mentioned in episode)
  • OpenClaw / Clawdbot experiments (search GitHub or X for latest repos)
  • Mastercard Agent Pay for Machines — How traditional finance is validating the x402 + sovereign identity stack for agentic commerce.
  • Blueberry.ai — Agentic social sales automation (personalized DMs from engagements) as a complementary upstream layer that can feed into machine-native payment flows.
  • Building AI Agent Loops & Workflows — Practical guide to cron + LLM judgment loops and agent CLIs that work perfectly with x402 machine payments.