Backed by contributions from PayPal, OKX, Ripple, Tron, TON Foundation, Solana Foundation, Ethereum Foundation, Base, Polygon, Sui, Filecoin Foundation, LayerZeroBacked by contributions from PayPal, OKX, Ripple, Tron, TON Foundation, Solana Foundation, Ethereum Foundation, Base, Polygon, Sui, Filecoin Foundation, LayerZero

MoonPay Open-Sources the Wallet Layer for the Agent Economy

For feedback or concerns regarding this content, please contact us at crypto.news@mexc.com

Backed by contributions from PayPal, OKX, Ripple, Tron, TON Foundation, Solana Foundation, Ethereum Foundation, Base, Polygon, Sui, Filecoin Foundation, LayerZero, Dflow, Uniblock, Virtuals, Arbitrum, Dynamic, Allium, Simmer.Markets, and Circle.

MoonPay, the leading global crypto payments network, launched the Open Wallet Standard (openwallet.sh), an open-source standard that gives AI agents a secure, universal way to hold value, sign transactions, and pay for services across every major blockchain, without ever exposing a private key. The standard is available today on GitHub, npm, and PyPI, with over 15 organizations contributing.

“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, CEO and co-founder of MoonPay

From MoonPay Agents to an Open Standard

The Open Wallet Standard grew out of MoonPay’s own product development. 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 MoonPay CLI. The product shipped with x402 compatibility and multi-chain support. Earlier this month, MoonPay integrated Ledger hardware signing into the agent stack, making it the first agent-focused wallet to support hardware-backed transaction approval.

In building that infrastructure, MoonPay hit the same problem facing every agent framework in the space: there is no shared standard for how AI agents interact with wallets. Every framework implements its own key management. Every integration builds its own signing logic. A wallet created for one agent cannot be used by another. Private keys end up in environment variables, plaintext config files, and proprietary formats. No portability. No shared security model.

MoonPay took the wallet infrastructure behind MoonPay Agents, generalized it across chains and runtimes, and released it under an MIT open-source license. That is the Open Wallet Standard.

The standard launches with contributions from over 15 organizations spanning every layer of the industry including PayPal, OKX, Ripple, Tron, TON Foundation, Solana Foundation, Ethereum Foundation, Base, Polygon, Sui, Filecoin Foundation, LayerZero, Dflow, Uniblock, Virtuals, Arbitrum, Dynamic, Allium, Simmer.Markets, and Circle.

The Missing Layer

Over the past year, the agentic payments landscape has taken shape rapidly. Coinbase and Cloudflare created x402 for HTTP-native stablecoin payments. Google launched Agent Payments Protocol (AP2) with over 60 partners for agent-driven commerce. Stripe and Tempo shipped the Machine Payments Protocol (MPP) for session-based micropayments. The Ethereum Foundation’s ERC-8004 established on-chain identity registries for trustless agents.

These protocols were built independently. Together, they form the emerging stack for the agent economy. But they all assume the same thing: that the agent already has a wallet. None defines where the wallet lives, how keys are stored, or how one agent discovers a wallet created by another.

In practice, this means fragmentation. A user running three different tools or agents today has their funds scattered across three separate wallets that can’t see each other. The same $100 in stablecoins becomes $33 in three places, with no way to access a single balance from all of them.

The Open Wallet Standard fills that gap: one encrypted vault on your machine, one interface for every chain, and a security model where the private key is never exposed to the agent, the LLM, or any parent process. When x402 returns a payment request, OWS produces the signed authorization. When MPP opens a session and streams micropayments, OWS signs each payment within the agent’s authorized limits. Protocols like x402 and MPP made machine payments possible. OWS makes them usable. With the Open Wallet Standard, the full stack for the agent economy is now in place.

The standard is not competing with existing protocols. It makes them more valuable. Any protocol that requires a signed transaction now has a common wallet to call. Any tool or agent that supports the standard can access the same wallet with the same funds, just as multiple apps on your phone can access the same bank account.

Read More on Fintech : Global Fintech Interview with Baran Ozkan, co-founder & CEO of Flagright

In practice: an AI agent holds a balance in an OWS vault. It receives a payment request over x402 for compute credits, an API call, or a dataset. The policy engine checks the request against the agent’s spending limits. The wallet decrypts the key in an isolated process, signs the transaction, wipes the key from memory, and returns the signature. The agent pays. The service delivers. The private key was never exposed to the agent, the LLM context, or any parent application. The same wallet can open an MPP session, stream payments to a different service, and settle, without changing a line of wallet logic.

“On-chain payments originate from wallet addresses, and every chain represents them a bit differently. A unified representation makes it easier for an agent to focus on the high-level task instead of details. Mysten Labs is thinking a lot about fundamental infrastructure for agents on Sui and is pleased to contribute to this standard.” — Sam Blackshear, co-founder and CTO of Mysten Labs, original contributors to Sui

“Nobody building a serious agent is going to limit it to one chain. The Open Wallet Standard treats every network as a first-class citizen, and that’s why TON is contributing to it.” — Max Crown, President and CEO of TON Foundation

Open Source, Open Standard

The standard is MIT-licensed and modular by design: seven sub-specifications covering storage, signing, policies, agent access, key isolation, wallet lifecycle, and supported chains. Each module can be adopted independently. No proprietary formats or dependencies. Import from MetaMask. Export to any wallet.

The standard includes an open skills marketplace where anyone can publish wallet-compatible capabilities: signing plugins, compliance modules, chain adapters. No gatekeeping. The ecosystem grows beyond any single organization.

The Open Wallet Standard is the latest step in a deliberate shift at MoonPay toward AI-native infrastructure. Over the past year, the company has moved from on-ramp APIs to MoonPay CLI to MoonPay Agents with Ledger-secured hardware signing. Each step has given AI agents more direct, programmable access to the financial layer. The Open Wallet Standard makes that infrastructure available to every agent, every framework, and every chain.

How It Works

  • Zero key exposure. AI agents operate inside LLM contexts where any data can surface in a prompt, a log, or a tool call. OWS ensures private keys are never accessible to the agent process. Keys are encrypted at rest using AES-256-GCM, decrypted only to produce a signature, held in protected memory that cannot be swapped to disk, and wiped immediately after.
  • Every chain, one interface. A single seed phrase derives accounts across eight chain families: EVM, Solana, Bitcoin, Cosmos, Tron, TON, Spark, Filecoin, and XRP Ledger. One signing interface. CAIP-2 chain identifiers. A wallet created for one agent works with every protocol, every framework, and every chain.
  • Policy-gated signing. Autonomous agents shouldn’t have unlimited spending authority. A pre-signing policy engine evaluates every transaction before any key is touched. Spending limits, contract allowlists, chain restrictions, and time-bound authorizations are enforced at the wallet layer. The operator sets the rules. The agent operates within them.
  • Agent-native access. Native SDK bindings for Node.js and Python, a CLI, and an MCP server interface. Agents built on Claude, ChatGPT, LangChain, or any MCP-compatible framework can access wallets through their native tool system.
  • Local-first. The wallet vault lives on the user’s machine. No cloud accounts, no remote key management, no network dependency for signing. The only network call is broadcasting a signed transaction.

Catch more Fintech Insights : Real-Time Payments and the Redefinition Of Global Liquidity

[To share your insights with us, please write to psen@itechseries.com ]

The post MoonPay Open-Sources the Wallet Layer for the Agent Economy appeared first on GlobalFinTechSeries.

Market Opportunity
Solayer Logo
Solayer Price(LAYER)
$0.08366
$0.08366$0.08366
-0.59%
USD
Solayer (LAYER) Live Price Chart
Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact crypto.news@mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

You May Also Like

The Channel Factories We’ve Been Waiting For

The Channel Factories We’ve Been Waiting For

The post The Channel Factories We’ve Been Waiting For appeared on BitcoinEthereumNews.com. Visions of future technology are often prescient about the broad strokes while flubbing the details. The tablets in “2001: A Space Odyssey” do indeed look like iPads, but you never see the astronauts paying for subscriptions or wasting hours on Candy Crush.  Channel factories are one vision that arose early in the history of the Lightning Network to address some challenges that Lightning has faced from the beginning. Despite having grown to become Bitcoin’s most successful layer-2 scaling solution, with instant and low-fee payments, Lightning’s scale is limited by its reliance on payment channels. Although Lightning shifts most transactions off-chain, each payment channel still requires an on-chain transaction to open and (usually) another to close. As adoption grows, pressure on the blockchain grows with it. The need for a more scalable approach to managing channels is clear. Channel factories were supposed to meet this need, but where are they? In 2025, subnetworks are emerging that revive the impetus of channel factories with some new details that vastly increase their potential. They are natively interoperable with Lightning and achieve greater scale by allowing a group of participants to open a shared multisig UTXO and create multiple bilateral channels, which reduces the number of on-chain transactions and improves capital efficiency. Achieving greater scale by reducing complexity, Ark and Spark perform the same function as traditional channel factories with new designs and additional capabilities based on shared UTXOs.  Channel Factories 101 Channel factories have been around since the inception of Lightning. A factory is a multiparty contract where multiple users (not just two, as in a Dryja-Poon channel) cooperatively lock funds in a single multisig UTXO. They can open, close and update channels off-chain without updating the blockchain for each operation. Only when participants leave or the factory dissolves is an on-chain transaction…
Share
BitcoinEthereumNews2025/09/18 00:09
Trump sets stage for a 'post-America world': NYT reporter

Trump sets stage for a 'post-America world': NYT reporter

When Joe Biden was elected president, he frequently asserted that “America was back” and collaborating with allies again. But the fact that the United States would
Share
Alternet2026/03/24 23:03
Ledger Secures $50M in Strategic Secondary Share Sale, Bolstering Crypto Security Leadership

Ledger Secures $50M in Strategic Secondary Share Sale, Bolstering Crypto Security Leadership

BitcoinWorld Ledger Secures $50M in Strategic Secondary Share Sale, Bolstering Crypto Security Leadership In a significant move within the cryptocurrency security
Share
bitcoinworld2026/03/24 23:15