Skip to main content

MoonPay's Open Wallet Standard: Building the Universal Financial Layer for AI Agents

· 8 min read
Dora Noda
Software Engineer

More than 340,000 on-chain wallets are now controlled by AI agents — and not a single shared standard governs how they hold funds, sign transactions, or talk to blockchains. MoonPay's Open Wallet Standard wants to change that.

The Fragmentation Tax Every AI Agent Pays

Every AI agent that needs to move money on-chain today faces the same problem: it must re-invent key management from scratch. Coinbase's Agentic Wallets work on Base. Trust Wallet's Agent Kit targets its own ecosystem. MetaMask, Phantom, and dozens of other wallets each demand custom integration code. The result is a fragmented landscape where developers building autonomous agents spend more time wrestling with wallet plumbing than on the logic that makes their agents useful.

This is not a theoretical annoyance. In Q1 2026 alone, the number of agent-held wallets crossed 340,000 — a figure that understates the real demand, because countless agent projects never shipped precisely because multi-chain wallet integration was too expensive to build. The agent economy is bottlenecked not by a shortage of AI models, but by the absence of a shared financial interface.

Enter the Open Wallet Standard

On March 23, 2026, MoonPay released the Open Wallet Standard (OWS) — an open-source framework that gives AI agents a secure, universal interface for creating wallets, signing transactions, and operating across multiple blockchain families. The standard is live on GitHub, npm, and PyPI, and arrives with backing from more than 15 organizations including PayPal, the Ethereum Foundation, the Solana Foundation, Ripple, OKX, Circle, Tron, the TON Foundation, and Base.

The ambition is explicit: OWS wants to be the TCP/IP of agent finance — a protocol layer so fundamental that individual wallet implementations become interchangeable modules rather than locked-in platforms.

How It Works

OWS is composed of seven sub-specifications, each adoptable independently:

  1. Storage — defines how wallets persist encrypted data locally, with no cloud dependency for signing
  2. Signing — specifies how agents produce cryptographic signatures without ever touching raw private keys
  3. Policies — enables programmable guardrails like spending limits, allowlists, and transaction-type restrictions
  4. Agent Access — controls which agent processes can request signatures and under what conditions
  5. Key Isolation — mandates that private keys are encrypted at rest using AES-256-GCM, decrypted only to sign, held in protected memory that cannot be swapped to disk, and wiped immediately after
  6. Wallet Lifecycle — manages creation, rotation, backup, and deactivation of agent wallets
  7. Chain Support — a single seed phrase derives accounts across eight chain families: EVM, Solana, Bitcoin, Cosmos, Tron, TON, Spark, Filecoin, and XRP Ledger

The critical design choice is that the wallet vault lives entirely on the user's machine. There are no cloud accounts, no remote key management services, and no network calls required to produce a signature. The only outbound network request is broadcasting the signed transaction itself.

Why a Payment Company — Not a Protocol Team — Is Leading This

MoonPay's involvement might seem surprising. The company built its reputation as a fiat-to-crypto on-ramp powering nearly 500 companies and serving over 30 million customers in 180 countries. But that infrastructure history is precisely what makes MoonPay a credible standard-setter.

In February 2026, MoonPay launched MoonPay Agents — a non-custodial software layer that gives AI agents access to wallets, funds, and the ability to transact autonomously via a command-line interface. The product supports the full agent financial lifecycle: fiat-to-crypto funding, wallet management, token discovery, risk analysis, trading, portfolio tracking, and off-ramping back to fiat. It is also compatible with x402, the machine-to-machine payments protocol that Coinbase has battle-tested across more than 50 million transactions.

Building MoonPay Agents forced the team to confront the wallet fragmentation problem firsthand. Rather than shipping a proprietary solution and locking agents into the MoonPay ecosystem, they chose to open-source the wallet layer. This is a strategically shrewd move: if OWS becomes the standard, MoonPay's on-ramp and off-ramp services sit at the edges of every compliant agent wallet regardless of which blockchain it uses.

In March 2026, MoonPay also integrated Ledger hardware signing into its agent infrastructure, allowing users to approve every AI-initiated transaction on a physical device while keeping private keys completely off the software stack. This hybrid of software agents and hardware security hints at the maturity required for institutional adoption.

The Competitive Landscape: Four Approaches to Agent Wallets

OWS does not exist in a vacuum. At least four competing approaches are vying to define how AI agents interact with blockchains:

Coinbase Agentic Wallets

Launched in February 2026, Coinbase's solution gives any AI agent a standalone wallet to hold and spend stablecoins or trade tokens on Base. It ships with programmable spending limits, enclave-isolated key management in Coinbase's infrastructure, and built-in KYT (Know Your Transaction) screening. The trade-off is clear: enterprise-grade security and compliance, but deep dependency on Coinbase infrastructure and the Base ecosystem.

Trust Wallet Agent Kit (TWAK)

Trust Wallet released its Agent Kit to bring AI agents into its self-custody ecosystem. It provides a transaction layer where agents can propose actions that users approve through the existing Trust Wallet interface. The approach prioritizes user control but limits agent autonomy and cross-chain flexibility.

ERC-4337 Account Abstraction

The Ethereum-native standard enables programmable wallets with features essential for agents — budget caps, allowlists, audit logs, and emergency stop mechanisms enforced at the wallet layer. However, ERC-4337 remains Ethereum-centric. StarkNet, zkSync Era, and non-EVM chains each implement account abstraction differently, and a wallet that works seamlessly on one chain may not port to another.

MoonPay Open Wallet Standard

OWS differentiates itself by being chain-agnostic (eight chain families from day one), fully local (no cloud key management), and modular (adopt any subset of the seven specifications). The bet is that universality and openness will win over ecosystem-specific depth.

What OWS Means for the Agent Economy

The implications of a successful open wallet standard extend far beyond tidier developer tooling.

Multi-agent coordination becomes practical. When Agent A needs to hire Agent B for data analysis and Agent C for image generation, all three need wallets that can discover each other's capabilities, negotiate payment terms, and settle transactions — potentially across different chains. A shared standard makes this coordination possible without bespoke integration for every agent-to-agent pair.

Compliance becomes composable. The Policies specification lets wallet operators define spending limits, geographic restrictions, and transaction-type filters at the standard level. This means a single compliance framework can apply across any agent using OWS, rather than each agent team building its own regulatory guardrails.

The fiat bridge narrows. With MoonPay's on-ramp and off-ramp infrastructure sitting natively alongside OWS, AI agents can move between fiat and crypto programmatically — a prerequisite for mainstream enterprise adoption where agents need to pay for real-world services, not just swap tokens.

The Risks Nobody Is Talking About

For all its promise, OWS faces headwinds that the launch press releases gloss over.

Standards adoption is a coordination game, not a technology problem. USB-C took a decade to displace competing connectors despite clear technical superiority. In crypto, where every platform has economic incentives to maintain proprietary lock-in, voluntary adoption of an open standard requires sustained coalition-building that goes beyond a launch-day list of 15 backers.

Local-only key management has scalability limits. Running a wallet vault on the user's machine works for individual agents but creates friction for enterprise deployments managing thousands of agents across cloud infrastructure. The standard will likely need a server-mode extension — and the design of that extension will determine whether OWS remains truly decentralized or drifts toward the custodial model it was designed to avoid.

The real competition is indifference. Most AI agent builders today are not blockchain-native developers. They are ML engineers and product teams who view crypto wallets as an implementation detail. If OpenAI, Google, or Anthropic ship agent-payment features that default to traditional payment rails, the entire premise of on-chain agent finance becomes a niche concern regardless of how elegant the wallet standard is.

What Comes Next

The next six months will determine whether OWS becomes infrastructure or trivia. Three milestones to watch:

  1. Adoption beyond backers. The 15 launch partners are committed. What matters is whether the next 100 agent frameworks — the ones being built in YC batches and university labs right now — choose OWS over rolling their own solution.

  2. Enterprise extensions. Server-mode key management, HSM integration, and multi-tenant wallet administration are table stakes for institutional deployment. How OWS handles these without compromising its local-first principles will test the standard's architectural flexibility.

  3. Regulatory recognition. If regulators begin referencing OWS-compatible wallets in agent-specific compliance frameworks, the standard gains a moat that no competing proprietary solution can match.

The agent economy is real and growing. The question is no longer whether AI agents will transact on-chain, but whether they will do so through a shared protocol or a dozen incompatible walled gardens. MoonPay has placed its bet on openness. The industry's response will shape how the next generation of autonomous software interacts with money.


BlockEden.xyz provides high-performance RPC and API infrastructure across multiple blockchain ecosystems — the kind of reliable node access that AI agents need for real-time on-chain operations. Explore our API marketplace to power your agent infrastructure.