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

# AI and agents on Stable

> Wire MCP servers, agent skills, and x402-paid tools into AI clients so agents can query, simulate, and pay for services on Stable autonomously.

Stable treats AI agents as first-class accounts. An agent holds a self-custodied wallet, looks up docs and chain state through MCP servers, and pays for services per request through x402 — no card on file, no API key rotation, no human in the loop for routine spend. This tab covers how to equip an agent to build on Stable and how to monetise APIs for agent consumption.

## What you can build

* **AI-assisted development** against Stable's Docs MCP and Runtime MCP servers inside Cursor, Claude Code, or any MCP-compatible client.
* **Agent skills** that combine docs lookup, simulation, and on-chain execution into one workflow (for example, "send 100 USDT0 to three addresses").
* **Paid MCP tools**: wrap x402 APIs as MCP tools so an AI client calls them through prompts and pays per call.
* **Agent-payable APIs**: price an HTTP endpoint per request in USDT0 so any agent with a wallet can consume it without a sign-up.
* **Agent wallets** funded with USDT0 only, no custodial middleware.

## How Stable differs

* **Single-asset agent wallets.** USDT0 is the gas token and the payment token, so an agent doesn't juggle ETH + USDT separately.
* **Sub-second settlement.** A paid API call settles inside the HTTP lifecycle (\~700 ms block time).
* **x402 on ERC-3009.** The facilitator submits the on-chain call; the agent only needs to sign an authorization.

## Start here

<CardGroup cols={2}>
  <Card title="Develop with AI" icon="sparkles" href="/en/how-to/develop-with-ai">
    Wire Docs MCP and Runtime MCP into your AI editor and paste the Stable context block.
  </Card>

  <Card title="Pay with an MCP server" icon="bot" href="/en/how-to/pay-with-mcp">
    Expose x402-paid APIs as MCP tools an agent can call through natural-language prompts.
  </Card>
</CardGroup>

## Next recommended

<CardGroup cols={3}>
  <Card title="AI/Agents guide index" icon="list" href="/en/explanation/ai-agents-index">
    Full list of agent guides, facilitator references, and agent wallet specs.
  </Card>

  <Card title="Agentic facilitators" icon="server" href="/en/reference/agentic-facilitators">
    Settlement services for agent-to-agent commerce on Stable.
  </Card>

  <Card title="Build a pay-per-call API" icon="zap" href="/en/how-to/build-pay-per-call">
    The x402 server that MCP tools wrap.
  </Card>
</CardGroup>
