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

# Wallet infrastructure

Privy wallet infrastructure recipes cover wallet creation, key controls, policy enforcement, and account abstraction patterns for production apps.

<CardGroup cols={2}>
  <Card title="Pregenerating wallets" icon="wand-magic-sparkles" href="/recipes/pregenerate-wallets" arrow>
    Create wallets in advance for low-latency onboarding.
  </Card>

  <Card title="Server-side user wallets" icon="server" href="/recipes/wallets/server-side-user-wallets" arrow>
    Manage user wallets with server-side authorization.
  </Card>

  <Card title="HD wallets" icon="sitemap" href="/recipes/hd-wallets" arrow>
    Derive scalable wallet trees from managed roots.
  </Card>

  <Card title="Stateful policies" icon="sliders" href="/recipes/using-stateful-policies" arrow>
    Apply dynamic policy checks before transaction execution.
  </Card>

  <Card title="Agentic wallets" icon="robot" href="/recipes/agent-integrations/agentic-wallets" arrow>
    Provision programmable wallets for autonomous agents.
  </Card>

  <Card title="Custom account abstraction" icon="code-branch" href="/recipes/account-abstraction/custom-implementation" arrow>
    Implement custom smart-account flows and signer controls.
  </Card>
</CardGroup>
