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

# Guides

> Step-by-step tutorials for integrating Amplify SDK

These guides walk you through common integration patterns with complete, working examples.

<CardGroup cols={2}>
  <Card title="Project Setup" icon="folder-tree" href="/v0.4.2/intro/products/earn/developers/guides/project-setup">
    Configure your project structure, providers, and SDK initialization.
  </Card>

  <Card title="Deposits" icon="arrow-down-to-bracket" href="/v0.4.2/intro/products/earn/developers/guides/deposits">
    Complete deposit flows with Privy, Wagmi, and Viem examples.
  </Card>

  <Card title="Withdrawals" icon="arrow-up-from-bracket" href="/v0.4.2/intro/products/earn/developers/guides/withdrawals">
    Redeem vault shares for underlying tokens with step-by-step examples.
  </Card>

  <Card title="Smart Wallets" icon="wallet" href="/v0.4.2/intro/products/earn/developers/guides/smart-wallets">
    Integration patterns for Privy Smart Wallets and Alchemy ERC-4337 accounts.
  </Card>

  <Card title="Multi-Chain" icon="network" href="/v0.4.2/intro/products/earn/developers/guides/multi-chain">
    Discover assets by chain and route write operations to the correct network.
  </Card>

  <Card title="Logging" icon="file-lines" href="/v0.4.2/intro/products/earn/developers/guides/logging">
    Configure SDK logging levels and integrate custom loggers.
  </Card>
</CardGroup>

## Choose Your Framework

All guides include examples for multiple wallet integration libraries:

| Framework | Best For                                            |
| --------- | --------------------------------------------------- |
| **Privy** | Embedded wallets, social login, enterprise features |
| **Wagmi** | React applications with wagmi hooks                 |
| **Viem**  | Node.js scripts, vanilla TypeScript, server-side    |

## Learning Path

1. **[Project Setup](/v0.4.2/intro/products/earn/developers/guides/project-setup)** - Configure providers and SDK initialization
2. **[Deposits](/v0.4.2/intro/products/earn/developers/guides/deposits)** - Implement your first deposit flow
3. **[Withdrawals](/v0.4.2/intro/products/earn/developers/guides/withdrawals)** - Allow users to redeem shares
4. **[Smart Wallets](/v0.4.2/intro/products/earn/developers/guides/smart-wallets)** - Enable gas sponsorship and batching
5. **[Multi-Chain](/v0.4.2/intro/products/earn/developers/guides/multi-chain)** - Add chain-aware discovery and execution
