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

# What is Veil?

> Veil converts stablecoins into bank deposits from the dashboard, an AI chat via MCP, or the CLI.

Veil converts stablecoins (USDC, USDT) on supported chains into bank deposits in supported currencies. The same Veil account works from the dashboard, from inside an AI chat via MCP, or from a terminal via the CLI.

## Who uses Veil

* **Individuals** moving funds from a personal crypto wallet to their own bank account.
* **Developers and product teams** building offramp into their apps and services.
* **AI agents** driving offramp from inside Claude or Cursor via MCP tools.
* **Operators** scripting recurring conversions from a terminal or CI pipeline.

## What you get

* Deposit addresses on Ethereum, Base, Polygon, and Solana.
* USDC and USDT support.
* Per-wallet auto-settle rules that route matching deposits straight to a linked bank account.
* `@handle` payouts that settle fiat into a recipient's bank by username.
* Sandbox and production behind one URL; the dashboard mode toggle picks the active environment.

## Pick your path

<CardGroup cols={2}>
  <Card title="I'm an individual" href="/individuals/overview">
    Sign up, complete KYC, and offramp from a personal wallet.
  </Card>

  <Card title="I'm a developer" href="/developers/sandbox/overview">
    Build against sandbox in the dashboard, then graduate to production.
  </Card>

  <Card title="I'm an AI agent" href="/mcp/overview">
    Drive offramp from inside Claude or Cursor via MCP.
  </Card>

  <Card title="I'm scripting it" href="/cli/overview">
    Use the `@useveil/cli` package from your terminal or CI.
  </Card>
</CardGroup>

## See also

* [Concepts: Sandbox vs. production](/concepts/sandbox-vs-production)
* [Quickstart](/get-started/quickstart)
