> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Give your AI agent a wallet. Agentic Wallet is a suite of tools for enabling AI agents to hold, spend, trade, and earn stablecoins — with built-in security guardrails.

## Two ways to use

<CardGroup cols={2}>
  <Card title="Agentic Wallet CLI" icon="terminal" href="/agentic-wallet/cli/welcome">
    A command-line wallet and agent skills library. Agents use `awal` CLI commands to authenticate, send, trade, and pay for x402 services.
  </Card>

  <Card title="Agentic Wallet MCP" icon="plug" href="/agentic-wallet/mcp/welcome" tag="Beta">
    An MCP server + companion wallet app. Drop into any MCP-compatible agent (Claude, Codex, Gemini) for instant wallet and x402 payment capabilities.
  </Card>
</CardGroup>

## Which should I use?

|                   | Agentic Wallet CLI                              | Agentic Wallet MCP                                 |
| ----------------- | ----------------------------------------------- | -------------------------------------------------- |
| **Integration**   | Skills library + `npx awal` commands            | MCP server (no code required)                      |
| **Best for**      | Developers building agents with code            | Anyone using an MCP-compatible AI client           |
| **x402 payments** | Yes                                             | Yes                                                |
| **Send & trade**  | Yes                                             | No (MCP agents discover and pay for services only) |
| **Setup**         | `npx skills add coinbase/agentic-wallet-skills` | `npx @coinbase/payments-mcp`                       |
