Verify a Prime ticket

Locked before kick-off. A SHA-256 fingerprint is published before the matches. After settlement, the frozen ticket is released so the fingerprint can be checked.

Record integrity verifiedSaturday, 19 September 2026The released ticket file recomputes to the fingerprint published before kick-off. Checked on this server for this page; run the same check in your own browser below.
  1. Prime is frozen before kick-off, from that morning’s already-frozen Board.
  2. A SHA-256 fingerprint of the frozen ticket is published straight away, here and on the Prime page.
  3. The fingerprint chains to the previous Prime day: changing an old ticket would change every fingerprint after it.
  4. Prime also records the fingerprint of the Board it came from, so the ticket can be traced to its source.
  5. After settlement the complete frozen ticket is released as a file, every selection included, win or lose.
  6. Anyone can recompute the fingerprint from that file and compare it with the one published before the matches.

Saturday, 19 September 2026

Frozen at
06:04 UTC (2026-09-19T06:04:27.506Z)
Fingerprint
8af7689aecd99001eb273a678d6f702d9158e9ffe6716b0c32f3f3bdf6f1cded
Previous fingerprint
6867a496d2b3b21eca6d70735b8dd33b6eed4aca9d5625c0ca59c32198cddc49
Source Board
75edb874293f091c10ee7ecb9176b3c1db9f4da1c435bb694ddf4c317ba65914
Canonical version
1
Tickets
Prime 3: ticket, priced, lost
Prime 4: ticket, priced, lost
Frozen ticket file
released: every ticket on this day has settled
Download the frozen ticket

2026-09-18 · 2026-09-20

Check it yourself, offline

The fingerprint is sha256(prev_hash + "\n" + canonical_json), where the canonical JSON is the ticket definition (selections, probabilities, prices, the source Board fingerprint) with sorted keys and no whitespace. Results are not in it, so settling a ticket cannot change it. A standalone script with no dependencies does the arithmetic:

python verify_prime.py prime-2026-09-19.json --expect 8af7689aecd9 --prev prime-2026-09-18.json
Download verify_prime.py · Download prime-2026-09-19.json · Download prime-2026-09-18.json · Fingerprint as JSON

What this does and does not prove