> ## 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.

# Overview

> Ship on Stable: wallets and accounts, payments, smart contracts, and AI agents. Start with the quick start or jump straight to the capability you need.

New to Stable? Run the [Quick start](/en/tutorial/quick-start) first. It takes five minutes and sends a testnet transaction so the rest of the tab has something to plug into.

## Explore

<CardGroup cols={2}>
  <Card title="Accounts" icon="user" href="/en/explanation/accounts-overview">
    Create wallets, delegate EOAs with EIP-7702, and scope session keys for users and agents.
  </Card>

  <Card title="Payments" icon="credit-card" href="/en/explanation/payments-overview">
    Send USDT0, build P2P and subscription flows, settle invoices with ERC-3009, and price APIs with x402.
  </Card>

  <Card title="Contracts" icon="file-code" href="/en/explanation/contracts-overview">
    Deploy, verify, and index Solidity contracts, and call Bank / Distribution / Staking precompiles.
  </Card>

  <Card title="AI and agents" icon="bot" href="/en/explanation/ai-agents-overview">
    Wire MCP servers into AI clients and expose x402-paid tools agents can call through prompts.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={3}>
  <Card title="Quick start" icon="rocket" href="/en/tutorial/quick-start">
    Connect to testnet, fund a wallet, and send your first USDT0 transaction.
  </Card>

  <Card title="Send your first USDT0" icon="send" href="/en/tutorial/send-usdt0">
    Native and ERC-20 transfers on the same balance, with TypeScript examples.
  </Card>

  <Card title="Deploy a smart contract" icon="upload" href="/en/tutorial/smart-contract">
    Scaffold Foundry, configure Stable, and deploy the Counter contract.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Stable SDK" icon="package" href="/en/explanation/sdk-overview?utm_source=docs&utm_medium=build-overview">
    Use the typed TypeScript client for transfer, bridge, and swap on Stable.
  </Card>
</CardGroup>
