Agentic Wallets: How Coinbase Gave AI Agents Money

coinbasewalletsawal

An AI agent without a wallet is like a chef without hands — it can plan the meal, but it can't cook anything. Coinbase's Agentic Wallet (awal) changes that by giving agents their own programmable wallets, complete with spending controls and security guardrails.

What an Agentic Wallet Actually Is

An agentic wallet is a crypto wallet that an AI agent can control directly. It holds USDC (or other tokens) and can sign transactions without a human clicking "Approve" on every one. The wallet lives on-chain — on Base, Coinbase's L2 network — and the agent interacts with it through a set of skills provided by the Coinbase Developer Platform.

Think of it as a company credit card for your AI, with built-in spending limits.

The Security Model

Giving an AI access to money sounds terrifying until you look at the controls. Agentic wallets support configurable spending limits, allowlisted destinations, and transaction-level policies. You can say: "This agent can spend up to $100 per day, only to these three addresses, only for USDC."

The agent operates autonomously within those rails. If it tries to exceed them, the transaction fails. No override, no social engineering. Code is code.

Skills: The Agent's Toolkit

Coinbase packages wallet functionality as "skills" that can be installed into agent frameworks. For cookie ordering, the relevant skills handle balance checks, USDC transfers, and x402 payment flows. Install the skills, fund the wallet, and tell your agent to send some cookies. The skills handle the rest.

npx skills add coinbase/agentic-wallet-skills

That one command gives your agent the ability to check its balance, make payments, and interact with any x402-enabled service — including our humble bakery.

Why This Matters Beyond Cookies

Agentic wallets are infrastructure. Today it's cookies. Tomorrow it's agents booking hotels, paying for compute, subscribing to data feeds, and settling invoices — all without a human in the loop. The wallet is the primitive that makes autonomous commerce possible.

Coinbase built the wallet. x402 built the protocol. We built the bakery. The rest is up to the agents.