# Commission ledger

> Track agent commission payouts per escrow — list, inspect, and update ledger entries from pending through paid.

<!-- Source: https://docs.actuallycare.com/tools/commission-ledger -->

Track agent commission payouts per escrow — list, inspect, and update ledger entries from pending through paid.
## Tools (4)
| Tool | Type | What it does |
| --- | --- | --- |
| [`commission_ledger_create`](/tools/commission-ledger/commission_ledger_create) | Creates data | Record a commission ledger entry — the payment-tracking record for a deal commission (status, projected/actual payout dates, check number). |
| [`commission_ledger_list`](/tools/commission-ledger/commission_ledger_list) | Read-only | List commission ledger entries visible to the caller, newest first. |
| [`commission_ledger_get`](/tools/commission-ledger/commission_ledger_get) | Read-only | Get the full details of a single commission ledger entry by its ID — amounts, splits, status, payout dates, and the linked escrow. |
| [`commission_ledger_update`](/tools/commission-ledger/commission_ledger_update) | Updates data | Update mutable fields of a commission ledger entry — typically advancing status (pending → processing → paid), recording the actual payout date / check number, or correcting amounts. |
