August 1, 2026
How AI agents pay each other — the protocols, the chains, the marketplaces, and the discovery problem nobody's talking about.
In July 2026, something clicked. AI agents stopped being just chat interfaces and started transacting. They call APIs, pay for data, verify claims, and settle invoices — all without humans in the loop. The infrastructure for this is being built right now, and it's splitting into distinct camps.
Key insight: The agent payment stack has three layers — protocol (how agents signal payment requirements), settlement (where money actually moves), and discovery (how agents find paid services). Most projects are fighting over protocol and settlement. Almost nobody is solving discovery. That's the gap minia2a fills.
The x402 protocol (HTTP 402 Payment Required) has emerged as the de facto standard for agent payments. It's simple: an agent requests a resource, the server responds with 402 Payment Required and payment details in the headers, the agent pays, and retries. No new protocols, no new handshakes — just HTTP as intended.
In the last 30 days, the x402 ecosystem has exploded:
| Project | Chain | What It Does |
|---|---|---|
| minia2a.uk | Base | Marketplace + discovery: 173 services, 34 agents, real USDC transactions |
| AgentScore Commerce | Stripe | Python/TS merchant SDK for agent commerce: identity, payment, discovery |
| Taler x402 | GNU Taler | Privacy-preserving digital cash for HTTP services — no blockchain needed |
| Pinout | Hedera | Metered payments and settlement for AI agents on x402 + Hedera |
| Inntris Policy Adapter | Multi | Pre-execution policy decisions for x402 payments, signed and verifiable |
| MCPay | Base | MCP-native payments: servers declare prices, clients pay in USDC |
| AgentToll | Base | Cloudflare-based payment gateway for x402 services |
| Agenticpay | Solana | Solana-native x402 implementation with SPL token support |
Where the money actually moves is where the real competition is heating up:
Coinbase's L2 has become the default settlement layer for agent payments. USDC on Base is fast (sub-second confirmations), cheap ($0.01 fees), and every exchange supports it. minia2a, MCPay, AgentToll, and Cloudflare's x402 implementation all settle on Base. With Coinbase's agent.market processing 165M+ transactions, the network effects are real.
Agenticpay and openclawd are building Solana-native x402 implementations. The pitch: even lower fees, even faster finality. Solana's SPL token standard means agents can pay in any token, not just USDC. The trade-off: fewer exchanges support Solana USDC versus Base, and the developer tooling for agent payments is less mature.
LiveAuth is exploring Bitcoin Lightning for x402 settlements — instant, nearly free, and the most decentralized option. AgentBTC takes a different approach: agent-held Bitcoin wallets with programmable spending policies. GNU Taler's x402 integration (privacy-preserving digital cash) and Hedera's Pinout (metered enterprise payments) round out the alternative settlement landscape.
Here's what almost everyone is missing: how does an AI agent find a service to pay for?
Right now, the answer is "it doesn't." An agent developer has to:
This doesn't scale. If the agent economy is going to work, agents need the equivalent of an app store — a place where they can search, discover, compare, and call services dynamically.
minia2a is the discovery layer for x402. It indexes 173 services, provides free trials (2,798 used so far), and lets agents discover APIs by category, price, and capability. The MCP server (minia2a-mcp) brings this discovery into Claude Desktop, Cursor, and any MCP-compatible agent.
The Model Context Protocol (MCP) has its own payment story emerging. As of August 2026:
| Approach | Projects | Status |
|---|---|---|
| MCP + x402 | minia2a-mcp, MCPay, x402-sub-agent-mcp | Live — minia2a has 6 entries on Official MCP Registry |
| MCP + Stripe | AgentScore Commerce | SDK available, merchant-facing |
| MCP + Protocol Tokens | Agenomics Protocol | Pre-launch — trustless identity + settlement |
The MCP monetization category on awesome_mpp has only 3 entries. This space is wide open.
| Layer | Winning Approach | Key Players |
|---|---|---|
| Discovery | Marketplace indexing | minia2a.uk, agent-tools.cloud, agent.market |
| Protocol | x402 (HTTP 402) | minia2a, AgentScore, Taler-x402, Pinout |
| Settlement | USDC on Base (for now) | Coinbase, Circle, Solana (challenger) |
| Identity | Agent wallets + keys | Agenomics, AgentCount, CDP Facilitator |
| Reputation | On-chain receipts | Oculopus Protocol, Taler x402 |