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

# Amplify SDK

> Build yield into your application with the Amplify SDK

The Amplify SDK provides everything you need to integrate stablecoin yield into your application. Choose the path that matches your integration journey.

<CardGroup cols={3}>
  <Card title="Getting Started" icon="rocket" href="/v0.3.0/intro/products/earn/developers/getting-started/installation">
    Install the SDK and run your first deposit in under 10 minutes.
  </Card>

  <Card title="Guides" icon="book" href="/v0.3.0/intro/products/earn/developers/guides/index">
    Step-by-step tutorials for deposits, withdrawals, and smart wallet integration.
  </Card>

  <Card title="API Reference" icon="code" href="/v0.3.0/intro/products/earn/developers/api/index">
    Complete function reference with parameters, return types, and examples.
  </Card>
</CardGroup>

## What's New in v0.3.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
* **Updated Yield Types** - Use `YieldType.CORE`, `YieldType.TREASURY`, and `YieldType.FRONTIER`

## Quick Links

<CardGroup cols={2}>
  <Card title="Concepts" icon="lightbulb" href="/v0.3.0/intro/products/earn/developers/getting-started/concepts">
    Understand vaults, yield types, permits, and slippage controls.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/v0.3.0/intro/products/earn/developers/troubleshooting">
    Common issues, error codes, and debugging strategies.
  </Card>

  <Card title="Types Reference" icon="brackets-curly" href="/v0.3.0/intro/products/earn/developers/types/index">
    TypeScript types, enums, and discriminated unions.
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/v0.3.0/intro/products/earn/developers/changelog">
    Version history and migration guides.
  </Card>
</CardGroup>
