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

# Trading

Trading recipes highlight patterns for market integrations, automated execution, and server-managed trading flows.

<CardGroup cols={2}>
  <Card title="Trading apps" icon="chart-line" href="/recipes/trading-apps-homepage" arrow>
    Explore architecture and implementation patterns for trading apps.
  </Card>

  <Card title="Polymarket guide" icon="chart-pie" href="/recipes/polymarket-guide" arrow>
    Build prediction market experiences with wallet-backed users.
  </Card>

  <Card title="Telegram trading bot" icon="paper-plane" href="/recipes/telegram-bot" arrow>
    Launch automated trading interactions through Telegram.
  </Card>

  <Card title="Server-side wallet access" icon="server" href="/recipes/wallets/session-signer-use-cases/server-side-access" arrow>
    Execute trading actions with controlled server-side signers.
  </Card>

  <Card title="Limit orders with session signers" icon="arrow-up-right-dots" href="/recipes/wallets/session-signer-use-cases/limit-orders" arrow>
    Implement delegated limit-order execution workflows.
  </Card>

  <Card title="Hyperliquid quickstart" icon="rocket" href="/recipes/hyperliquid-guide" arrow>
    Connect Privy wallets to perpetual trading on Hyperliquid.
  </Card>
</CardGroup>
