Back to blog
Agentic Infrastructure10 min read

Agentic Commerce Infrastructure: The Rails Decide Who Wins

Agentic commerce went live across Visa, Adyen, Stripe and Microsoft in a single week. The models were never the hard part. The agentic commerce infrastructure underneath is. Here is what the rails actually need.

Parth Chaudhary
Parth Chaudhary
Agentic Commerce Infrastructure: The Rails Decide Who Wins

Agentic Commerce Infrastructure: The Rails Decide Who Wins

Somewhere in the last two weeks, agentic commerce quietly graduated from conference slide to shipping product. Worldline, ING and Visa ran a live agentic payment in Europe. Cross River and Stripe lined up card issuance built specifically for agents. Microsoft wired a Model Context Protocol server straight into Dynamics 365 Commerce. And Juniper Research dropped the number everyone will be quoting for the next year: 1.3 billion agentic commerce users by 2031, up from under 300 million today.

That is a lot of agents holding a lot of wallets. Juniper also put transaction value on a path from 8 billion dollars in 2026 to 3.5 trillion by 2031, which is either the future of buying or the single most optimistic slide of the decade, depending on exactly one thing. Not the AI. The agentic commerce infrastructure underneath it.

Key Takeaways

  • Agentic commerce moved from demos to live transactions in mid-2026, led by Visa, Adyen, Stripe, Cross River, Worldline, ING and Microsoft.
  • The consistent message across all of them is that the AI model was never the bottleneck. The rails were.
  • Every announcement quietly agrees on the same requirements: a verified agent identity, spend scoped to what the user authorized, programmable limits, and an auditable record.
  • Those requirements map to four primitives an agent needs to transact: identity, a wallet, payment rails, and policy.
  • Cards took an early lead, but the market is already warning against card-only rails. The winners will be chain and method agnostic.

The AI was never the hard part

The most honest line in the whole news cycle came from Adyen. Speaking to PYMNTS, the company's agentic commerce lead rated the market at roughly 0.5 on a five-point maturity scale, expected to triple inside a year and still nowhere near the middle. The point underneath the number is the one that matters: the difficult work was never teaching a model to shop. It was the plumbing beneath the checkout. Machine-readable catalogs. Trust. Fraud. Liability. A pile of competing protocols that nobody has fully reconciled.

Read that back slowly, because it reframes the entire category. Everyone spent two years arguing about which model reasons best. Meanwhile the actual bottleneck sat one layer down, in the boring, unglamorous, absolutely load-bearing question of how a piece of software proves who it is and moves money without setting off every alarm in the building.

An agent that can reason brilliantly and cannot pay safely is a very expensive window shopper.

Read the pattern hiding in the headlines

Line the announcements up next to each other and something obvious appears. They are not competing on intelligence. They are all quietly building the same four things.

When Worldline, ING and Visa completed their live agentic payment, the interesting detail was not that an agent paid. It was how. A person set the conditions of the purchase in advance, the agent acted within those parameters, the issuer kept authorization control, and the whole thing left a verifiable record of what was authorized, by whom, and under what conditions.

When Cross River and Stripe described their issuance work, they framed the core challenge as trust: proving that a transaction reflects genuine intent, carried out by a verified agent, inside the scope the user actually authorized. Single-use credentials, tied to a user's permission, bounded by merchant and amount.

When Microsoft shipped its MCP server for Dynamics 365 Commerce, the framing was that an agent is only as useful as the systems it can reach, so a platform exposes its capabilities once and agents call them in real time, with guardrails set before anything goes live.

Different companies. Different stacks. Same shopping list every single time:

  • A way to know which agent is acting, and on whose behalf.
  • A wallet or credential the agent can actually use.
  • Payment rails that clear the transaction.
  • Policy that bounds what the agent is allowed to do, with a record to prove it did.

Nobody in this cycle is fighting over the model. They are all fighting over the rails.

The four things an agent needs to transact

This is the part where a category stops being a trend and starts being infrastructure. If every serious player is converging on the same four requirements, those four requirements are the product. At Abstraxn we build to exactly that map.

Identity

An agent needs a verifiable, portable identity before anyone should let it near a checkout. We build on ERC-8004, the on-chain agent identity standard, so an agent carries a credential that a counterparty can actually verify rather than trust on faith. Identity is the layer the entire market under-built, and it is the layer the Visa and Stripe pilots keep circling back to.

Wallet

Identity without a wallet is a name tag with no hands. Abstraxn's wallet service gives agents programmable smart accounts using ERC-4337 with EIP-7702, so an agent holds and moves value under rules, not under a copied private key taped to a config file.

Payments

The rails that clear the transaction. x402 gives agents a native, HTTP-level way to pay per call, live today. Multi-party settlement that splits a single agent action across several parties sits on the near roadmap.

Policy

The layer the news cycle keeps describing without naming. Consumer-set conditions. Issuer-retained control. Spend that stays inside authorized scope. That is programmable policy enforced at the signing layer, and it is in active development at Abstraxn now. When an agent goes off-script, policy is the thing that stops the transaction before it happens rather than filing an incident report after.

Identity, wallet, payments, policy. The market spent its attention on the model. The value accrued to the four primitives underneath.

The card caveat everyone should read twice

One more thing from Juniper, and it is the most useful sentence in the report for anyone building here. Cards took an early lead in agentic commerce, with the networks running most of the first pilots. Then the researchers added the warning: card domination is not in the market's best interest, and platforms that fail to support local payment methods, digital wallets and account-to-account transfers will cap their own growth.

Translation for builders: do not hard-wire your agent economy to one payment method. The purchases are going to happen across cards, wallets, stablecoins and rails that have not standardized yet, on more than one chain. Infrastructure that assumes a single method is infrastructure with an expiry date. The rails that win are the ones that stay method agnostic and chain agnostic from day one, which is precisely the design constraint we started from rather than the one we are now retrofitting.

The window is open, briefly

Adyen's other point deserves a line of its own: this is the experimentation window, and waiting for the category to settle is its own kind of decision. The agents are getting good. The forecasts are absurd in the way that early internet forecasts were absurd, right up until they were conservative. The teams that wire up identity, wallets, payments and policy now are the ones who will be collecting fees while everyone else is still reading the standards documents.

You do not have to rebuild any of this. That is the entire point of infrastructure.

Build on the rails, not from scratch

Give your agent an identity, a wallet, payment rails and policy without assembling four stacks yourself.

FAQ

What is agentic commerce infrastructure?

Agentic commerce infrastructure is the set of systems that let an AI agent transact safely on a user's behalf. In practice that means four things: a verifiable agent identity, a programmable wallet, payment rails that clear the transaction, and policy that bounds what the agent is allowed to do and records what it did.

Why is infrastructure, not AI, the hard part of agentic commerce?

Because the model was already good enough. The unsolved problems live one layer down: proving an agent is who it claims to be, keeping spend inside what the user authorized, clearing payments across methods and chains, and leaving an auditable trail. Industry leaders including Adyen have said plainly that the plumbing, not the intelligence, is the bottleneck.

What does an AI agent need to make a payment?

Four primitives. An identity a counterparty can verify, a wallet it can hold and move value with, payment rails to settle the transaction, and policy that enforces limits at the moment of signing. Miss any one and the agent is either unsafe or unable to act.

How big is the agentic commerce market?

Juniper Research projects 1.3 billion agentic commerce users by 2031, up from under 300 million in 2026, with transaction value rising from around 8 billion dollars in 2026 to 3.5 trillion by 2031. Separately, McKinsey has projected global agentic commerce volume of 3 to 5 trillion dollars by 2030.

How does agent identity work in agentic commerce?

Agent identity gives each agent a verifiable, portable credential rather than an anonymous key. Abstraxn builds on ERC-8004, the on-chain agent identity standard, so a counterparty can confirm which agent is acting and on whose behalf before authorizing anything.

About the Author

Parth Chaudhary

Parth Chaudhary

Solution Architect

Parth Chaudhary is a Solution Architect at Antier, the team behind Abstraxn. He currently works at the intersection of account abstraction and agentic AI infrastructure, consistently shipping wallets, paymasters, identity primitives, and policy guardrails for autonomous agents in production. Find out more at abstraxn.com or easily spin up an agent at dashboard.abstraxn.com.