On September 3, 2026, the Solana Foundation announced Payment Channels — a feature built specifically for AI agents making frequent, tiny payments — attached to a headline number designed to travel: 1 million payments per second. Alibaba Cloud signed on as the first live partner. Coverage spread fast, and so did the obvious follow-up question: who is actually paying that many times a second?
The honest answer is: nobody, yet. The 1M figure is a controlled lab benchmark — 100,000 wallets routed through a proxy — and reporting on the announcement is explicit that it "does not represent current mainnet throughput." That doesn't make the underlying idea unimportant. Agentic commerce is a real and growing category — explainx.ai has covered Mastercard's Agent Pay for Machines, Stripe Directory, and Cloudflare Wallets all chasing the same underlying problem: agents need to pay for things, often, in amounts too small for existing rails to handle economically. Solana's announcement is a crypto-native entry into that race, and it's worth understanding both what payment channels actually do and why the marquee number needs a large asterisk.
TL;DR: Solana Payment Channels
| Question | Answer |
|---|---|
| Announced | September 3, 2026, by the Solana Foundation |
| Headline claim | 1 million payments per second |
| What that number actually is | A lab benchmark: 100,000 wallets through a proxy, not mainnet |
| Cost per payment (claimed) | ~$0.000000000776 |
| First live partner | Alibaba Cloud (API endpoints live at launch) |
| Protocols supported | x402 (pay-per-call) and MPP (session-based) |
| Actual reported volume so far | ~$10M across 35M cumulative x402 transactions, roughly half estimated wash trading |
| Who this is for | AI agents making high-frequency, low-value payments — API calls, per-token billing, micro-purchases |
What a "payment channel" actually is
The term predates AI agents by close to a decade — it's the same family of idea as Bitcoin's Lightning Network or Ethereum's state channels. The mechanism is simple once you strip the crypto jargon:
- Two parties (a human/agent owner and a counterparty, or an agent and a service it's paying) lock funds and authorize a spending ceiling in a single on-chain transaction.
- Every subsequent payment inside that ceiling is a signed message exchanged off-chain — no blockchain write, no gas fee, no confirmation wait.
- Periodically, or when the channel closes, the net balance settles back to the base chain in one transaction.
Compare that to the default model, where every micro-payment is its own on-chain transaction:
| Every transaction on-chain | Payment channel | |
|---|---|---|
| Fee per payment | Full network fee each time | Effectively zero (amortized into one settlement) |
| Latency | Full block-confirmation time each time | Instant off-chain acknowledgment |
| Chain load | One write per payment | One write per channel, not per payment |
| Trust model | Base-layer consensus per payment | Signed off-chain messages, backed by an on-chain dispute/settlement path |
The reason this matters specifically for AI agents: an agent doing real work generates many small payments per task — a few cents per API call, fractions of a cent per token, a handful of micro-purchases while completing a workflow. At normal on-chain transaction costs and confirmation times, that volume makes crypto-native payment simply impractical. Batching removes both constraints at once, which is the whole pitch. explainx.ai's Cloudflare Monetization Gateway coverage covers the same x402 protocol Solana is now supporting, applied to per-request API and MCP-tool billing at the edge rather than inside a channel.
The 1M number: benchmark, not mainnet
This is where honesty matters more than excitement. The reported details are specific enough to evaluate directly:
- The benchmark used 100,000 unique wallets routed through a proxy — a controlled, engineered test, not organic traffic.
- Coverage explicitly states this "does not represent current mainnet throughput."
- The claimed per-payment cost of $0.000000000776 is a theoretical figure derived from the same controlled conditions, not an observed cost under production load.
None of that means the number is fake — Solana's base layer genuinely supports high parallel throughput, and payment channels genuinely remove per-transaction settlement from the critical path. But "1 million payments per second" answers the question how fast could this go under ideal test conditions, not how fast is this actually running today, or even how much demand exists for it. Those are three different questions, and headlines collapse them into one.
The gap shows up in the adoption numbers reported alongside the benchmark: across the x402 protocol on Solana, cumulative volume sits around $10 million across 35 million transactions — and analysts estimate roughly half of that is wash trading or self-dealing rather than agents genuinely transacting with independent counterparties. A 1M TPS lab ceiling next to single-digit-million dollars of real, non-circular volume is the actual state of the category right now: infrastructure built ahead of demand, which is a normal and even sensible sequencing decision — but it's not the same claim as "AI agents are making a million payments a second."
Where this fits next to Mastercard, Stripe, and Cloudflare
Solana Payment Channels isn't a standalone idea competing in a vacuum — it's one rail in a stack that's being built out simultaneously from several directions, all solving the same core problem: agents need to pay, often, in small amounts, without a human clicking approve each time.
| Rail | Settlement layer | Trust model | Notable partner |
|---|---|---|---|
| Mastercard AP4M | Cards, bank accounts, stablecoins | Mastercard credentialing + Verifiable Intent | 30+ partners incl. Stripe, Coinbase — and the Solana Foundation itself |
| Stripe Directory / Machine Payments | Stripe network | Merchant-of-record via Stripe | Businesses already on Stripe |
| Cloudflare Wallets | Stablecoins over x402 | Owner-set spending caps, cloudflare.pay identity | Cloudflare's own edge network |
| Solana Payment Channels | Solana base layer | Off-chain signed messages, on-chain settlement | Alibaba Cloud |
The overlap is not a coincidence — it's the tell that this is a real, converging category rather than one vendor's marketing story. Notably, the Solana Foundation is already a launch partner in Mastercard's AP4M coalition, which means the same organization is betting on both a card-network rail (via Mastercard) and a crypto-native rail (via its own Payment Channels) for the identical use case. That's a sensible hedge, not a contradiction: card rails carry existing merchant trust and fiat settlement that crypto rails still lack, while crypto rails offer a lower theoretical cost floor that card networks can't match. Builders don't have to pick a permanent winner today — they have to pick whichever rail matches where their counterparties already are.
Solana positions its own channels as protocol-neutral, supporting both x402 (the open pay-per-call standard also used by Cloudflare's Monetization Gateway) and a session-based protocol it calls MPP. That's worth distinguishing from Stripe's own Machine Payments Protocol, a similarly-named but separate spec Stripe uses inside its own network — same acronym, different rail, a naming collision builders should watch for when reading vendor docs.
Why AI-agent crypto payments still face real friction
Before treating this as inevitable infrastructure, it's worth being direct about the barriers that a throughput benchmark doesn't touch:
- Most commerce still isn't crypto-native. A payment channel is moot if the seller on the other end doesn't accept stablecoins. Card rails and fiat settlement remain the default for the overwhelming majority of transactions an agent would want to make.
- Regulatory treatment of stablecoin settlement varies by jurisdiction. What clears without friction in one market can trigger compliance obligations in another — the same tension explainx.ai flagged in Mastercard AP4M's stablecoin rails.
- Wallet custody for an autonomous agent is a genuinely hard problem. Handing an agent signing authority over a channel, even one capped by a spending ceiling, means key management and authorization-drift risk move from "theoretical" to "this agent can actually move money" the moment it's prompt-injected or misconfigured.
- Demand is still catching up to the infrastructure. The gap between a 1M TPS lab benchmark and ~$10M of mostly-circular real volume is the clearest evidence available that agent-driven crypto commerce is still in the "build it and see who comes" phase, not the "can't keep up with demand" phase the headline implies.
None of this means payment channels are the wrong bet — settling batched agent micropayments off-chain is a legitimate answer to a real cost and latency problem. It means the 1 million payments per second figure should be read as a capacity claim about the rail, not a usage claim about the world. The Claude Commerce Agents blueprint Anthropic shipped just two days before this announcement is a useful comparison point: it ships reference agents that actually transact today, at real (if modest) reported conversion numbers — a reminder that the agent side of agentic commerce is maturing roughly in step with, not behind, the payment-rail side.
Who should pay attention
| Audience | Why it matters |
|---|---|
| AI agent builders on Solana | A concrete answer to per-call micropayment cost and latency, once mainnet numbers catch up to the benchmark |
| API and SaaS teams evaluating agent buyers | Another rail option alongside x402 on Cloudflare, Mastercard AP4M, and Stripe — worth tracking, not yet worth betting exclusively on |
| Fintech / payments teams | A data point on how fast crypto-native rails are converging with card-network agent-payment efforts |
| Anyone quoting the "1M TPS" headline | Cite it as a lab benchmark from a controlled 100K-wallet test, not production throughput |
Summary
Solana's Payment Channels are a real technical mechanism — off-chain, signed micropayments settled on-chain periodically — aimed squarely at the same problem Mastercard, Stripe, and Cloudflare are all racing to solve: making agent-driven micropayments cheap and fast enough to be practical. The 1 million payments per second headline is a genuine lab result, not a fabricated one, but it describes a controlled 100,000-wallet benchmark through a proxy, not mainnet reality. Real reported volume on Solana's x402 rail — roughly $10 million across 35 million transactions, half of it likely wash trading — shows a category still early in actual adoption, well behind the infrastructure built to support it. Build for the mechanism, not the headline number.
Related Reading
- Mastercard Agent Pay for Machines (AP4M) Explained — the card-network answer to the same problem, with the Solana Foundation as a launch partner
- Stripe Directory: AI Agent Commerce Infrastructure
- Cloudflare Wallets: Programmable Payments for AI Agents
- Cloudflare Monetization Gateway: x402 for APIs and MCP Tools
- Agentic Commerce Goes Live: Stripe Link and Grok Shopping
- Claude Commerce Agents: Anthropic's Open-Source Shopping Agent Blueprint
- Coinbase for Agents: AI Agent Stock Trading
- What is MCP? Model Context Protocol Guide
Figures and quotes in this post are drawn from reporting on the Solana Foundation's September 3, 2026 announcement, including Forkast and Blockchain.News. Throughput, cost, and adoption figures are accurate as of the publication date — verify against Solana's own documentation for current mainnet specifications.
