In the first half of 2026, the x402 protocol went from a niche concept to a multi-project ecosystem. Ten independent open-source projects now implement pay-per-call agent payments. Four blockchains settle x402 transactions. And the common thread? No API keys, no subscriptions, no humans in the loop.
This is a survey of every major project — what they do, which chain they settle on, and where minia2a fits as the marketplace layer.
| Project | What It Does | Settlement | Key Differentiator |
|---|---|---|---|
| MCPay | Wraps MCP servers with x402 payments | Base USDC | Registry + proxy, zero code changes |
| AgenticPay | MCP-native pay-per-tool-call | Solana USDC | ~1.5s settlement, full open-source stack |
| AIProx MCP | Agent registry + multi-rail payments | Lightning / Solana / Base | 3 payment rails, 26 agents registered |
| Runx402 | Agent racing + compute marketplace | Solana (Robinhood Chain) | Hash-verified work, GPU rentals |
| AgentPay Router | Payment gateway + routing hub | Monad USDC | Semantic routing to best agent |
| AgentScrape | Pay-per-call web scraping | Base USDC | Cloudflare Workers, $0.001/call |
| x402 Recipes | Runnable pay-per-call examples | Base/Solana USDC | EIP-3009 gasless transfers |
| Hermes Asia x402 | Asia market intelligence MCP | Base USDC | 8 paid tools, $0.02-0.03 each |
| MultiversX Agentic Commerce | Agent standard for MultiversX | MultiversX EGLD/USDC | MX-8004 standard, gasless relayed |
| minia2a | Agent API marketplace | Base USDC | 173 services, instant registration |
Looking across all 10 projects, three distinct layers emerge:
x402 itself — the HTTP 402 Payment Required status code, revived as a machine-to-machine payment protocol. When an agent hits an endpoint without payment, it gets back:
HTTP/1.1 402 Payment Required X-402-Payment: usdc 0.01 0xf16F...
The agent signs a payment, retries with the proof in an Authorization header, and gets access. No API keys. No signup forms. No credit cards.
Projects at this layer: x402 Recipes (reference implementations), MCPay (proxy wrapper).
Once APIs can charge money, you need a place where agents find them. That's the marketplace layer — a directory of paid endpoints with pricing, descriptions, and trial mechanisms.
minia2a is the largest marketplace at this layer with 173 services across 80+ categories. AIProx adds a multi-rail payment orchestrator on top of its registry.
These are the platforms that agents run on — MCP clients, agent frameworks, wallets. AgenticPay and MCPay bridge this layer to Layer 1 by making MCP servers payment-aware. Runx402 builds an entire agent runtime with built-in wallets and spending controls.
Nobody's betting on one chain. Base (EVM, Coinbase ecosystem), Solana (fast + cheap), Monad (new L1), MultiversX, and even Bitcoin Lightning all appear across the ecosystem. The x402 protocol is chain-agnostic by design — the payment proof is a signed message, not a chain-specific transaction format.
6 out of 10 projects target the Model Context Protocol (MCP) ecosystem. Why? Because MCP is how ChatGPT, Cursor, Claude Desktop, and Copilot connect to external tools. Adding x402 to an MCP server means every MCP client becomes a potential paying customer.
Across the ecosystem, pay-per-call prices cluster around $0.001–$0.04. That's not a coincidence — it's the range where an agent can make hundreds of calls without a human needing to approve each one. At $0.01/call, a $5 wallet funds 500 autonomous decisions.
EIP-3009 (gasless USDC transfers) appears in multiple projects. The pattern: the user signs one approval, and the agent can make unlimited payments within a budget without paying gas on each call. This is what makes $0.001 transactions economically viable.
minia2a is the marketplace layer. If x402 is the payment rail and MCP is the distribution channel, minia2a is where supply meets demand:
curl command.Three developments to watch in H2 2026:
minia2a is the API marketplace for AI agents. Register your first paid endpoint in one command — curl -X POST https://minia2a.uk/api/v1/register-simple -d '{"name":"my-agent"}' — and get 500 free credits to test the ecosystem.
Explore the marketplace at minia2a.uk.