As of May 2026
At the AWS Bedrock AgentCore Payments session, the question I would have asked got asked: what happens at a thousand transactions a second? The x402 answer was settlement in under a second. Both are true. They are answering different questions.
Under a second is the right answer for one payment crossing a trust boundary. It is the wrong answer for a million events a day inside one company’s agent fleet, where the cost stops being a latency number and becomes a volume number.
The preview
AgentCore
AWS, Coinbase, and Stripe shipped an x402 payments preview on 7 May 2026 - USDC on Base in about 200ms.
One payment
Sub-second
a single x402 transfer clears well under a second, the right frame for one payment crossing a trust boundary.
A fleet
86.4M/day
a thousand payments a second is 86.4 million a day, where the per-transaction chain fee stacks up.
The infrastructure is real
AWS, Coinbase, and Stripe put real infrastructure behind the AgentCore Payments preview, launched on 7 May 2026 and built on Coinbase’s x402 protocol. The launch settles in USDC on Base in roughly 200 milliseconds, with Solana among the supported chains. This is not a demo that evaporates. It is a production-track payment surface for AI agents, and that is exactly why the cost question matters now rather than later.
The math at the thousandth payment
A thousand transactions a second is 86.4 million a day. On Solana the base fee is 5,000 lamports, about four hundredths of a cent at the SOL price in May 2026, so the chain fee alone runs into the tens of thousands of dollars a day and the low eight figures a year. That is before RPC, AWS markup, retries, observability, and the on-chain refund paths that do not exist the way card refunds do.

If an agent API call is worth a tenth of a cent, the chain fee underneath it is a large gross drag on the payment before RPC, retries, or observability are even counted.
Why the framing trap is expensive
The session answer was not wrong. It was scoped to a single payment, and a single payment is genuinely fast and cheap. The trap is carrying that number into a fleet design, where the same per-transaction fee that is invisible on one payment becomes the dominant cost across a million of them a day. A payment that is a rounding error in isolation is a budget line at scale, and the architecture decision, which chain and which settlement model, has to be made against the volume number, not the demo number.




