> ## 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="Installation & Setup" icon="download" href="/v0.5.2/intro/products/earn/developers/guides/project-setup">
    Install the SDK, configure environment variables, and initialize.
  </Card>

  <Card title="Concepts" icon="lightbulb" href="/v0.5.2/intro/products/earn/developers/getting-started/concepts">
    Accounts, yield types, shares, authorization flows, and slippage.
  </Card>

  <Card title="Deposits" icon="arrow-down-to-bracket" href="/v0.5.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.5.2/intro/products/earn/developers/guides/withdrawals">
    Redeem account shares for underlying tokens with step-by-step examples.
  </Card>

  <Card title="Smart Wallets" icon="wallet" href="/v0.5.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.5.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.5.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. **[Installation & Setup](/v0.5.2/intro/products/earn/developers/guides/project-setup)** - Install the SDK and configure your project
2. **[Concepts](/v0.5.2/intro/products/earn/developers/getting-started/concepts)** - Understand accounts, shares, and authorization flows
3. **[Deposits](/v0.5.2/intro/products/earn/developers/guides/deposits)** - Implement your first deposit flow
4. **[Withdrawals](/v0.5.2/intro/products/earn/developers/guides/withdrawals)** - Allow users to redeem shares
5. **[Smart Wallets](/v0.5.2/intro/products/earn/developers/guides/smart-wallets)** - Enable gas sponsorship and batching
6. **[Multi-Chain](/v0.5.2/intro/products/earn/developers/guides/multi-chain)** - Add chain-aware discovery and execution

***

## Not Using JavaScript?

If you're integrating from Python, Go, Swift, Kotlin, Flutter, or any other language, see the [Direct Contract Integration](/v0.5.2/intro/products/earn/developers/guides/direct-contract/index) guides — they cover the same deposit, withdrawal, and cancellation workflows using raw smart contract calls instead of the SDK.
