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

# KaleidoSwap AI Tools

> Bitcoin payments MCP servers, an autonomous Bitcoin L2 agent, and an on-device assistant that let AI agents quote, swap, and pay across Bitcoin's Layers

## What AI Tools Covers

KaleidoSwap exposes its swap, wallet, and node infrastructure to AI agents through open source software. Three surfaces cover the range, from a hosted autonomous agent down to a single MCP connection dropped into an existing client.

The product overview lives at [kaleidoswap.com/products/ai-tools](https://kaleidoswap.com/products/ai-tools).

<CardGroup cols={2}>
  <Card title="KaleidoAgent" icon="robot" href="/ai-tools/kaleido-agent">
    Autonomous portfolio manager and wallet operator over KaleidoCLI and WDK wallet primitives.
  </Card>

  <Card title="KaleidoMind" icon="brain" href="/ai-tools/kaleido-mind">
    On-device reasoning engine for Spark, RGB Lightning, and Arkade wallets, by chat or voice.
  </Card>

  <Card title="MCP Servers" icon="server" href="/ai-tools/mcp-servers">
    Wallet, DEX, node, and payment tools for any MCP-compatible client.
  </Card>

  <Card title="Skills" icon="sparkles" href="/ai-tools/skills">
    `SKILL.md` playbooks that scope tools and carry the execution plan.
  </Card>
</CardGroup>

<Note>
  Every tool surface here signs with a real BIP-39 mnemonic or drives a live node. See [Installation](/ai-tools/installation) for how to keep test and mainnet seeds apart.
</Note>

## Which one do I need?

See [Pick a Surface](/ai-tools/getting-started#pick-a-surface) in Getting Started for the decision table, then jump straight to install or first run.
