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

# Solana transactions and signing

Solana recipes cover wallet setup, SOL transfers, and SPL token flows using Privy-managed wallets.

<CardGroup cols={2}>
  <Card title="Get started with Privy and Solana" icon="play" href="/recipes/solana/getting-started-with-privy-and-solana" arrow>
    Set up core Solana wallet and transaction primitives.
  </Card>

  <Card title="Send SOL" icon="sun" href="/recipes/solana/send-sol" arrow>
    Transfer native SOL with managed wallet infrastructure.
  </Card>

  <Card title="Send SPL tokens" icon="coins" href="/recipes/solana/send-spl-tokens" arrow>
    Build token transfer flows for SPL assets.
  </Card>
</CardGroup>
