> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Started

> Rhino is stablecoin deposits infrastructure built for teams that need reliable, enterprise-grade settlement at scale. This documentation covers everything you need to integrate the Rhino Stablecoin Activation Stack.

<img className="block" style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/rhinofi/jiR06ZSfNb-8-bIk/images/hero.jpg?fit=max&auto=format&n=jiR06ZSfNb-8-bIk&q=85&s=ee81f223845441a5ca3a488119eb306e" alt="The lightning-fast stablecoin activation stack built for global scale" width="1956" height="972" data-path="images/hero.jpg" />

Rhino is stablecoin deposits infrastructure built for teams that need reliable, enterprise-grade settlement at scale. This documentation covers everything you need to integrate the Rhino Stablecoin Activation Stack — from generating your first deposit address to configuring advanced fee management and automated onchain actions.

## What are you looking to do?

<CardGroup cols={2}>
  <Card title="Smart Deposit Addresses" icon="wallet" href="/get-started/sda">
    Generate a single deposit address that accepts stablecoins from any supported chain. Funds are settled to your destination chain automatically — no bridge UI, no user complexity.
  </Card>

  <Card title="Bridge & Swap" icon="arrow-right-arrow-left" href="/api-integration/bridge">
    Accept stablecoin deposits and settle them on 20+ chains with deterministic outcomes, MEV protection, and configurable speed tiers.
  </Card>

  <Card title="SDK Quickstart" icon="code" href="/sdk/quickstart">
    Get running in minutes using the JavaScript/TypeScript SDK.
  </Card>

  <Card title="API Integration" icon="screwdriver-wrench" href="/api-integration/introduction">
    Integrate directly via REST API in any language.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Full endpoint reference with request/response schemas.
  </Card>
</CardGroup>
