DEV Community

t49qnsx7qt-kpanks
t49qnsx7qt-kpanks

Posted on

the 95% problem: why most merchants are invisible to AI agents right now

the 95% problem: why most merchants are invisible to AI agents right now

PayPal surveyed merchants at Consensus Miami yesterday. 95% are already seeing AI agent traffic. 20% have machine-readable catalogs.

that gap is the whole story.

when a human visits a product page, they can parse inconsistent layouts, ask questions, and figure out how to buy. when an agent visits the same page, it hits an unstructured blob of HTML and gives up — or worse, hallucinates a purchase flow that doesn't exist.

the "agentic commerce will run on crypto rails" headline is accurate. but crypto rails aren't the bottleneck. the bottleneck is the 75% of merchants whose catalogs, checkout flows, and payment APIs aren't built for machines at all.

there are three layers to the problem.

the discovery layer. agents need structured product data — pricing, inventory, availability — in a format they can read without scraping. most merchants haven't thought about this because humans never needed it.

the authorization layer. PayPal's own survey result — agents can't get a bank account — points at the real constraint. the agent has no persistent identity, no spending history, and no mechanism to prove it's authorized to spend on behalf of a user. x402 handles the transport. it doesn't handle identity or reputation.

the settlement layer. even when payment succeeds, the agent needs confirmation before proceeding. the current pattern — agent fires a payment request, waits for a webhook, retries on timeout — is brittle at scale. per-invocation settlement with deterministic confirmation is still a missing piece for most implementations.

MnemoPay addresses the authorization and settlement layers: agent-native USDC wallet, per-session spending controls, Agent FICO scoring (300-850) for counterparty reputation, and settlement confirmation baked into the response cycle. 672 tests, v1.0.0-beta.1.

the crypto rails headline will age well. the teams that win aren't the ones waiting for the rails — they're the ones building the identity and settlement infrastructure that makes the rails useful for merchants who aren't Coinbase.

https://getbizsuite.com/mnemopay

Top comments (0)