Skip to Content

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:

  1. The SplitsSnapshot is serialised to JSON
  2. A SHA-256 hash is computed
  3. The hash is submitted as an OP_RETURN transaction on Polygon
  4. 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