O R A C L E
verifiable receipts
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:
  1. Every prediction we log carries the mint, the predicted probability, and a timestamp.
  2. Once an hour, we compute a SHA-256 Merkle tree over every prediction made in that hour and store the root hash.
  3. The root depends on every leaf — change any prediction, the root changes.
  4. 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.
Why it's undeniable: we don't sign the roots ourselves — they're append-only and timestamped by the order they appear here. Once you snapshot this page, any later modification is detectable. Optional: we'll publish the daily root to Solana memo or X for an independent timestamp anchor (coming soon).

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