What problem does it solve? AI agents and developers lack accurate, current knowledge of the x402 payment protocol, leading to hallucinated package names, wrong header formats, incorrect nonce handling, and broken payment integrations when monetizing HTTP endpoints with stablecoins. ## Core Features & Use Cases - Server Integration: Add payment middleware to Express, Hono, or Next.js endpoints using @x402/express with per-route pricing in USDC on Base, Ethereum, Arbitrum, Optimism, Polygon, or Solana. - Client Implementation: Build payment-aware clients in TypeScript (@x402/fetch) or Python that automatically detect 402 responses, sign EIP-3009 authorizations, and retry with the X-PAYMENT header. - Agent-to-Agent Commerce: Enable autonomous agent workflows with service discovery, price-aware provider selection, multi-step paid pipelines, and budget enforcement. - Use Case: An AI agent needs to call a paid weather API. The skill guides correct setup of a wrapped fetch client that signs a gasless USDC authorization, pays $0.01 per request, and handles settlement via the CDP facilitator without the agent ever paying gas. ## Quick Start Set up an Express server with x402 payment middleware that charges $0.01 USDC per request on Base using the CDP facilitator.