The Ledger · public

Sealed before the open.

Anyone can say their calls came first. This page is how we prove ours did. Every morning before the market opens, the day's boards are reduced to a SHA-256 fingerprint and written here — and each day's seal contains the previous day's hash, so the whole history is a chain: change any day after the fact and every day that follows stops matching. The Sunday watchlist gets the same treatment — committed by hash before its week begins, content private until the week is over.

Nothing on this page is a performance claim. It is arithmetic: the receipts existed before the outcomes did, and you can check that yourself — instructions at the bottom.

The weekly watchlist · commit & reveal

Four cards are picked each Sunday and sealed before Monday's open. When a week is revealed, the published bytes re-hash to the value that was public all along.

Week of 2026-08-31
sealed Aug 30, 2:02 PM ET — before the week traded
0e351eb234…a6415708
Sealed · reveal after the week
Week of 2026-08-24
sealed Aug 23, 1:55 PM ET — before the week traded
886c3bbf2c…8d62e6d3
Sealed · reveal after the week
Week of 2026-08-17
sealed Aug 16, 5:25 PM ET — before the week traded
a3fd7ace3d…53e949fc
Sealed · reveal after the week
The daily chain · every session, linked

Each row is one session's boards, hashed at ~9:12 AM ET. The prev value inside each seal is the hash of the session before it — the link that makes the history tamper-evident.

SessionSealedBoardsSeal (sha256)Chained to
2026-09-04Sep 4, 9:12 AM ET9945d37bd96…a2ca138ee4d78fdbaf…8c52d5f4
2026-09-03Sep 3, 9:12 AM ET9e4d78fdbaf…8c52d5f4b6d53d0788…47f51a3f
2026-09-02Sep 2, 9:12 AM ET9b6d53d0788…47f51a3f6d38aa0a14…83a958bc
2026-09-01Sep 1, 9:12 AM ET96d38aa0a14…83a958bc81f20cfc39…31ea594f
2026-08-31Aug 31, 9:12 AM ET981f20cfc39…31ea594ffdb8f489a3…00826eed
2026-08-28Aug 28, 9:12 AM ET9fdb8f489a3…00826eedc74f72492b…d453f931
2026-08-27Aug 27, 9:12 AM ET9c74f72492b…d453f9318add86fd5d…1480ba3a
2026-08-26Aug 26, 9:12 AM ET98add86fd5d…1480ba3a651065bc59…24aaa2f8
2026-08-25Aug 25, 9:12 AM ET9651065bc59…24aaa2f866939a2993…e6b0d2d6
2026-08-24Aug 24, 9:12 AM ET966939a2993…e6b0d2d69bb786b5b4…8843ffd2
2026-08-21Aug 21, 9:12 AM ET99bb786b5b4…8843ffd2fe54f18f38…634423b0
2026-08-20Aug 20, 9:12 AM ET9fe54f18f38…634423b097a44b581d…8002e5d3
2026-08-19Aug 19, 9:12 AM ET997a44b581d…8002e5d320e6273407…76901d61
2026-08-18Aug 18, 9:12 AM ET920e6273407…76901d6154468eb9f6…6cbebfd4
2026-08-17Aug 16, 1:18 AM ET954468eb9f6…6cbebfd4genesis
Before the chain · stated plainly

Our historical corpus covers 1,223 sessions (2021-09-272026-08-13): 5,340 boards recorded near their session and 451,093 reconstructed later from historical chains. Neither is a seal, and we don't pretend otherwise. The sealed chain begins 2026-08-17 — everything after that date is cryptographically committed before the fact.

Verify it yourself

The ledger is a public API — no account needed:

# the full ledger — hashes, chain links, seal times
curl -s https://api.flowmonkey.net/api/public/ledger

# a revealed week's exact sealed bytes
curl -s https://api.flowmonkey.net/api/public/ledger/weekly/2026-08-17 \
  | sha256sum
# -> matches the hash that was published before that week traded

A sealed week returns 403 until it's revealed — the hash is public from day one, the content only afterward. That's the point: the commitment is loud, the picks stay quiet until the market has already judged them.