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

# Rhinestone

> Self-custodial stablecoin infrastructure for fintechs.

Rhinestone is self-custodial stablecoin infrastructure for fintechs. Give users an account they control, help them fund it, and move value across chains, tokens, and currencies through one integration.

Build payment applications, trading experiences, and automated financial workflows around what users want to do, rather than the networks and tokens they need to navigate.

## Build with Rhinestone

<div className="grid grid-cols-1 md:grid-cols-2 gap-x-2">
  <Card title="Wallets" href="/home/products/wallets" img="https://mintcdn.com/rhinestone/pjVG1hhcOGPiii-B/images/cards/modular_smart_accounts.png?fit=max&auto=format&n=pjVG1hhcOGPiii-B&q=85&s=380115d17e486cf5c9e1a9d507427381" width="960" height="540" data-path="images/cards/modular_smart_accounts.png">
    Smart wallets inside your application, approved with a passkey
  </Card>

  <Card title="Transactions" href="/home/products/transactions" img="https://mintcdn.com/rhinestone/pjVG1hhcOGPiii-B/images/cards/omnichain_transactions.png?fit=max&auto=format&n=pjVG1hhcOGPiii-B&q=85&s=b433ca7224bed6b4fef80885f25928ce" width="960" height="540" data-path="images/cards/omnichain_transactions.png">
    Payments, swaps, and contract calls funded from any supported chain
  </Card>

  <Card title="Deposits" href="/home/products/deposits" img="https://mintcdn.com/rhinestone/pjVG1hhcOGPiii-B/images/cards/quickstart.png?fit=max&auto=format&n=pjVG1hhcOGPiii-B&q=85&s=a52276539bae609ecff332b78ed6ac9c" width="960" height="540" data-path="images/cards/quickstart.png">
    Funding from wallets, exchanges, and on-ramps, settled where you need it
  </Card>

  <Card title="Fiat integrations" href="/home/products/fiat" img="https://mintcdn.com/rhinestone/pjVG1hhcOGPiii-B/images/cards/intents.png?fit=max&auto=format&n=pjVG1hhcOGPiii-B&q=85&s=844505c458ff999592c5478476489967" width="960" height="540" data-path="images/cards/intents.png">
    Bank accounts and cards on the same stablecoin balance
  </Card>
</div>

## Understand the concepts

<CardGroup cols={2}>
  <Card title="Intents" icon="route" href="/home/concepts/intents">
    How funding and execution become one authorized operation
  </Card>

  <Card title="Smart accounts" icon="wallet" href="/home/concepts/smart-accounts">
    How programmable accounts hold assets and enforce authorization
  </Card>

  <Card title="Passkeys" icon="fingerprint" href="/home/concepts/passkeys">
    How users authorize an account without a password or seed phrase
  </Card>

  <Card title="Session keys" icon="key" href="/home/concepts/session-keys">
    How applications act on a user's behalf within set limits
  </Card>
</CardGroup>

## Start building

<CardGroup cols={2}>
  <Card title="Embedded wallets quickstart" icon="rocket" href="/wallets/embedded-wallets/quickstart">
    Add a passkey wallet to your application
  </Card>

  <Card title="Transactions" icon="arrow-left-right" href="/transactions/overview">
    Move assets, trade, and call contracts across chains
  </Card>

  <Card title="Deposits" icon="arrow-down-to-line" href="/deposits/overview/overview">
    Fund accounts through the widget or the deposit API
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Endpoints for intents and deposits
  </Card>
</CardGroup>
