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.
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.
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.
| Session | Sealed | Boards | Seal (sha256) | Chained to |
|---|---|---|---|---|
| 2026-09-04 | Sep 4, 9:12 AM ET | 9 | 945d37bd96…a2ca138e | e4d78fdbaf…8c52d5f4 |
| 2026-09-03 | Sep 3, 9:12 AM ET | 9 | e4d78fdbaf…8c52d5f4 | b6d53d0788…47f51a3f |
| 2026-09-02 | Sep 2, 9:12 AM ET | 9 | b6d53d0788…47f51a3f | 6d38aa0a14…83a958bc |
| 2026-09-01 | Sep 1, 9:12 AM ET | 9 | 6d38aa0a14…83a958bc | 81f20cfc39…31ea594f |
| 2026-08-31 | Aug 31, 9:12 AM ET | 9 | 81f20cfc39…31ea594f | fdb8f489a3…00826eed |
| 2026-08-28 | Aug 28, 9:12 AM ET | 9 | fdb8f489a3…00826eed | c74f72492b…d453f931 |
| 2026-08-27 | Aug 27, 9:12 AM ET | 9 | c74f72492b…d453f931 | 8add86fd5d…1480ba3a |
| 2026-08-26 | Aug 26, 9:12 AM ET | 9 | 8add86fd5d…1480ba3a | 651065bc59…24aaa2f8 |
| 2026-08-25 | Aug 25, 9:12 AM ET | 9 | 651065bc59…24aaa2f8 | 66939a2993…e6b0d2d6 |
| 2026-08-24 | Aug 24, 9:12 AM ET | 9 | 66939a2993…e6b0d2d6 | 9bb786b5b4…8843ffd2 |
| 2026-08-21 | Aug 21, 9:12 AM ET | 9 | 9bb786b5b4…8843ffd2 | fe54f18f38…634423b0 |
| 2026-08-20 | Aug 20, 9:12 AM ET | 9 | fe54f18f38…634423b0 | 97a44b581d…8002e5d3 |
| 2026-08-19 | Aug 19, 9:12 AM ET | 9 | 97a44b581d…8002e5d3 | 20e6273407…76901d61 |
| 2026-08-18 | Aug 18, 9:12 AM ET | 9 | 20e6273407…76901d61 | 54468eb9f6…6cbebfd4 |
| 2026-08-17 | Aug 16, 1:18 AM ET | 9 | 54468eb9f6…6cbebfd4 | genesis |
Our historical corpus covers 1,223 sessions (2021-09-27 → 2026-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.
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.