> ## 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" icon="rocket" 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" icon="book" href="./developer-guide">
    Understand the full lifecycle—environments, vault discovery, helper usage,
    and production readiness.
  </Card>

  <Card title="SDK Initialization" icon="gear" href="./sdk-initialization">
    Configure the SDK with your API key, telemetry settings, and custom logging
    before making any calls.
  </Card>

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

  <Card title="Functions Reference" icon="code" href="./functions/index">
    Dive into the unified deposit API, withdrawals, and all SDK helper functions.
  </Card>

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

## What's New in v0.2.0

* **Unified Deposit API** - Single entry point for all deposit flows with automatic permit/approval detection
* **SDK Initialization Required** - Call `initAmplifySDK()` once before using any SDK functions
* **Configurable Logging** - Set log levels and integrate custom loggers for debugging
* **Improved Type Safety** - Discriminated unions for handling authorization results

Need lower-level API usage? Jump to the [Functions Reference](./functions/index) once you are comfortable with the unified flows.
