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

# Onboard for Business

<div className="px-4 pt-20 pb-12 lg:pt-28 max-w-3xl mx-auto text-center">
  <img src="https://mintcdn.com/onboard-business-api/HDH9a6Pjug4DJUP-/logo/new-logo.svg?fit=max&auto=format&n=HDH9a6Pjug4DJUP-&q=85&s=d1c85d5b9605abcc9058bc7186e16415" alt="Onboard Business" className="h-8 mx-auto mb-8" width="156" height="24" data-path="logo/new-logo.svg" />

  <h1 className="text-4xl font-semibold text-gray-900 dark:text-zinc-50 tracking-tight">
    Move money without borders
  </h1>

  <p className="mt-4 text-lg text-gray-500 dark:text-zinc-400 max-w-xl mx-auto">
    Onboard for Business gives you the tools you need to automate your
    business payment needs, with support for stablecoins and cash money. With
    our APIs you can move money across stablecoin and traditional banking
    rails, create your own stablecoin-powered banking solution, receive
    payments in cash and stablecoins, and make payouts — all from one
    platform.
  </p>
</div>

<div className="max-w-5xl mx-auto px-6 pb-16">
  <CardGroup cols={2}>
    <Card title="Getting Started" icon="rocket" href="/guides/getting-started/overview">
      Learn about Onboard Business accounts and how to get set up.
    </Card>

    <Card title="Guides" icon="book-open" href="/guides/api-concepts/api-credentials">
      Step-by-step guides for authentication, webhooks, and every product.
    </Card>

    <Card title="API Reference" icon="code" href="/api-reference/authentication">
      Full reference for every supported API endpoint.
    </Card>

    <Card title="Explore Use Cases" icon="lightbulb" href="/guides/use-cases/stablecoin-account">
      See how fintechs use Onboard to build stablecoin accounts, cross-border
      payments, and more.
    </Card>
  </CardGroup>
</div>

<div className="max-w-5xl mx-auto px-6 pb-24">
  <h2 className="text-2xl font-semibold text-gray-900 dark:text-zinc-50 tracking-tight mb-6">
    What you can build
  </h2>

  <CardGroup cols={3}>
    <Card title="Virtual Accounts" icon="wallet" href="/guides/product-features/virtual-account/introduction">
      Stablecoin-backed USD accounts with a sub-account system for your customers.
    </Card>

    <Card title="Cash Deposits" icon="arrow-down-to-line" href="/guides/product-features/cash-deposits/introduction">
      Collect local currency and receive it in your account, converted to USD stablecoin.
    </Card>

    <Card title="Cash Payouts" icon="arrow-up-from-line" href="/guides/product-features/cash-payouts/introduction">
      Send fiat payouts to bank accounts and mobile wallets across supported currencies.
    </Card>

    <Card title="Offramp Accounts" icon="landmark" href="/guides/product-features/offramp-accounts/introduction">
      Generate stablecoin deposit addresses that auto-convert and settle to a bank account.
    </Card>

    <Card title="Crypto Transfers" icon="link" href="/guides/product-features/stablecoin/deposits">
      Send and receive stablecoins across supported EVM chains, Solana, and Tron.
    </Card>

    <Card title="Beneficiaries" icon="users" href="/guides/product-features/cash-payouts/beneficiaries">
      Manage fiat and crypto beneficiaries for repeatable payouts.
    </Card>
  </CardGroup>
</div>
