Coinbase and Stripe Launch Agentic Wallets
Coinbase has launched "Agentic Wallets," an infrastructure designed to allow AI agents to hold, manage, and trade onchain assets without human intervention. Stripe has reportedly adopted the same protocol. These wallets facilitate machine-to-machine payments, enabling agents to execute financial logic, earn yield, and manage funds programmatically, a development described as enabling "money at machine speed".
- The core of the agentic wallet infrastructure is the x402 protocol, an open standard for machine-to-machine payments that repurposes the HTTP 402 "Payment Required" status code. This protocol has already processed over 50 million transactions and is being promoted by the x402 Foundation, which was co-launched by Coinbase and Cloudflare. - Security for the non-custodial wallets is handled by storing private keys in Trusted Execution Environments (TEEs), meaning keys are never exposed to the agent's LLM prompt. Developers can implement programmable guardrails, including spending limits per session, individual transaction size controls, and automated Know Your Transaction (KYT) screening to block high-risk interactions. - Stripe's implementation allows an AI agent to pay for a service by sending USDC on the Base network to a unique wallet address generated by a standard Stripe Payment Intent. The transaction is tracked via API or webhook and settles into the merchant's Stripe balance like a conventional payment, with existing infrastructure handling tax reporting and compliance. - This technology builds upon the ERC-4337 account abstraction standard, which powers Coinbase's Smart Wallets. This enables features relevant to programmatic systems, such as sponsoring network fees for gasless transactions on the Base network and batching multiple transactions into one. - For developers, Coinbase has open-sourced a repository of "agent-wallet-skills" on GitHub to provide agents with pre-built commands for on-chain actions like trading and funding. Similarly, Stripe has released a command-line tool and sample code in Python and Node.js to facilitate testing of machine-to-machine payment flows. - The launch is part of a broader industry trend toward "agentic commerce," with Google and OpenAI also developing frameworks for AI-driven payments. Stripe and OpenAI co-developed an open standard called the Agentic Commerce Protocol (ACP) to standardize how AI agents interact with business backends to execute purchases. - A primary use case in decentralized finance involves creating agents that can autonomously monitor and rebalance portfolios or shift liquidity between protocols 24/7 to optimize yield, operating based on predefined permissions without requiring human approval for each transaction. - This infrastructure is designed to create a "machine economy" where agents can autonomously pay for their own operational resources. For example, an agent could use the x402 protocol to programmatically purchase API keys, access premium data streams, or pay for computing resources without human intervention.