Ledger™
Ledger™ anchors every closed deal’s commission receipt to the Polygon blockchain, creating a tamper-proof audit trail accessible to agents, brokers, and regulators.
How It Works
When a deal closes:
- The
SplitsSnapshotis serialised to JSON - A SHA-256 hash is computed
- The hash is submitted as an
OP_RETURNtransaction on Polygon - The transaction hash (
tx_hash) is stored on the deal record
Agents view their receipts at /dashboard/ledger.
Public Transparency
Each brokerage has a public audit page at /brokerage/[id]/transparency. Anyone can verify:
- Total deals closed per period
- Commission distribution (anonymised per agent)
- On-chain transaction hashes
API
GET /api/dashboard/ledger
Authorization: Bearer <jwt>Returns paginated list of commission receipts with tx_hash, amount, stage, closed_at.
GET /api/dashboard/ledger/[deal_id]
Authorization: Bearer <jwt>Returns single receipt with full SplitsSnapshot and Polygon explorer link.
Last updated on