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

# EVM transactions and signing

EVM transaction recipes show how to send transfers, batch calls, manage pending transactions, and use modern account patterns.

<CardGroup cols={2}>
  <Card title="Send USDC" icon="coins" href="/recipes/send-usdc" arrow>
    Send ERC-20 transfers from Privy-managed wallets.
  </Card>

  <Card title="Batch transactions" icon="layer-group" href="/recipes/batch-transactions" arrow>
    Combine multiple onchain actions into one execution flow.
  </Card>

  <Card title="Speed up transactions" icon="gauge-high" href="/recipes/speeding-up-transactions" arrow>
    Replace stuck transactions with higher-fee submissions.
  </Card>

  <Card title="Flashblocks" icon="bolt" href="/recipes/evm/flashblocks" arrow>
    Integrate low-latency block execution patterns.
  </Card>

  <Card title="EIP-7702" icon="wand-sparkles" href="/recipes/react/eip-7702" arrow>
    Upgrade EOAs with smart-account capabilities for app UX.
  </Card>
</CardGroup>
