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

# Developer guides for onboarding and money movement

> Step-by-step guides for the most common Uphold integrations: user onboarding, plus bank, card, and crypto deposits and withdrawals via API or Widget.

The guides in this section walk through the full lifecycle of the most common integration scenarios — from bringing new users onto the platform to moving funds across crypto networks, banks, and cards.

## User onboarding

<CardGroup cols={2}>
  <Card title="Individuals" icon="user" href="/developer-guides/user-onboarding/individual/overview">
    Bring retail users onto the platform — verified, compliant, and ready to transact.
  </Card>

  <Card title={ <>Businesses <Badge color="green" size="xs">Coming soon</Badge></> } icon="briefcase" href="/developer-guides/user-onboarding/business/overview">
    Onboard business clients with the KYB and compliance workflows they need.
  </Card>
</CardGroup>

## Money movement

<CardGroup cols={3}>
  <Card title="Bank transfers" icon="building-columns" href="/developer-guides/bank-transfers/overview">
    Connect to local banking rails across the UK, EU, and US.
  </Card>

  <Card title="Card transfers" icon="credit-card" href="/developer-guides/card-transfers/overview">
    Let users fund and cash out instantly with the card already in their wallet.
  </Card>

  <Card title="Buy and Sell" icon="arrow-up-arrow-down" href="/developer-guides/buy-and-sell/overview">
    Let users buy crypto with fiat, and sell crypto for fiat.
  </Card>

  <Card title="Crypto transfers" icon="coins" href="/developer-guides/crypto-transfers/overview">
    Power native crypto on/off-ramp experiences across 50+ blockchain networks.
  </Card>

  <Card title="Trade & Send" icon="arrow-right-arrow-left" href="/developer-guides/trade-and-send/overview">
    Trade assets between accounts or send funds between users — both via the quote → commit flow.
  </Card>

  <Card title="Statements" icon="file-lines" href="/developer-guides/statements/overview">
    Retrieve monthly portfolio snapshots and transaction history, and generate compliance reports for your users.

    * [Fetching the data](/developer-guides/statements/fetching-data)
    * [Preparing data](/developer-guides/statements/preparing-data)
    * [Generating the report](/developer-guides/statements/generating-report)
  </Card>
</CardGroup>
