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

# Guides

> Step-by-step guides for common things to do with Base MCP

## Guides

Use these guides to work with Base MCP tools from your AI assistant.

<CardGroup cols={2}>
  <Card title="Check balance & portfolio" icon="wallet" href="/agents/guides/check-balance">
    View your token balances, portfolio value, and wallet details.
  </Card>

  <Card title="Send tokens" icon="paper-plane" href="/agents/guides/send-tokens">
    Send native tokens or ERC-20s to an address, ENS name, basename, or cb.id.
  </Card>

  <Card title="Swap tokens" icon="arrows-rotate" href="/agents/guides/swap-tokens">
    Swap supported tokens on supported mainnet chains.
  </Card>

  <Card title="View transaction history" icon="clock-rotate-left" href="/agents/guides/view-history">
    Browse past transactions, filter by asset, and paginate through history.
  </Card>

  <Card title="Sign messages" icon="pen-nib" href="/agents/guides/sign-messages">
    Sign EIP-712 typed data and plain messages for authentication.
  </Card>

  <Card title="Execute contract calls" icon="code" href="/agents/guides/batch-calls">
    Batch multiple contract interactions into a single user approval.
  </Card>

  <Card title="Make x402 payments" icon="credit-card" href="/agents/guides/x402-payments">
    Pay for x402-enabled API requests with USDC.
  </Card>
</CardGroup>
