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

# Recipes

<div className="landing-section recipes-hero-section">
  <div className="recipes-hero">
    <h1 className="recipes-hero-heading">Recipes.</h1>

    <p className="recipes-hero-subtitle">
      Guides and ready-made code for the most common things you'll need to start building.
    </p>
  </div>
</div>

<div className="landing-section landing-section-last recipes-popular">
  <h2 className="landing-heading">Popular</h2>

  <div className="recipe-grid">
    <a href="/recipes/send-usdc" className="recipe-card">
      <span className="recipe-card-icon" data-icon="banknote" />

      <span className="recipe-card-title">Send USDC</span>
      <span className="recipe-card-desc">Format your transaction payload to send tokens.</span>
    </a>

    <a href="/recipes/solana/send-spl-tokens" className="recipe-card">
      <span className="recipe-card-icon" data-icon="banknote" />

      <span className="recipe-card-title">Send USDC on Solana</span>
      <span className="recipe-card-desc">Format your transaction payload to send SPL tokens.</span>
    </a>

    <a href="/recipes/tempo/send-transactions" className="recipe-card">
      <span className="recipe-card-icon" data-icon="banknote" />

      <span className="recipe-card-title">Send stablecoins on Tempo</span>
      <span className="recipe-card-desc">Format your transaction payload to send tokens on Tempo.</span>
    </a>

    <a href="/recipes/dashboard/optimizing" className="recipe-card">
      <span className="recipe-card-icon" data-icon="settings" />

      <span className="recipe-card-title">Optimize your setup</span>
      <span className="recipe-card-desc">Tips and tricks to optimize your Privy setup.</span>
    </a>

    <a href="/recipes/trading-apps-homepage" className="recipe-card">
      <span className="recipe-card-icon" data-icon="percent" />

      <span className="recipe-card-title">Trading apps homepage</span>
      <span className="recipe-card-desc">Quickstart guide to building a trading app.</span>
    </a>

    <a href="/recipes/ecosystem/abstract-global-wallet" className="recipe-card">
      <span className="recipe-card-icon" data-icon="landmark" />

      <span className="recipe-card-title">Abstract Global Wallet</span>
      <span className="recipe-card-desc">Integrate Abstract Global Wallet into your app.</span>
    </a>

    <a href="/recipes/pregenerate-wallets" className="recipe-card">
      <span className="recipe-card-icon" data-icon="layers" />

      <span className="recipe-card-title">Pregenerate wallets</span>
      <span className="recipe-card-desc">Create wallets for users before they sign in.</span>
    </a>

    <a href="/recipes/agent-integrations/agentic-wallets" className="recipe-card">
      <span className="recipe-card-icon" data-icon="bot" />

      <span className="recipe-card-title">Agentic wallets</span>
      <span className="recipe-card-desc">Set up wallets for autonomous agents.</span>
    </a>

    <a href="/recipes/using-stateful-policies" className="recipe-card">
      <span className="recipe-card-icon" data-icon="shield" />

      <span className="recipe-card-title">Stateful aggregation policies</span>
      <span className="recipe-card-desc">Enforce rolling transfer caps on server wallets.</span>
    </a>
  </div>
</div>
