# Mass Payouts

Pay 150 people with one signature — one approval, one fee, one audit trail.

Paying a list of people one transfer at a time is not just slow; it multiplies every risk in the
process. Vaultody treats the list as one transaction request: one policy evaluation, one approval
trail, and on Bitcoin-family chains one on-chain transaction carrying every recipient.

## A payout run, not 150 transfers

- **Build the run** — submit recipients and amounts in one request. On UTXO chains you can pick
  the exact coins to spend (coin control) and draw inputs from several vault accounts in the same
  transaction.
- **Up to 150 recipients per UTXO transaction** — Bitcoin, Litecoin, Bitcoin Cash, Dogecoin, Dash
  and Zcash. A hard platform bound, enforced at five layers.
- **Account chains batch too** — the batch endpoint fans one sender out to many destinations as
  one managed request on six EVM chains and Solana.
- **Validated before anything signs** — addresses and amounts are checked before the signing
  ceremony starts, so a typo fails cheap rather than on-chain.

## Approve once, under policy

The run is one transaction request: it clears your policy or it does not. Approvers see the whole
batch — recipients, totals, source accounts — and confirm once on the mobile co-signer, or your
server co-signer signs it hands-off within the rules. Partial approval does not exist by design.
On UTXO chains the network fee is shared across the whole run instead of paid per person, and
payouts count toward your included volume with no separate payout fee.

## FAQ

**Is it really one transaction?**
On Bitcoin-family chains, yes — up to 150 recipients in one on-chain transaction. On account
chains the batch is one request that manages the individual sends for you.

**Can an approver remove one recipient?**
No. A run is one request; it clears policy or it does not. Edits happen before approval, which is
exactly what your auditors want.

## Related

- [Policy Engine](/features/policy-engine)
- [Gas Sponsorship](/features/gas-sponsorship)
- [Automation Workflows](/features/automation-workflows)
- [Stablecoin Payments](/solutions/stablecoin-payments)
