> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fd.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Agent Wallet — AI-native wallet infrastructure. Give your AI agents genuine financial autonomy.

Agent Wallet is AI-native wallet infrastructure that gives AI agents their own wallets — not borrowed access to a human's. Every user gets EVM, Solana, Bitcoin, and Sui wallets provisioned automatically at signup, with full capabilities out of the box: transfers, swaps, yield generation, and commerce protocol payments. Private keys are secured in a Trusted Execution Environment (TEE), and the architecture is non-custodial — operators maintain ultimate control at all times.

Unlike connecting an AI to an existing human wallet, Agent Wallet is built for agents from day one. It's optimized for agentic workflows, assisted conversations, and autonomous financial operations — so the experience is smooth whether an agent is executing a multi-step trade or a user is chatting with an AI assistant.

## Why AI-Native Matters

Today, if your AI agent needs to handle money, you have three options:

| Approach                      | How It Works                                                   | Limitation                                               |
| ----------------------------- | -------------------------------------------------------------- | -------------------------------------------------------- |
| **Human wallet + AI wrapper** | Agent connects to a user's MetaMask or Coinbase via API        | No true autonomy — the human remains the wallet owner    |
| **DIY wallet**                | A few lines of code to create an address, keys in env vars     | Insecure, limited to basic transfers, no production path |
| **AI-native (Agent Wallet)**  | Agent gets its own wallet, operates within defined constraints | Genuine autonomy with production-grade security          |

The DIY approach gets you basic transfers, but swaps, yield, commerce payments, and secure key management aren't included — each one is a significant engineering effort.

Agent Wallet provides all of this out of the box, with [TEE-secured key management](/agent-wallet/concepts/security), so you can focus on what your agent does rather than building financial infrastructure.

## Four Interfaces, One Wallet

Agent Wallet is infrastructure — a core service exposed through multiple interfaces. All four connect to the same underlying wallet and capabilities.

| Interface                                                     | Primary User                     | Best For                                                       |
| ------------------------------------------------------------- | -------------------------------- | -------------------------------------------------------------- |
| **[MCP Server](/agent-wallet/ai-integration/mcp-server)**     | AI agents and assistants         | Any MCP-compatible client — Claude, Cursor, n8n, custom agents |
| **[CLI](/agent-wallet/ai-integration/cli)**                   | Developers and autonomous agents | Terminal-based workflows, scripting, server-side automation    |
| **[AI Assistant](/agent-wallet/ai-integration/ai-assistant)** | Humans (non-technical)           | Conversational web interface for wallet management             |
| **Web App**                                                   | Operators                        | Traditional wallet UI — manage wallets and view balances       |

The MCP Server is the primary integration point for AI agents. The CLI is a lightweight wrapper around an MCP client — same capabilities, accessible from the command line. The AI Assistant and Web App serve humans who need to manage or monitor wallets directly.

## Core Capabilities

When you sign up, EVM, Solana, Bitcoin, and Sui wallets are provisioned for you automatically — no extra steps required. From there, your agent (or you) can:

* **Send & Receive** — Transfer tokens to any address on supported chains
* **Check Balances** — View holdings across all provisioned wallets
* **Swap** — Exchange between token pairs with best-rate routing
* **Earn Yield** — Explore yield opportunities and deploy funds to vaults
* **Commerce Payments** — Pay Prism-enabled merchants via x402 and other commerce protocols

All capabilities are available through MCP, CLI, and AI Assistant. The Web App provides additional management features like wallet configuration.

<Note>
  Agent Wallet supports EVM chains (Ethereum, Base, Polygon, Arbitrum, Optimism, BSC, Avalanche, Linea), Solana, Bitcoin, and Sui. Wallets for all are created by default for every user.
</Note>

## Get Started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/agent-wallet/quickstart">
    Create your first agent wallet and connect via MCP
  </Card>

  <Card title="MCP Server" icon="server" href="/agent-wallet/ai-integration/mcp-server">
    Connect your AI agent to the hosted MCP server
  </Card>

  <Card title="CLI" icon="terminal" href="/agent-wallet/ai-integration/cli">
    Install the CLI for terminal-based agent workflows
  </Card>

  <Card title="Security Model" icon="shield-halved" href="/agent-wallet/concepts/security">
    TEE key management and non-custodial architecture
  </Card>
</CardGroup>
