Posts

Showing posts with the label AI agent payments

x402 in May 2026: The Month AI Agents Started Paying for Real

In April 2026, the x402 protocol was an interesting experiment. By the end of May, AWS had built native agent payment infrastructure around it, Cloudflare was processing a billion 402 responses per day, The Graph had wired its entire data gateway to accept x402 payments, and Coinbase had launched an app store for AI agent services. Five weeks. Five foundational shifts. I watched this happen from inside the ecosystem — I run a small x402 API that sells Korean crypto market data. My first real paying user showed up in the same week AWS published their reference architecture. That timing wasn't a coincidence. This post is the timeline of what actually happened in May 2026, why each event matters, and what it signals about where AI agent payments are heading. The Timeline # x402 — May 2026 Apr 2 x402 Foundation launched under Linux Foundation 22 founding members: AWS, Google, Visa, Mastercard, Stripe, Cloudflare, Circle, Shopify, and more May 5 Clo...

x402 Protocol Explained: How to Build a Paid API That AI Agents Can Use

HTTP has a status code that's been sitting unused for over 30 years. Status 402: Payment Required. The spec reserved it for "future use." In 2025, Coinbase activated it. x402 turns that dormant status code into an actual payment protocol — an API returns 402 instead of 200, the caller pays in USDC, the payment settles on-chain, and the API delivers the response. No API keys, no signup forms, no billing dashboards. I run a paid API built on x402 — KR Crypto Intelligence , serving Korean exchange data to AI trading bots. It's earned $1.19 in real USDC from agents across six continents. This post explains how the protocol works and what building on it actually looks like. How x402 Works in 60 Seconds The flow is four steps. Every x402 transaction follows this exact sequence: # Step 1: Agent calls the API GET /api/v1/kimchi-premium?symbol=BTC → Response: 402 Payment Required → Header includes: price ($0.001), wallet address, supported chains # Step 2: Agent pa...