AI agents transacting in stablecoins need wallets, and the wallet layer is where the hardest infrastructure problems actually live. While attention has focused on payment protocols like x402 and clearing layers designed for machine-to-machine settlement, the unglamorous work of key custody, transaction signing, spending-policy enforcement, and session management for autonomous software has become the practical bottleneck. Tiger Research reports that wallet infrastructure providers are seeing revenue scale at rates that suggest production deployment, not just experimentation — but the technical demands of agent-managed wallets diverge sharply from what consumer or even institutional wallets were built to handle.
The Key Management Problem
Consumer wallets assume a human reviews every transaction on a screen. Agent wallets cannot. The signing key must be available programmatically, which immediately creates an attack surface: if an agent can sign transactions autonomously, any compromise of the agent process — prompt injection, memory poisoning, a hijacked tool call — becomes a pathway to drain funds. The current approaches trade off security against latency. Raw private keys embedded in agent runtimes offer maximum speed and minimal safety. Multi-party computation (MPC) architectures split signing across services so no single component holds the full key, adding a verification step but introducing round-trip latency that can break time-sensitive payment flows. Trusted execution environments (TEEs) attempt to isolate the signing operation inside hardware enclaves, but the attestation and key-provisioning pipeline remains poorly standardized for agent workloads. None of these approaches has established dominance, and most production deployments layer at least two of them.
Policy Engines as the Real Guardrail
If key management controls whether an agent can sign, policy engines control whether it should. The emerging pattern is a rules layer that sits between the agent’s intent to pay and the wallet’s execution of that payment — constraining spend limits per transaction, per session, or per time window; restricting the set of allowed recipient addresses; blocking interactions with unverified contracts. This is functionally analogous to corporate card controls, but applied at machine speed and granularity. The difficulty is that agent payment behavior is often unpredictable by design: an agent negotiating a dynamic price through x402 may need flexibility that static rules cannot anticipate. Policy engines that are too tight starve the agent of useful functionality; too loose and the exposure is immediate. Skyfire and similar agent-payment platforms have made spending controls a core feature, but the state of the art remains rudimentary compared to what risk teams would require before greenlighting meaningful balances.
Session Persistence and Gas Abstraction
Agents do not maintain sessions the way browsers do. A payment-capable agent may spin up, negotiate a price, execute a transaction, and terminate within seconds — or it may run for hours, accumulating a transaction history across multiple chains. Wallet infrastructure must handle session state across these lifecycles without losing track of balances, pending transactions, or nonce management. Gas fees present a related problem: agents operating on USDC or USDT rails still need native tokens for gas on Ethereum, Base, Solana, or wherever they settle. Wallets built for humans expect the user to manage gas token balances. Agent wallets increasingly need gas abstraction — sponsored transactions, paymaster services, or meta-transaction relayers — so the agent can operate purely in the stablecoin denomination it was funded with. Coinbase’s agent payment infrastructure and the x402 standard both assume this layer exists, but its maturity varies significantly by chain.
The Revenue Signal and What It Hides
Tiger Research’s reporting on revenue scaling in the agent-wallet segment is worth taking seriously because revenue implies paying customers, not just grant-funded pilots. But revenue at this stage likely reflects a combination of per-transaction fees, custody fees for agent-managed balances, and platform subscriptions from companies building agent products — not necessarily transaction volume from agents operating independently at scale. The distinction matters. If wallet providers are earning because fintechs and AI companies are paying for infrastructure to build on, that signals an investment cycle. If they are earning because agents are transacting at volume that generates organic fee revenue, that signals product-market fit. The difference determines whether the current buildout sustains or stalls once the initial deployment budgets run out.
Sources
- https://reports.tiger-research.com/p/ai-agent-wallet-infrastructure-the-eng
- https://www.pymnts.com/news/artificial-intelligence/2026/lithic-everything-payments-assumes-about-shopping-is-about-to-break/
- https://www.odaily.news/en/post/5212096
- https://www.moomoo.com/news/post/73486698/the-essential-need-for-ai-agents-stablecoins-become-the-cornerstone