trust, but verify · runs in your browser

Verify the Forward Ledger.
Right here, right now.

This page downloads the canonical ledger, computes its sha256 locally in your browser (WebCrypto — nothing is sent anywhere), and compares it against the latest entry of the published append-only timeline. If we ever rewrote a past verdict, this check — and the public git history — would expose it.

computed in your browser
published timeline (latest)
ledger contents

Prefer your own terminal?

curl -s https://rex-income.vercel.app/ledger/ledger.json | shasum -a 256
curl -s https://rex-income.vercel.app/ledger/hashes.json

Each verdict in the JSON carries its Polymarket conditionId — every outcome is independently checkable on-chain. The full human-readable record lives on the Forward Ledger, losses included on the losses page.

Related: Kelly calculator · odds converter · free data API.