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

# Payouts & Money Movement

> Pay out users, move money between accounts, and read balances and ledgers.

Payouts is the other side of the money path: sending money out and moving it between accounts. Pay creators, run a marketplace, issue cards, and read every balance and transaction from one ledger.

## What you can build

* **Pay out users** to their connected payout method.
* **Move money** between accounts with transfers, deposits, and swaps.
* **Issue cards** and read card transactions.
* **Read the ledger**: balances, pending amounts, and financial time-series for reconciliation and reporting.

## Core objects

Payout, transfer, deposit, swap, card, ledger. Each is defined in [Core Concepts](/developer/concepts).

## Where to go next

<Columns cols={2}>
  <Card title="Send payouts" icon="money-bill-transfer" href="/developer/platforms/manual-payouts">
    Pay users from your balance.
  </Card>

  <Card title="Embed the payout portal" icon="window" href="/developer/platforms/render-payout-portal">
    Let users manage their own payout methods.
  </Card>

  <Card title="Add funds" icon="plus" href="/developer/platforms/add-funds-to-your-balance">
    Top up the balance you pay out from.
  </Card>

  <Card title="Wallet stats" icon="chart-line" href="/developer/guides/ledger-stats">
    Query financial time-series from your ledger.
  </Card>
</Columns>
