MoonPay Open Wallet Standard Launches for AI Agents

What to Know
- MoonPay released the Open Wallet Standard (OWS) on March 23, 2026 — an open-source framework for AI agents to hold and move funds across multiple blockchains
- 9 major contributors signed on at launch, including PayPal, Ripple, the Ethereum Foundation, the Solana Foundation, OKX, Tron, TON Foundation, and Base
- OWS is designed so a wallet's private key is never exposed to the AI agent, the LLM context, or parent applications during transactions
- The standard supports the x402 payment protocol from Coinbase and Stripe/Tempo's Machine Payments Protocol for session-based micropayments
MoonPay's Open Wallet Standard is the infrastructure bet that a surprisingly broad coalition of crypto's biggest players just agreed to back together. Announced on Monday, March 23, the open-source framework gives AI agents a standardized way to manage wallets and execute transactions across multiple blockchains — and it arrives with sign-on from PayPal, Ripple, the Ethereum Foundation, the Solana Foundation, OKX, Tron, TON Foundation, and Base all at the table from day one.
Why This Is Bigger Than MoonPay
The framework itself — the MoonPay Open Wallet Standard — solves a genuine problem: wallet and key management for autonomous AI systems has been fragmented, inconsistent, and frankly a mess. Every blockchain represents on-chain addresses differently. Every wallet implementation has its own quirks. For AI agents that need to operate across chains without human supervision, that fragmentation isn't a minor inconvenience — it's a fundamental blocker.
But here's the part that deserves more attention than the press release gives it. PayPal, Ripple, the Ethereum Foundation, and the Solana Foundation do not typically agree on much. These organizations have different business models, different technical philosophies, and in some cases actively competing interests. The fact that they all contributed to a single wallet spec on day one is the real signal — this isn't one company launching a product, it's an industry acknowledging that the plumbing needs to be shared infrastructure, not a competitive moat.
The agent economy has payment rails. It didn't have a wallet standard. We built one, open-sourced it, and now the full stack exists.
— Ivan Soto-Wright, co-founder and CEO of MoonPay
What Does OWS Actually Do?
OWS gives developers a unified abstraction layer for AI agent wallets — meaning an agent can hold, sign, and transact across chains without developers needing to rebuild that logic from scratch for each network. According to MoonPay, the standard is designed so that a wallet's private key is never surfaced to the AI agent itself, the LLM context window, or any parent application during a transaction. That's a critical security design choice: it means a compromised agent or a leaky prompt can't drain a wallet.
The standard integrates with the x402 payment protocol developed by Coinbase — an open protocol for on-chain HTTP payments — as well as Stripe and Tempo's Machine Payments Protocol, which handles session-based micropayments between agents. It also extends MoonPay's earlier collaboration with Ledger that allows hardware wallet signing for MoonPay Agent transactions, which adds an extra layer of custody control for institutions that need it.
Sam Blackshear, co-founder and CTO of Mysten Labs, put the technical rationale plainly when he said that on-chain payments originate from wallet addresses, and that every chain represents them differently — meaning a "unified representation" is what allows agents to focus on high-level tasks instead of spending cycles on chain-specific bookkeeping. That's not a marketing line; it's a real engineering constraint that anyone who's built cross-chain tooling has run into.
On-chain payments originate from wallet addresses, and every chain represents them a bit differently. A unified representation streamlines processes and enables agents to focus on high-level tasks instead of details.
— Sam Blackshear, co-founder and CTO of Mysten Labs
Who Else Is Building Agentic Payment Rails?
MoonPay isn't alone in recognizing that AI agents need dedicated financial infrastructure — and the competition forming around this space is worth watching if you care about where agentic crypto tooling lands. Coinbase's agentic wallets launched with built-in guardrails specifically for autonomous AI use cases. Stripe-backed Tempo Network has been focused on enabling AI-to-AI payment capabilities. And Sam Altman's World project tapped Coinbase's protocol to verify the humans behind AI agents — a separate but adjacent problem.
What MoonPay's OWS adds to this picture is the multi-chain angle and the coalition breadth. Most agentic wallet efforts to date have been chain-specific or tied to a single provider's stack. OWS is explicitly cross-chain and explicitly open-source, which means any developer building an AI agent that needs to transact can implement it without being locked into MoonPay's own products. That's a meaningful distinction — and it's also how you get nine major organizations to contribute at launch rather than waiting to see who wins.
MoonPay has described this launch as part of a deliberate strategic shift toward AI-native infrastructure. That's a bold pivot for a company that built its name on crypto payment on-ramps for retail users. Whether the bet pays off depends on whether autonomous AI agents become genuine economic actors at scale — something that's no longer a hypothetical but also not yet proven at the numbers needed to sustain an entire infrastructure play. For now, the stablecoin payment infrastructure layer is still being built out across the industry, and agentic wallets are one more piece of that.
- Coinbase: Agentic wallets with built-in guardrails for autonomous AI
- Tempo Network (Stripe-backed): Machine Payments Protocol for AI-to-AI micropayments
- Sam Altman's World: Using Coinbase's protocol to verify humans behind AI agents
- MoonPay OWS: Cross-chain, open-source, coalition-backed wallet standard
Does the Agent Economy Actually Need a New Standard?
That's the cynical question worth asking. Crypto has a habit of launching "open standards" that are really just one company's SDK with better PR. OWS could be that. The nine contributors listed at launch are real names, but "contributing" to an open-source repo at announcement day and actively maintaining or integrating it over the next two years are very different things.
What separates this from typical standards theater is the security architecture — the private key isolation design isn't just a product feature, it's a prerequisite for any enterprise or institution to deploy autonomous agents with real funds. That's a constraint that would have been needed regardless of who built the standard. MoonPay moved first and got the coalition in the room. Whether the industry actually converges on OWS or fragments into five competing specs — as it usually does — is the question that won't be answered today. You can follow the AI agent payments race to see how it plays out between Visa, Coinbase, and now MoonPay.
The Coinbase AI payments push and MoonPay's OWS are now competing reference points for what agentic infrastructure should look like. Both are open-source. Both support micropayments. The difference is coalition size and cross-chain ambition — and on both counts, Monday's launch gave MoonPay a head start it didn't have last week.
Frequently Asked Questions
What is MoonPay's Open Wallet Standard?
The Open Wallet Standard (OWS) is an open-source framework released by MoonPay on March 23, 2026, that gives AI agents a standardized method to manage wallets and execute transactions across multiple blockchains. It was developed with contributions from PayPal, Ripple, the Ethereum Foundation, the Solana Foundation, OKX, Tron, TON Foundation, and Base.
How does OWS protect private keys from AI agents?
OWS is designed so that the wallet's private key is never exposed to the AI agent, the LLM context window, or any parent application during a transaction. This architectural choice means a compromised agent or a leaked prompt cannot access the funds directly, which is a critical security requirement for deploying agents with real capital.
What is the x402 payment protocol and how does it relate to OWS?
The x402 open payment protocol was developed by Coinbase as a standard for on-chain HTTP payments between machines. OWS supports x402 alongside Stripe and Tempo's Machine Payments Protocol, which handles session-based micropayments. Together, these integrations allow AI agents using OWS to execute both standard and micro-scale transactions across chains.
Why did MoonPay build this instead of a single blockchain foundation?
Fragmentation was the core problem — each blockchain represents wallet addresses differently, making cross-chain operations for AI agents unnecessarily complex. A cross-chain, open-source standard required neutral ground. MoonPay coordinated the effort, but the open-source structure means any developer can implement it without depending on MoonPay's own products.
This article is for informational purposes only and does not constitute investment advice. Every investment and trading decision involves risk. Readers should conduct their own research before making any financial decisions.
Topics
MoonPay Open Wallet StandardAI agent walletsopen-source wallet standardx402 payment protocolagentic paymentscross-chain AI agentsMilan Torres
Senior Analyst
Milan covers Bitcoin markets, macro trends, and institutional crypto adoption with a focus on data-driven analysis.
Latest Crypto News
Top Stories
Stay ahead of the market.
Crypto news and analysis delivered every morning. Free.
More from TheCryptoWorld
About the Author
Contributor
TheCryptoWorld Staff is a contributor at TheCryptoWorld.
View all contributorsFollow thecryptoworld.io on Google News to receive the latest news about blockchain, crypto, and web3.
Follow us on Google News










