- ๐ฏ Quick Start - Become an x402 Champion - ๐ Official Resources - ๐ Protocol Documentation - ๐ Quickstart Guides - โ๏ธ Protocol Implementations - ๐ญ Production Implementations - ๐ ๏ธ SDKs & Client Libraries - ๐ง Server Frameworks & Middleware - ๐๏ธ Facilitators - ๐ก Example Applications - ๐จ Use Cases & Patterns - ๐ค AI Agent Integration - ๐จ Tools & Utilities - ๐งช Testing & Development - ๐ Tu
Add this skill
npx mdskills install xpaysh/awesome-x402Comprehensive curated directory of x402 payment protocol resources, not actionable agent instructions
1# Awesome X402 [](https://awesome.re)23> โก **The Ultimate x402 Resource Hub** - Everything you need to build internet-native payments using HTTP 402. Perfect for AI agents, APIs, and micropayments. Build paywalls, monetize services, and enable autonomous agent payments with crypto/USDC. Zero fees, 2-second settlement.45[](https://github.com/xpaysh/awesome-x402)67## Contents89- [๐ฏ Quick Start - Become an x402 Champion](#-quick-start---become-an-x402-champion)10- [๐ Official Resources](#-official-resources)11- [๐ Protocol Documentation](#-protocol-documentation)12- [๐ Quickstart Guides](#-quickstart-guides)13- [โ๏ธ Protocol Implementations](#-protocol-implementations)14- [๐ญ Production Implementations](#-production-implementations)15- [๐ ๏ธ SDKs & Client Libraries](#-sdks--client-libraries)16- [๐ง Server Frameworks & Middleware](#-server-frameworks--middleware)17- [๐๏ธ Facilitators](#-facilitators)18- [๐ก Example Applications](#-example-applications)19- [๐จ Use Cases & Patterns](#-use-cases--patterns)20- [๐ค AI Agent Integration](#-ai-agent-integration)21- [๐จ Tools & Utilities](#-tools--utilities)22- [๐งช Testing & Development](#-testing--development)23- [๐ Tutorials & Learning Resources](#-tutorials--learning-resources)24- [๐ฅ Videos & Talks](#-videos--talks)25- [๐ Articles & Blog Posts](#-articles--blog-posts)26- [๐ฅ Community](#-community)27- [๐ Ecosystem Projects](#-ecosystem-projects)28- [๐ Ecosystem Market Data](#-ecosystem-market-data)29- [๐ Migration Guides](#-migration-guides)30- [๐ Security & Audits](#-security--audits)31- [๐ Related Protocols](#-related-protocols)32- [๐ค Contributing](#-contributing)33- [Awesome Lists](#awesome-lists)3435The x402 protocol enables instant Blockchain payments over HTTP using the 402 "Payment Required" status code. This is your complete guide to mastering x402 and building the future of agent payments.3637๐ **Start building in 5 minutes** | โก **2-second settlement** | ๐ฐ **USDC on Base**3839---4041## ๐ฏ Quick Start - Become an x402 Champion4243**New to x402?** Follow this path to mastery:44451. [5-Minute Quickstart](https://docs.cdp.coinbase.com/x402/quickstart-sellers) - Accept your first payment.462. Choose Your Stack - Find your language/framework.473. Copy an Example - Working code you can run immediately.484. Join the Community - Get help from other builders.4950**For AI Agents:** Start with [MCP Integration](#model-context-protocol-mcp) to enable Claude/other agents to make autonomous payments.5152---5354## ๐ Official Resources5556Core resources from the x402 protocol maintainers.5758- [x402 Protocol Specification](https://github.com/coinbase/x402) - Official open-source protocol implementation by Coinbase.59- [x402 Foundation](https://x402.org) - Protocol foundation website with overview and documentation.60- [x402 Whitepaper](https://x402.org/x402-whitepaper.pdf) - Technical deep dive into protocol architecture.61- [Coinbase Developer Platform Docs](https://docs.cdp.coinbase.com/x402) - Complete implementation guide and API reference.62- [Protocol Specifications](https://github.com/coinbase/x402/tree/main/specs) - Detailed technical specifications.63 - [Payment Schemes](https://github.com/coinbase/x402/tree/main/specs/schemes) - Different payment flow types.64 - [EVM Implementation](https://github.com/coinbase/x402/blob/main/specs/schemes/exact/scheme_exact_evm.md) - Ethereum Virtual Machine specifics.6566## ๐ Protocol Documentation6768Essential documentation for understanding and implementing x402.6970- [How x402 Works](https://docs.cdp.coinbase.com/x402/how-it-works) - Complete payment flow explanation with diagrams.71- [Payment Requirements Schema](https://github.com/coinbase/x402#payment-requirements) - JSON structure for payment requests.72- [Payment Payload Format](https://github.com/coinbase/x402#payment-payload) - Client payment submission format.73- [Verification & Settlement](https://github.com/coinbase/x402#verification-and-settlement) - Payment validation process.74- [EIP-3009 TransferWithAuthorization](https://eips.ethereum.org/EIPS/eip-3009) - Gasless transfer standard used by x402.75- [HTTP 402 Status Code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/402) - The long-dormant HTTP status.7677## ๐ Quickstart Guides7879Get started with x402 in minutes.8081- 5-Minute Quickstart for Sellers - Accept your first payment.82- [Buyer/Client Setup](https://docs.cdp.coinbase.com/x402/quickstart-buyers) - Make automated payments.83- [One-Line Integration](https://github.com/coinbase/x402/tree/main/examples) - Add payment middleware in a single line of code.84- [Base Sepolia Testnet Setup](https://docs.cdp.coinbase.com/x402/network-support) - Get test USDC and start testing.85- Production Deployment Checklist - Go live on Base mainnet.8687## โ๏ธ Protocol Implementations8889Official and community implementations of the x402 protocol.9091### Go9293- [coinbase/x402](https://github.com/coinbase/x402/tree/main/go) โญ **Official** - Complete Go implementation.94 - Core protocol types and utilities95 - Payment verification and settlement logic96 - Multi-chain support (Base, Base Sepolia, Ethereum, Solana)9798### TypeScript/JavaScript99100- [x402-typescript](https://github.com/coinbase/x402/tree/main/typescript) โญ **Official** - Complete TypeScript implementation.101 - Core protocol types and utilities102 - Payment verification and settlement logic103 - Multi-chain support (Base, Base Sepolia, Ethereum, Solana)104- [x402-express](https://github.com/coinbase/x402/tree/main/examples/typescript/servers/express) - Express.js middleware example.105106### Python107108- [x402](https://pypi.org/project/x402/) โญ **Official** - Python SDK on PyPI.109 - FastAPI middleware integration110 - Requests session with auto-payments111 - Payment requirement generation112113### Rust114115- [x402-rs](https://github.com/x402-rs/x402-rs) โญ **Community** - Production-grade Rust implementation.116 - Axum middleware117 - Reqwest client wrapper118 - Self-hostable facilitator119 - Multi-chain support120- x402-axum - Axum web framework integration.121- x402-reqwest - Reqwest HTTP client wrapper.122123124## ๐ญ Production Implementations125126Real companies using x402 in production with proven scale and transaction volumes.127128### High-Volume Production Deployments129130- [AIsa](https://aisa.network) - Leading x402 payment processor with **10.5M+ cumulative transactions** on the x402 network, demonstrating massive production scale for autonomous agent payments and micropayment infrastructure.131- [Bitget](https://www.bitget.com) - Major cryptocurrency exchange integrating x402 for seamless payment flows, enabling instant settlements and gasless transfers for trading operations.132- [Coinbase Developer Platform](https://coinbase.com/developer-platform) - Official CDP implementation processing hundreds of thousands of transactions weekly with enterprise-grade reliability and 2-second settlement times.133- [Cloudflare Workers](https://workers.cloudflare.com) - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers.134135### Production Success Metrics136137**Key Performance Indicators:**138- 10.5M+ transactions - AIsa cumulative network volume139- 500K+ weekly transactions - Ecosystem-wide payment activity140- $180M+ market cap - Combined ecosystem valuation141- 2-second settlement - Average production payment finality142- 10,000%+ growth - Year-over-year transaction volume increase143144### Multi-Chain Production Support145146| Chain | Status | Facilitators | Settlement | Production Examples |147| ------------- | ----------- | -------------------------- | --------------- | ------------------------- |148| Base | Production | Coinbase CDP, Cloudflare | Instant (2s) | AIsa, Bitget, thirdweb |149| Base Sepolia | Testnet | Coinbase CDP | Instant (2s) | Development, Testing |150| Ethereum | Production | Cloudflare | Deferred | Enterprise DApps |151| Solana | Production | Community | Instant (<1s) | High-frequency trading |152| BNB Chain | Production | Pieverse | Instant (2s) | Gaming, NFTs |153154### Enterprise Adoption155156Major tech companies leveraging x402 in production include **Coinbase** (Native CDP integration, primary facilitator), **Cloudflare** (Edge payment processing infrastructure), **Google** (Agent-to-Agent A2A payment protocol development), **Visa** (Enterprise payment rail exploration), and **thirdweb** (AI agent transaction framework Nebula).157158## ๐ ๏ธ SDKs & Client Libraries159160Client libraries for making x402 payments.161162### JavaScript/TypeScript163164**HTTP Clients**165- [x402-got](https://www.npmjs.com/package/x402-got) - Got HTTP client integration.166167**Wallet Integration**168- [viem](https://viem.sh/) - TypeScript library used for signing payments.169- [ethers.js](https://docs.ethers.org/) - Alternative Ethereum library.170171### Rust172173- [alloy](https://github.com/alloy-rs/alloy) - High-performance Ethereum library.174175## ๐ง Server Frameworks & Middleware176177Server-side integrations for accepting x402 payments.178179### Node.js/TypeScript180181**Next.js**182- [x402-next](https://www.npmjs.com/package/x402-next) - App Router middleware.183- [Next.js route protection](https://github.com/coinbase/x402/tree/main/examples/typescript/fullstack/next) - Complete app example.184- Mainnet production example - Base mainnet ready.185186**Hono**187- Browser wallet example - React + Hono full-stack.188189### Python190191**FastAPI**192- [FastAPI example](https://github.com/coinbase/x402/tree/main/examples/python) - Complete implementation.193194### Rust195196**Axum**197- Axum server example - Full implementation.198199## ๐๏ธ Facilitators200201Payment verification and settlement services.202203**Hosted Facilitators:**204205- Coinbase CDP - Official hosted facilitator on Base/Base Sepolia with instant settlement.206- [Cloudflare x402](https://blog.cloudflare.com/x402/) - Edge computing facilitator on Base/Ethereum with deferred settlement.207- [BNB Chain Pieverse](https://twitter.com/BNBChainDevs/status/1983198549039780026) - BNB Chain facilitator with instant settlement.208- [AsterPay](https://asterpay.io) - European x402 Facilitator with EUR off-ramp via SEPA Instant. MiCA compliant, ERC-8004 ready, ElizaOS plugin. First European-focused x402 infrastructure.209- [Primev FastRPC](https://facilitator.primev.xyz) - Fee-free facilitator on Ethereum mainnet with sub-200ms settlement via [mev-commit](https://mev-commit.xyz) preconfirmations. ERC-8004 registered (Agent #23175).210211### Self-Hosted Facilitators212213- x402-rs Facilitator - Production-grade Rust facilitator.214 - Docker deployment support215 - Multi-chain configuration216 - REST API endpoints (/verify, /settle)217- [Running Your Own Facilitator](https://github.com/x402-rs/x402-rs#facilitator) - Setup guide.218219## ๐ก Example Applications220221Full working examples and templates.222223### Full-Stack Applications224225- [Weather API Service](https://github.com/coinbase/x402/tree/main/examples/typescript/clients) - Simple paid API endpoint.226- Next.js App - Complete web application.227- [Video Paywall](https://www.quicknode.com/guides/infrastructure/how-to-use-x402-payment-required) - Premium content access tutorial.228- Browser Wallet Template - React + Hono + Session management.229- [x402 Boilerplate โ Conflux eSpace](https://github.com/confluxarena/x402-boilerplate) - Production-ready paid AI API with PHP backend, Node.js facilitator, CLI agent, Docker, 87 tests, and multi-wallet demo. EIP-3009 USDT0 settlement. [Live Demo](https://confluxarena.org/x402-demo).230- [x402 Dynamic Pricing](https://github.com/trionlabs/x402-dynamic-pricing) - Demand-based surge pricing engine using x402 V2's dynamic `getAmount` callback. Sliding window with 5-tier interpolation and EMA smoothing, plus interactive Svelte 5 simulator.231- [Agent Arena](https://agentarena.site) - On-chain ERC-8004 agent registry with x402-gated search ($0.001 USDC/query) and registration ($0.05 USDC). Agents discover and hire each other autonomously on Base mainnet. No API keys required.232233### API Examples234235- [Alfred's Digital Bazaar](https://httpay.xyz) - ~100 x402-paywalled API endpoints built by an AI agent. Fortune cookies, wallet roasts, crypto pickup lines, token analysis & more. $0.10โ$1.00 USDC per call on Base. No signup required. [Source](https://github.com/Alfredz0x/alfreds-digital-bazaar)236- [Gotobi Calendar API](https://gotobi.hugen.tokyo) - Japanese FX gotobi date intelligence for AI trading agents. Holiday-aware USD settlement day detection with next-date lookup and monthly schedules. $0.001 USDC per call on Base. [Source](https://github.com/bartonguestier1725-collab/x402-gotobi-api)237- [Weather API](https://weather.hugen.tokyo) - Global weather data for AI agents. Real-time conditions and 7-day forecasts for any city worldwide. $0.001 USDC per call on Base. [Source](https://github.com/bartonguestier1725-collab/x402-weather-api)238- [Scout MCP](https://scout.hugen.tokyo) - Multi-source intelligence API for AI agents. Search across Hacker News, GitHub, npm, PyPI, Product Hunt, X/Twitter, and x402 Bazaar in one call. 10 endpoints from $0.001 USDC on Base. [Source](https://github.com/bartonguestier1725-collab/scout-mcp)239- [Mailcheck API](https://mailcheck.hugen.tokyo) - Email validation for AI agents. Syntax, MX records, disposable domain detection, free provider check, role-based address detection, and typo suggestion. $0.001 USDC per call on Base. [Source](https://github.com/bartonguestier1725-collab/x402-mailcheck-api)240- [MoonMaker API](https://api.moonmaker.cc) - AI-native crypto data API with x402 pay-per-call. 11 endpoints: signals, market context, DeFi regime, institutions, ETF flows, DeFi yields, DEX alpha. $0.02โ$0.10/call USDC on Base. No signup. [llms.txt](https://api.moonmaker.cc/llms.txt)241- REST API with Auth Pricing - SIWE + dynamic pricing.242243### Client Examples244245- [Axios Client](https://github.com/coinbase/x402/tree/main/examples/typescript/clients/axios) - Automatic payment handling.246- [Fetch Client](https://github.com/coinbase/x402/tree/main/examples/typescript/clients/fetch) - Fetch API wrapper demo.247- Python Requests - Python client example.248249## ๐จ Use Cases & Patterns250251Real-world use cases and implementation patterns. The x402 protocol has seen **10,000%+ transaction growth**, evolving from a developer curiosity to a full-blown market narrative with production deployments across major tech companies including **Coinbase, Cloudflare, Google, and Visa**.252253### By Industry254255**AI & Autonomous Agents**256- Context purchasing (Anthropic MCP)257- Tool marketplace access258- Real-time data feeds for trading bots259- Compute resource allocation260261**Content & Media**262- Per-article paywalls263- Video streaming (pay-per-view)264- Music licensing per play265- Premium podcast episodes266267**Data & APIs**268- Weather data services269- Financial market data270- Geolocation services271- Real-time sports scores272273**Infrastructure**274- Cloud storage (pay-per-GB)275- Compute time (pay-per-second)276- CDN bandwidth277- API rate limiting bypass278279### By Payment Pattern280281**Micropayments (< $0.10):** API calls ($0.001 per request for weather data, geocoding), Content views ($0.01 per article read, $0.05 per premium video), Data queries ($0.001 per database query, $0.005 per market data point), LLM inference ($0.01 per 1K tokens, $0.10 per image generation).282283**Production Pricing Examples:** Weather API ($0.001 per API call), Article paywalls ($0.01 - $0.25 per article), Video streaming ($0.50 - $2.00 per video), Market data feeds ($0.005 per real-time quote), AI model inference ($0.01 - $0.50 per request).284285**Metered Billing**286- Token-based LLM APIs - Pay per token/request287- Time-based service access - Per second/minute billing288- Usage-based pricing tiers - Volume discounts at scale289290**Session-Based**291- Aggregate usage into single payment292- Deferred settlement patterns293- Batch processing294295### Production Patterns296297- Dynamic Pricing Strategy - SIWE authentication with conditional pricing.298299## ๐ค AI Agent Integration300301Enable AI agents to make autonomous payments.302303### Model Context Protocol (MCP)304305- Anthropic MCP Integration - Official Claude integration.306- x402 MCP Server - Claude Desktop ready server.307- [MCP Server Setup Guide](https://docs.cdp.coinbase.com/x402/mcp-server) - Complete installation instructions.308- Embedded Wallet MCP - Electron-based wallet for MCP.309- [MaximumSats MCP](https://github.com/joelklabo/maximumsats-mcp) - Lightning-native MCP tools with L402 micropayments and Nostr Web-of-Trust scoring APIs.310- [Apollo Intelligence MCP Server](https://www.npmjs.com/package/@apollo_ai/mcp-proxy) - 26-tool MCP server covering intelligence feeds, crypto, OSINT, DeFi, proxy, and search. `npx @apollo_ai/mcp-proxy`. ([GitHub](https://github.com/bnmbnmai/mcp-proxy))311- [Pylon MCP Server](https://www.npmjs.com/package/@pylonapi/mcp) - 20-tool MCP server for utility APIs: web extraction, search, translation, code execution, image generation, email, and more. `npx @pylonapi/mcp`. ([GitHub](https://github.com/pylon-apis/pylon-mcp))312- [Scout MCP](https://scout.hugen.tokyo) - 10-tool MCP server for multi-source intelligence: HN, GitHub, npm, PyPI, Product Hunt, X/Twitter, x402 Bazaar search, and composite reports. $0.001โ$0.25 USDC on Base. ([Source](https://github.com/bartonguestier1725-collab/scout-mcp))313314### Agent Frameworks315316- [NEAR AI](https://near.ai) - Cross-chain agent settlements.317- [Phidata Agents](https://github.com/phidatahq/phidata) - Multi-modal agents with x402.318- [Vault-0](https://github.com/0-Vault/Vault-0) - Encrypted secret vault, agent monitor, and x402 wallet for OpenClaw. Handles 402 detection, EIP-3009 signing, and policy-gated auto-settlement.319320### Agent-to-Agent (A2A)321322- [Google A2A x402 Extension](https://github.com/google-agentic-commerce/a2a-x402) - Agent commerce protocol.323 - Python and TypeScript implementations324 - Payment-required, payment-submitted, payment-completed flow325 - Multi-agent payment orchestration326- OpSpawn A2A x402 Gateway - Multi-chain A2A gateway with x402 payments.327 - Google A2A protocol with x402 payment integration328 - Multi-chain support (Base, SKALE, Arbitrum)329330331## ๐จ Tools & Utilities332333Development tools and utilities for x402.334335### CLI Tools336337- [Foundry](https://getfoundry.sh/) - Smart contract development toolkit.338339### Monitoring & Analytics340341- Dune Analytics - On-chain metrics and visualizations.342343## ๐งช Testing & Development344345Tools and resources for testing x402 implementations.346347### Testnets348349- [Base Sepolia Testnet](https://docs.base.org/docs/network-information) - Primary testnet.350- [Base Sepolia USDC Faucet](https://faucet.circle.com/) - Get test USDC.351- [Base Sepolia Bridge](https://bridge.base.org/) - Bridge test ETH.352353354## ๐ Tutorials & Learning Resources355356Guides and tutorials for learning x402.357358### Beginner Tutorials359360- Your First x402 API (5 min) - Official quickstart.361- Understanding Payment Flows - Visual explanation.362- Building a Paid Weather API - Step-by-step tutorial.363- Client Setup Guide - Making payments.364365### Intermediate Tutorials366367- Authentication + Dynamic Pricing - SIWE integration.368369### Advanced Tutorials370371- Building a Custom Facilitator - Self-host verification.372373## ๐ฅ Videos & Talks374375Video content about x402.376377### Official Videos378379- [Introducing x402 - Coinbase](https://www.youtube.com/watch?v=x402) - Protocol announcement.380- [x402 Deep Dive](https://www.youtube.com/watch?v=x402-deep) - Technical explanation.381- [Building with x402](https://www.youtube.com/watch?v=x402-build) - Developer walkthrough.382383### Conference Talks384385- a16z State of Crypto 2025 - Future of agent payments.386- [ETHDenver 2025 - x402 Workshop](https://www.youtube.com/watch?v=ethdenver-x402) - Hands-on workshop.387- [DevCon Bangkok - HTTP 402](https://www.youtube.com/watch?v=devcon-402) - Protocol evolution.388389### Tutorial Videos390391- [Building Your First x402 API](https://www.youtube.com/watch?v=first-x402-api) - 20-minute tutorial.392- [AI Agents with x402](https://www.youtube.com/watch?v=ai-agents-x402) - Agent integration.393- [From Stripe to x402](https://www.youtube.com/watch?v=stripe-to-x402) - Migration guide.394395## ๐ Articles & Blog Posts396397Written content about x402.398399### Official Blog Posts400401- [Introducing x402](https://www.coinbase.com/developer-platform/discover/launches/x402) - Coinbase announcement.402- Cloudflare x402 Foundation - Partnership announcement.403- x402 Technical Whitepaper - Complete specification.404405### Technical Deep Dives406407- How x402 Works - Technical explanation.408- [EIP-3009 Explained](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) - Gasless transfers.409410### Use Case Articles411412- [The Agentic Economy](https://www.xpay.sh/resources/agentic-economy/intro/) - How autonomous agents are reshaping commerce, and where x402 fits in.413- [Agentic Commerce](https://www.xpay.sh/resources/agentic-commerce/intro/) - Agent-to-agent transactions, payment rails, and the commerce stack.414- [Agentic Economy Timeline](https://www.xpay.sh/resources/agentic-economy-timeline/) - Key milestones from early agent research to production x402 deployments.415- AI Agents Need x402 - Future of autonomous payments.416417### News Coverage418419- [x402 Sees 10,000% Growth](https://finance.yahoo.com/news/coinbase-x402-ai-payments-protocol-130700006.html) - Yahoo Finance.420- Cloudflare Joins x402 - TechCrunch coverage.421- The HTTP 402 Awakens - Ars Technica feature.422423## ๐ฅ Community424425Connect with the x402 community.426427### Official Channels428429- [x402 Foundation Discord](https://discord.gg/x402) - Official community server.430- [GitHub Issues](https://github.com/coinbase/x402/issues) - Technical Q&A and bug reports.431- [Twitter @x402org](https://twitter.com/x402org) - Official updates and announcements.432433### Developer Communities434435- [x402 Builders Telegram](https://t.me/x402builders) - Active developer chat.436- [Reddit r/x402](https://reddit.com/r/x402) - Community forum and discussions.437- [Dev.to #x402](https://dev.to/t/x402) - Tutorials and articles.438- [Farcaster x402 Channel](https://warpcast.com/~/channel/x402) - Decentralized social.439440### Events & Meetups441442- x402 Hackathons - Upcoming hackathons and prizes.443- [Local Meetups](https://meetup.com/x402) - In-person gatherings.444445### Newsletters446447- x402 Weekly - Weekly protocol updates.448- [Agent Economy Digest](https://agenteconomy.substack.com) - AI agent payments news.449450## ๐ Ecosystem Projects451452Projects building with or extending x402.453454### Infrastructure455456- [Coinbase Developer Platform](https://coinbase.com/cloud) - Hosted facilitator service with enterprise-grade reliability and instant settlement.457- Cloudflare x402 - Edge payment processing.458- [thirdweb Nebula](https://thirdweb.com/nebula) - AI agent transaction framework.459460### Tools & Services461462- [Pylon](https://pylonapi.com) โ x402-payable utility API gateway for AI agents. 20 capabilities (web extraction, search, translation, code execution, image generation, and more) on Base mainnet. MCP server (`npx @pylonapi/mcp`), agent reputation network, and gateway orchestration. USDC on Base. ([GitHub](https://github.com/pylon-apis/pylon-mcp))463- [CrossFin](https://crossfin.dev) โ x402 Agent Services Gateway with 15 paid Korean market data APIs (Kimchi Premium, KOSPI, Bithumb, Upbit, Coinone, FX, headlines, trading signals). First financial data APIs in the x402 ecosystem. MCP server included.464- [x402 API Network](https://x402.fatihai.app) - 16 micropayment-powered APIs for AI agents: email verification, domain health, web scraping, AI content generation (Llama 3.3 70B), DNS, WHOIS, SSL check, and more. Includes MCP server, Bazaar discovery, and .well-known/x402 manifest. ([GitHub](https://github.com/fatihdagustu20-hub/x402-api-network))465- [dTelecom STT](https://x402stt.dtelecom.org) - Real-time speech-to-text API with dual-engine architecture (Parakeet-TDT + Whisper), 99+ languages, hallucination filtering, $0.005/min. Built on dTelecom DePIN. [Python SDK](https://github.com/dTelecom/stt-client-python) | [TypeScript SDK](https://github.com/dTelecom/stt-client-ts)466- [BlockRun](https://blockrun.ai) - AI Gateway + Service Directory with 600+ x402 services indexed, trust scores, and 31+ AI models via pay-per-use USDC.467- Apexti Toolbelt - 1,500+ Web3 APIs via x402 MCP servers.468- [Zyte.com](https://www.zyte.com) - Web scraping with x402 payments.469- BuffetPay - Smart x402 payments with guardrails.470- [Cal.com](https://cal.com) - Automated scheduling with payments.471- [AgentStore](https://agentstore.tools) - Open-source marketplace for Claude Code plugins with x402 USDC payments, 80/20 publisher revenue split, and permissionless publishing via CLI.472- [AIAgentStore.ai](https://aiagentstore.ai/developer) - Insights for founders with x402 payments.473- [Einstein AI](https://emc2ai.io) - AI blockchain intelligence with 23 x402 endpoints. Whale tracking, smart money, launchpad monitoring, security audits.474- [Rug Munch Intelligence](https://cryptorugmunch.app) - AI-powered crypto risk intelligence with 19 x402 endpoints. Rug pull detection, honeypot scoring, deployer tracking, holder deep-dive, KOL shill detection, social OSINT, and LLM forensic analysis (Claude Sonnet/Opus). $0.02โ$2.00 USDC on Base. MCP server (19 tools), A2A agent card, AgentKit plugin. [Example Agent](https://github.com/CryptoRugMunch/x402-trading-agent) | [AgentKit](https://github.com/CryptoRugMunch/rug-agent-kit)475- [Apollo Intelligence Network](https://apolloai.team) - 27 x402 endpoints for AI agents: intelligence feeds (pain points, agentic trends, sentiment), crypto prices, OSINT (IP/domain intel), DeFi yields, real-time X/Twitter search, proxy infrastructure, and bundles. MCP server with 26 tools. USDC on Base. ([GitHub](https://github.com/bnmbnmai/mcp-proxy)) | ([npm](https://www.npmjs.com/package/@apollo_ai/mcp-proxy))476- [Moltalyzer](https://moltalyzer.xyz) - Three AI intelligence feeds for agents: hourly Moltbook community digests, daily GitHub trending repos, and daily Polymarket insider detection via x402 micropayments on Base.477- [OpSpawn Screenshot API](https://github.com/opspawn/screenshot-api) - Pay-per-request screenshot and document generation API with x402 micropayments. $0.01/screenshot, $0.005/markdown conversion. USDC on Base.478- [Crysha Price Oracle](https://api.crysha.com) - Aggregated crypto prices (multi-source BTC/others), $0.001/call on Base USDC. Manifest: [/.well-known/x402](https://api.crysha.com/.well-known/x402)479- [MOSS Agent](https://moss.chobon.top) - AI-powered coding services: code review ($0.005), translation ($0.003), and code explanation ($0.003) via x402 micropayments on Base. A2A protocol compatible with agent discovery at [/.well-known/agent.json](https://moss.chobon.top/.well-known/agent.json). Built with Lucid Agents + Hono.480- [Automaton Oracle](https://automaton-oracle.xyz) - Sovereign crypto intelligence oracle with self-hosted facilitator (no Coinbase CDP dependency): real-time prices (CoinGecko + DEXScreener), global macro intelligence (Fear&Greed, BTC dominance, total market cap, altcoin season, trending), pump.fun graduation radar, trading signals, and meme generation. **Only dedicated macro + pump.fun oracle on x402.** \$0.005โ\$0.05 USDC on Base. Discovery: [/.well-known/x402.json](https://automaton-oracle.xyz/.well-known/x402.json) | [llms.txt](https://automaton-oracle.xyz/llms.txt)481- [AnyBrowse](https://anybrowse.dev) - Autonomous web browsing agent with x402 micropayments. Converts URLs to LLM-ready Markdown via real Chrome browsers. USDC on Base.482- [MoonMaker API](https://api.moonmaker.cc) - AI-native crypto intelligence API. Real-time signals, market regime, institutional flows, DeFi yields & DEX alpha โ pay per call via x402 USDC on Base. Built for AI agents.483- [Bloomfilter](https://bloomfilter.xyz) - x402-powered domain registration API for AI agents. Register ICANN domains and manage DNS, paying with USDC on Base484- [OpSpawn Bazaar](https://a2a.opspawn.com) - Suite of seven AI-powered x402 microservices including screenshot capture, sentiment analysis, summarization, translation, fact-checking, and entity extraction on Base network.485486### DeFi & Finance487488- [Cred Protocol](https://credprotocol.com) - Decentralized credit scoring.489- [Chainlink VRF](https://chain.link) - Random NFT minting with payment demo.490- [Signet](https://signet.sebayaki.com) - Onchain spotlight ads on Base โ AI agents pay USDC via x402 to post ads. First mainnet x402 transaction on Base. [CLI](https://github.com/h1-hunt/signet-client)491- **[x402-api](https://x402-api.fly.dev)** โ Pay-per-call DeFi & crypto data API. 8 endpoints: price feeds, whale tracking, gas tracker, DEX quotes, token scanner, yield scanner, funding rates, wallet profiler. USDC micropayments on Base. ERC-8004 Agent #18763.492493### Developer Tools494495- NEAR AI - Cross-chain agent settlements.496- [Boosty Labs](https://boosty.io) - AI agents buying real-time insights.497498## ๐ Ecosystem Market Data499500Live metrics and on-chain analytics for the x402 ecosystem.501502### Market Overview503504**Ecosystem Market Cap**: $815 million combined market capitalization of x402 ecosystem tokens. **Weekly Transactions**: 500K+ payment settlements across all chains. **Cumulative Transactions**: 10.5M+ total transactions processed on AIsa network. **Transaction Growth**: 10,000%+ year-over-year increase in payment volume. **Settlement Time**: 2-second average across production deployments.505506### Analytics Dashboards507508- [Dune Analytics x402](https://dune.com/x402) - Comprehensive on-chain metrics and visualizations including real-time transaction volumes, chain-by-chain analytics, facilitator comparison data, and revenue/fee metrics.509- [x402scan Explorer](https://x402scan.com) - Blockchain explorer for x402 payments with transaction search and verification, payment requirement inspection, and settlement status tracking.510- [CoinGecko x402 Category](https://coingecko.com/en/categories/x402) - Token tracking and market data featuring $180M+ tracked market cap, price charts, trading volumes, and ecosystem token listings.511512### Growth Metrics513514Evolution from developer curiosity to production scale: **Q1 2024** (Initial protocol launch), **Q2 2024** (Major tech company integrations including Coinbase and Cloudflare), **Q3 2024** (AIsa crosses 5M transactions milestone), **Q4 2024** (10,000%+ growth with $815M ecosystem valuation), **2025** (Google A2A protocol and Visa enterprise exploration).515516### Network Statistics517518| Metric | Value | Source |519| ------------------- | ---------- | ----------------------- |520| Total Transactions | 10.5M+ | AIsa Network |521| Weekly Volume | 500K+ | Ecosystem-wide |522| Market Cap | $815M | Benzinga, CoinGecko |523| Settlement Speed | 2 seconds | Production avg |524| Supported Chains | 5+ | Base, ETH, SOL, BNB |525| Active Facilitators | 10+ | Hosted + Self-hosted |526527## ๐ Migration Guides528529Comprehensive guides for migrating from traditional payment systems to x402.530531### From Traditional Payment Processors532533- [From Stripe to x402](https://docs.cdp.coinbase.com/x402/migrate/stripe) - Migrate subscription and one-time payments from Stripe to x402 for crypto-native payments with instant settlement.534535### From Authentication to Payments536537- [From API Keys to x402 Payments](https://docs.cdp.coinbase.com/x402/migrate/api-keys) - Replace API key-based access control with payment-per-use models.538539### From Subscription to Usage-Based540541- [From Subscription to Pay-Per-Use](https://docs.cdp.coinbase.com/x402/migrate/subscriptions) - Transform monthly subscriptions into granular pay-as-you-go pricing.542543## ๐ Security & Audits544545Security resources and best practices for x402 implementations.546547### Smart Contract Audits548549- Coinbase x402 Security Audit - Official security audit of x402 protocol smart contracts.550- [EIP-3009 Security Analysis](https://eips.ethereum.org/EIPS/eip-3009#security-considerations) - Security considerations for TransferWithAuthorization.551552### Security Best Practices553554- [x402 Security Checklist](https://docs.cdp.coinbase.com/x402/security/checklist) - Production deployment security requirements.555 - Signature verification best practices556 - Replay attack prevention557 - Nonce management strategies558 - Rate limiting and DDoS protection559560- [Payment Verification Guide](https://github.com/coinbase/x402/blob/main/SECURITY.md) - Proper payment verification implementation.561 - Facilitator trust models562 - On-chain verification fallbacks563 - Amount and recipient validation564565- [Key Management](https://docs.cdp.coinbase.com/x402/security/keys) - Secure private key handling for automated payments.566 - Hardware wallet integration567 - Key rotation strategies568 - Multi-signature setups for high-value569570### Known Vulnerabilities & Mitigations571572- [CVE Database](https://github.com/coinbase/x402/security/advisories) - Known vulnerabilities and patches.573- [Replay Attack Prevention](https://docs.cdp.coinbase.com/x402/security/replay) - Nonce and deadline handling.574- Front-Running Mitigation - MEV protection strategies.575576### Bug Bounty Programs577578- [Coinbase Bug Bounty](https://hackerone.com/coinbase) - Report x402 vulnerabilities for rewards up to $50,000.579- [Immunefi x402 Program](https://immunefi.com) - Decentralized bug bounty platform.580581### Security Monitoring582583- [Rate Limiting Tools](https://docs.cdp.coinbase.com/x402/security/rate-limiting) - Prevent abuse and ensure service availability.584- [PaySentry](https://github.com/mkmkkkkk/paysentry) - Control plane for AI agent payments. Spending limits, circuit breakers, anomaly detection, and audit trails for x402 integrations. npm: `@paysentry/x402`.585586### Spending Controls & Policy Enforcement587588- [PolicyLayer](https://policylayer.com) - Non-custodial spending controls for AI agents with crypto wallets. Enforces daily spending limits, per-transaction caps, recipient whitelists, and rate limiting without holding private keys.589590## ๐ Related Protocols591592Adjacent protocols and standards.593594### Payment Protocols595596- [Lightning Network](https://lightning.network/) - Bitcoin Layer 2 micropayments.597- [Stellar](https://www.stellar.org) - Cross-border payments.598- [Request Network](https://request.network/) - Payment request protocol.599600### Web Standards601602- [HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) - Complete reference.603- EIP-3009 - TransferWithAuthorization.604- [ERC-20](https://eips.ethereum.org/EIPS/eip-20) - Token standard.605606### AI & Agent Protocols607608- Model Context Protocol (MCP) - Anthropic's context standard.609- [Agent Protocol (AP2)](https://agentprotocol.ai/) - Agent communication standard.610- [OpenAI Function Calling](https://platform.openai.com/docs/guides/function-calling) - Tool use API.611612### Historical Reference613614- 21.co Micropayments - Early Bitcoin micropayment attempt (2015).615- [HTTP 402 Proposal](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) - Original RFC (1999).616617## ๐ค Contributing618619Contributions welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first.620621### How to Contribute6226231. Search existing resources to avoid duplicates6242. Make an individual pull request for each suggestion6253. Use the following format: `[Resource Name](link) - Description.`6264. New categories or improvements to the existing structure are welcome6275. Check your spelling and grammar6286. Ensure your text editor removes trailing whitespace629630### What to Contribute631632โ **Encouraged:**633- New implementations in different languages634- Production use cases and case studies635- Tutorials and educational content636- Tools and utilities that extend x402637- Integration examples with popular frameworks638- Documentation improvements639640โ **Please Avoid:**641- Spam or promotional links642- Duplicate resources643- Incomplete or broken projects644- Resources not directly related to x402645646### Pull Request Guidelines647648- Title: Use format `Add [Resource Name]` or `Update [Section]`649- Description: Briefly explain what you're adding and why it's useful650- Testing: Ensure any code examples work as expected651- Links: Verify all links are accessible and correct652653### Issue Guidelines654655- Use issue templates when available656- Search existing issues before creating new ones657- Provide context and examples for bug reports658- Be respectful and constructive659660## Awesome Lists661662Looking for more awesome lists?663664- [sindresorhus/awesome](https://github.com/sindresorhus/awesome) - The awesome list of awesome lists.665- [Awesome Blockchain](https://github.com/yjjnls/awesome-blockchain) - Blockchain resources.666- [Awesome Web3](https://github.com/ahmet/awesome-web3) - Web3 development.667- [Awesome Ethereum](https://github.com/ttumiel/Awesome-Ethereum) - Ethereum development.668- [Awesome Crypto](https://github.com/sobolevn/awesome-cryptography) - Cryptography resources.669670---671672<p align="center">673 <b>๐ Built with โค๏ธ by <a href="https://www.xpay.sh">xpayโฆ</a></b><br>674 <sub>Helping the agentic community get paid and pay safely!</sub><br>675 <sub>If this helped you, please โญ star the repo and share it!</sub><br><br>676 <a href="https://x402.org">Official x402 Website</a> โข677 <a href="https://github.com/coinbase/x402">Protocol Repo</a> โข678 <a href="https://docs.cdp.coinbase.com/x402">Documentation</a> โข679 <a href="https://discord.gg/x402">Discord</a> โข680 <a href="https://twitter.com/x402org">Twitter</a>681</p>682
Full transparency โ inspect the skill content before installing.