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

# Get Started

> Choose the right path to integrate Amplify Earn

Pick the track that matches where you are in your integration journey.

<CardGroup cols={2}>
  <Card title="Quickstart: React + Privy" href="./quickstart">
    Spin up a Vite project, initialize the SDK, and wire deposits plus
    withdrawals end-to-end in under an hour.
  </Card>

  <Card title="Developer Guide" href="./developer-guide">
    Understand the full lifecycle—environments, vault discovery, helper usage,
    and production readiness.
  </Card>

  <Card title="Functions Reference" href="./functions/index">
    Dive into helper-level documentation for approvals, deposits, permit flows,
    and withdrawals.
  </Card>

  <Card title="Examples Library" href="./examples/index">
    Copy-pasteable integrations for viem, wagmi, and Privy across deposits and
    immediate withdrawals.
  </Card>

  <Card title="Concepts" href="./concepts">
    Align stakeholders on vaults, yield types, slippage, and how the SDK splits
    responsibilities.
  </Card>

  <Card title="Directory Structure" href="./directory-structure">
    Adopt a scalable project layout for providers, hooks, and feature modules.
  </Card>
</CardGroup>

Need lower-level API usage? Jump to the [API Reference](/v0.1.0/api-reference/introduction) once you are comfortable with the helper-based flows.
