How is PayBox different from earlier AI wallets or trading bots?
Letting AI act on a user's funds historically meant one of two approaches: hand a Private Key or API key directly to a program, giving it complete control over funds, or route control through a third-party custodian, transferring fund control to the platform itself. Both approaches share the same underlying problem — some single party (the developer's program, the custodial platform) ends up holding complete authority to move funds on its own, and once that link is compromised or misused, the funds are directly exposed.
PayBox's design differs by splitting the key via MPC across the device, a single session, MoonPay, and the AI Agent, so no single link can complete a signature alone. This means that even if the AI agent's own judgment is hijacked, or one link is compromised, an attacker only gets an incomplete key fragment — not enough to move funds alone. That's a fundamentally different security assumption from the older model of simply trusting that a program or platform won't misbehave.
What tradeoff do the "Always Ask" and "Autonomous" permission modes reflect?
The two modes essentially hand the choice of "how autonomous should the agent be" back to the user, rather than having the product unilaterally decide one mode fits everyone. "Always Ask" trades away convenience — if the AI is handling a task spanning multiple services, you might need to approve several times — in exchange for every single transaction passing through human confirmation, so in theory no fund movement happens without the user's knowledge. "Autonomous" runs the other way, letting the AI act continuously within a preset limit without stopping for approval each time; the convenience comes at the cost of the user having to think carefully in advance about what that "limit" should actually be — set it too loose, and the approval gate becomes hollow; set it too conservative, and autonomous mode becomes pointless in practice.
Worth noting: regardless of which mode is chosen, changing the permission setting itself always requires a fresh passkey approval, meaning a user isn't locked in by an initial wrong choice. But this also means the security of the whole permission design depends heavily on whether the user judged the initial limit correctly — the product architecture can offer the options and the boundaries, but it can't make that judgment call on the user's behalf.
Does card payment via Visa's agentic commerce protocol protect against the same risk as MPC key-splitting for the wallet?
Not quite the same risk — the two address different asset types within the payment flow. MPC key-splitting for the wallet protects crypto assets, preventing any single link from independently moving on-chain funds. Card payments routed through Visa's agentic commerce protocol protect traditional card numbers instead — ensuring PayBox never sees or stores the raw card number, which closes off a different common fraud path: once a card number leaks, it can be reused elsewhere repeatedly, because a traditional card number is fundamentally a reusable static credential.
Taken together, what PayBox is addressing is the broader problem that an AI Agent, whether dealing in crypto or a traditional payment card, shouldn't directly touch the reusable core credential at all — not just a crypto-specific concern. This echoes the "three common sources of fraud" mentioned in the press release: a stolen credential that works anywhere, a card number that leaks and gets reused, and a single system that can move funds once compromised — PayBox addresses these three paths respectively through non-reusable passkey authorization, card-number concealment, and key-splitting.
With this product now live, what does it actually mean for users or companies evaluating whether to let an agent touch their funds?
The most direct implication is that "should an agent be allowed to touch money" is shifting from a binary choice of "hand over control or don't" into a design question of "what architecture lets an agent move funds without holding control of them." The old concern was that authorizing AI to handle payment flows effectively meant handing fund control to some single link — whether that link was the program itself or a custodial platform. Architectures like PayBox attempt to demonstrate that an agent's transaction capability and an agent's control over funds can be separated into two distinct things.
For users, the practical judgment call is to ask, when evaluating any similar product, specifically how keys or credentials are split or protected, which party can move funds under what conditions, and what the mechanism is for an authorization to expire — rather than just taking a product's claim of being "secure" at face value. For enterprise users, if this kind of architecture proves reliable, it could gradually shift the risk-assessment basis behind decisions like whether to let an agent handle procurement or subscription payments. But as of now, PayBox has only just launched, and its real-world security still needs to be validated over time and through actual use cases — at this stage it's better treated as an industry signal worth watching, not a settled conclusion for immediate large-scale adoption.
Crypto payments company MoonPay launched PayBox on July 29, calling it the first payment vault built for AI — letting a user's AI Agent transact on the open internet without ever leaving the conversation. The product is live now at paybox.sh, connecting to ChatGPT or Claude through a custom connector, and individual users can install it today.
PayBox's core function lets users issue natural-language instructions that the AI agent then executes as payment actions — for example, "onramp $100 into PYUSD," "swap $100 of PYUSD to SOL," "maximize yield using Aave," or "book my flight." According to MoonPay's official press release, the flow runs in three steps: the AI prepares the transaction, the user approves it with a passkey, and only then does the money move. The first integrations cover travel bookings, restaurant reservations, and online shopping, connecting to merchants through x402, an open standard for agent-initiated payments; MoonPay says more services will roll out in the coming weeks.
On the security side, PayBox lets ChatGPT and Claude execute transactions without ever touching the user's wallet, Private Key, or the funds themselves. Wallet keys are split via multi-party computation (MPC) and stored inside hardware-isolated secure enclaves (TEEs), so no single party — not the device, not a single session, not MoonPay, not the AI agent — ever holds a complete key or can sign a transaction alone. Card payments run through Visa's agentic commerce protocol, meaning PayBox never sees or stores the raw card number. Every passkey approval is scoped to a single action and expires after use, so a captured or replayed approval can't be run again or expanded into broader access. MoonPay founder and CEO Ivan Soto-Wright said in the press release: "The card hid the cash. The phone hid the card. This is the era where money disappears into conversation... Billions of AI agents are coming online, and every one of them will need to hold, move, and spend money safely. Someone had to build the trust layer for that world. We just did."
Users can choose between two permission modes: "Always Ask," where every transaction requires passkey approval, or "Autonomous," where the AI can act within limits the user sets in advance. Changing permission settings itself always requires a new passkey approval from the human user, and access can be revoked instantly at any time. PayBox launches with support for Solana and EVM-compatible chains including Ethereum, Base, Robinhood Chain, Arbitrum, Polygon, Hyperliquid, and Tempo. The underlying key-management technology comes from Sodot, a key-management company MoonPay acquired earlier this year; according to the company, Sodot's technology already secures more than 10 million wallets and over $50 billion in digital assets, and this infrastructure now also powers MoonPay's more than 1,700 enterprise clients. Founded in 2019, MoonPay now serves more than 30 million customers across 180 countries and holds a New York BitLicense, a New York limited-purpose trust charter, money transmitter licenses across multiple US states, and MiCA authorization in the EU.