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

# Payment orchestration

> Sweeps, payouts, and custodial sends with policy-governed Company Wallets.

Use Company Wallets when your backend must move funds at scale without exposing keys.

## Pattern

1. Hot wallet (or per-rail wallets) in a parent org
2. API-only `sweeper` / `payout` users with allowlist policies
3. Custodial `ethSendTransaction` / `solSendTransaction` / `tronSendTransaction`
4. Webhooks on send-transaction status for reconciliation
5. Optional Enterprise `sponsor: true` for gasless end-user or ops UX

## Controls

* Recipient allowlists and value caps in CEL
* Consensus for payouts above a threshold
* Separate tags for initiate vs approve

## Related

* [Quickstart](/company-wallets/quickstart)
* [Policy templates](/company-wallets/policy-templates)
* [Transaction management](/concepts/transaction-management)
