The receipts
We can't backdate. Here's the proof.
Every prediction we make is hash-locked into an hourly Merkle root before the outcome is known. The roots are public. Anyone can snapshot this page right now — if a past root ever changes, we rewrote history.
Hourly commits
…
cryptographic snapshots of all predictions
Predictions hashed
…
across the entire ledger
How this works:
- Every prediction we log carries the mint, the predicted probability, and a timestamp.
- Once an hour, we compute a SHA-256 Merkle tree over every prediction made in that hour and store the root hash.
- The root depends on every leaf — change any prediction, the root changes.
- Future-you (or anyone) can pull a single prediction's Merkle proof via the API and verify locally that it was included in its hour's root, exactly as committed.
Verify a single prediction
Paste a prediction_id from /api/predictions/by_mint/{mint} to fetch its Merkle proof.
Prediction proof lookup
Recent hourly commits
The last 50 hours of merkle roots. Each row covers one hour of predictions. Snapshot this page now — if any root below ever changes, we lied.
| Hour (UTC) | Merkle root | Predictions | Range |
|---|---|---|---|
| loading… | |||
raw JSON: /api/ledger/commits · accuracy receipts · NFA · DYOR