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

# Accounts guides

> All account guides, concepts, and references on one page: wallet creation, EIP-7702 delegation, agent wallets, and the related API surface.

Every guide, concept, and reference under the Accounts tab, grouped by what you're trying to do.

## Set up a wallet

<CardGroup cols={2}>
  <Card title="Create a wallet" icon="key" href="/en/how-to/create-wallet">
    Generate a new key pair or restore from a seed phrase using ethers.js or the Tether WDK.
  </Card>

  <Card title="Agent wallets" icon="bot" href="/en/reference/agentic-wallets">
    Self-custodied wallets for AI agents — how they differ from user wallets.
  </Card>
</CardGroup>

## Delegate the account (EIP-7702)

<CardGroup cols={2}>
  <Card title="EIP-7702 concept" icon="book-open" href="/en/explanation/eip-7702">
    What EIP-7702 enables on Stable and the security model.
  </Card>

  <Card title="Account abstraction how-to" icon="zap" href="/en/how-to/account-abstraction">
    Apply EIP-7702 to batch payments, spending limits, and session keys.
  </Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="EIP-7702 API" icon="code" href="/en/reference/eip-7702-api">
    Type-4 transaction format and the authorization list.
  </Card>

  <Card title="Subscribe and collect" icon="calendar" href="/en/how-to/subscribe-and-collect">
    Apply an EIP-7702 delegate to a subscription payment flow (cross-listed).
  </Card>
</CardGroup>
