> ## 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 the Amplify SDK.

These guides walk through common integration patterns end-to-end. Every example targets `@paxoslabs/amplify-sdk@1.0.0`.

<CardGroup cols={2}>
  <Card title="Project setup" icon="download" href="/v1.0.0/intro/products/earn/developers/guides/project-setup">
    Install the package, construct the client, and call it safely from a server.
  </Card>

  <Card title="Concepts" icon="lightbulb" href="/v1.0.0/intro/products/earn/developers/getting-started/concepts">
    Vaults, share tokens, deposit + withdraw flows, decimals.
  </Card>

  <Card title="Deposits" icon="arrow-down-to-bracket" href="/v1.0.0/intro/products/earn/developers/guides/deposits">
    End-to-end deposit flow covering the permit, approval, and already-approved paths.
  </Card>

  <Card title="Withdrawals" icon="arrow-up-from-bracket" href="/v1.0.0/intro/products/earn/developers/guides/withdrawals">
    Submit, preview fees, list pending, and cancel orders.
  </Card>

  <Card title="Smart Wallets" icon="wallet" href="/v1.0.0/intro/products/earn/developers/guides/smart-wallets">
    Patterns for ERC-4337 accounts, embedded wallets (Privy, Dynamic), and session keys.
  </Card>

  <Card title="Multi-Chain" icon="network" href="/v1.0.0/intro/products/earn/developers/guides/multi-chain">
    Discover supported chains at runtime and route writes to the correct network.
  </Card>
</CardGroup>

## Suggested order

1. **[Project setup](/v1.0.0/intro/products/earn/developers/guides/project-setup)** — install, construct, and call from a server.
2. **[Concepts](/v1.0.0/intro/products/earn/developers/getting-started/concepts)** — vaults, share tokens, deposit + withdraw flows, decimals.
3. **[Deposits](/v1.0.0/intro/products/earn/developers/guides/deposits)** — implement your first deposit flow.
4. **[Withdrawals](/v1.0.0/intro/products/earn/developers/guides/withdrawals)** — let users redeem shares.
5. **[Smart Wallets](/v1.0.0/intro/products/earn/developers/guides/smart-wallets)** — wire the SDK output through an AA wallet.
6. **[Multi-Chain](/v1.0.0/intro/products/earn/developers/guides/multi-chain)** — fan out to additional chains.

## Not using JavaScript?

If you integrate from Python, Go, Swift, Kotlin, Flutter, or any other language, see the [Direct Contract](/v1.0.0/intro/products/earn/developers/guides/direct-contract/index) or [API Calldata](/v1.0.0/intro/products/earn/developers/guides/api-calldata/index) guides — they cover the same deposit, withdrawal, and cancellation workflows without the SDK.
