Arbitrum Adds Native Support for Two AI Agent Payment Standards
Offchain Labs moves to position Arbitrum as a settlement layer for autonomous software spending, backing both x402 and MPP on the same platform.
Offchain Labs announced on July 8 that Arbitrum now supports two open standards for AI agent payments: x402, the HTTP-native protocol co-developed by Coinbase and Cloudflare, and MPP (Machine Payments Protocol), a session-based standard co-authored by Stripe and blockchain startup Tempo. The move gives developers on Arbitrum live tooling for both protocols simultaneously, as the agentic payments market accelerates toward what McKinsey projects could reach $3 to $5 trillion in consumer commerce by 2030.
The two protocols address a practical problem that grows more pressing as AI agents multiply: software cannot open a bank account, but it can hold a crypto wallet and spend stablecoins autonomously. Standard payment infrastructure built for humans requires accounts, login credentials, and checkout flows that autonomous agents cannot navigate. x402 sidesteps this by repurposing a long-dormant HTTP status code (402, meaning "payment required") into a machine-readable payment handshake. A server declares its price, the agent pays in USDC (a US dollar stablecoin), and the server delivers the resource, all within a single HTTP exchange, with no API keys, no subscriptions, and no accounts required. MPP takes a different approach, letting agents open pre-authorized, escrow-backed spending sessions that stream micropayments via off-chain signed vouchers, which reduces the number of on-chain transactions needed for continuous services. "An agent does not want to browse a checkout page," said Oluwatobi Ajayi, CEO of IvoryPay. "It needs prices that machines can read and payments that machines can execute."
Arbitrum's implementation covers both paths. Coinbase's x402 facilitator service now routes through Arbitrum One, so developers can accept x402 payments without running their own settlement infrastructure. PayAI, currently the largest x402 facilitator by volume on Solana, has also extended multichain support to Arbitrum One. For MPP, Offchain Labs published "arbitrum-mpp," an open-source TypeScript SDK that handles the full credential flow: the client signs a payment authorization, the server validates it and submits the on-chain transaction, with settlement in USDC using Uniswap's Permit2 contract for token approvals, enabling offline authorization with on-chain settlement. The SDK is a new release and has not been independently audited at the time of publication.
Arbitrum's pitch to developers centers on network metrics. The chain processes at 910 million gas per second and holds roughly $3.75 billion in stablecoins. The ecosystem has logged 2.6 billion cumulative transactions, and DeFiLlama tracks more than 1,100 protocols on the network by total value locked. Total value secured across the broader Arbitrum ecosystem sits at approximately $17 billion. ARB, the network's governance token, rose about 19% in the 24 hours following the announcement, aided in part by concurrent news that Robinhood Chain (built on Arbitrum technology) recorded $568 million in on-chain trading volume on July 8.
The broader agentic payments market is active but still small. Since launching in May 2025, x402 has processed transactions totaling about $30 million in volume, though published figures vary significantly by source and chain scope: one count from early 2026 cited roughly 107 million transactions, while more recent chain-level data from Stablecoin Insider shows 119 million transactions on Base alone and a further 35 million on Solana. The typical transaction value sits between 20 and 40 cents. Around 3,900 merchants currently accept x402 payments. MPP launched in March 2026 with more than 100 integrated services and backing from Stripe, Visa, Lightspark, Anthropic, OpenAI, Shopify, and Mastercard. Haseeb Qureshi, managing partner at Dragonfly Capital, offered a useful counterweight in March: "The reality is that everything here is basically a toy right now." The transaction data broadly supports that framing for now, even as the trajectory on Base (Coinbase's L2) showed agentic transactions growing from near zero in mid-2025 to more than 100 million cumulative transactions by Q1 2026.
For developers outside the United States, the practical stakes are real. In Sub-Saharan Africa, where remittance costs average 8.46% per transfer and cross-border API access is frequently gated behind Western billing systems, the x402 model removes a genuine barrier. A logistics startup in Lagos querying freight pricing or customs data can pay per call in USDC without navigating KYC-gated subscriptions, settling against Arbitrum's on-chain stablecoin liquidity. IvoryPay, which operates stablecoin rails across 17 African countries, is positioned to integrate these flows directly. In South Asia, which recorded $300 billion in on-chain transaction volume last year (up 80% year-on-year), interest is concentrated among developers building API-economy products. India's stablecoin regulatory framework remains unsettled, but Visa's Asia Pacific division has flagged agentic commerce as a primary growth vertical for 2026, with 130 stablecoin-linked card programs already live across Asia Pacific.
Arbitrum's decision to support both x402 and MPP avoids the need to bet on a single standard prevailing, but it does not resolve broader fragmentation. Developers now contend with at least five competing agentic payment protocols, each targeting a different layer of the payment stack. Crossmint's protocol analysis argues the standards are complementary rather than directly competing, but unified developer tooling remains immature. The audit status of the arbitrum-mpp SDK and the concentration of both protocols on USDC as settlement currency (meaning exposure to Circle's regulatory and operational risk) are two near-term variables worth tracking before building production systems on either. Early experimentation with USDC alternatives is already visible on Arbitrum's x402 infrastructure, including Sperax's USDs auto-yield stablecoin, suggesting the settlement currency concentration may loosen over time.