AleatoricFC — Proof of Bets
Every bet is cryptographically locked before kick-off and published here.
This page verifies the signatures live, in your browser, and computes the record
from that verified data. Nothing to install.
My Claim
Computing from verified data…
The Proof
The claim is computed, not asserted. The ROI above isn't a number I type in —
the page derives it from my signed bets (stake & price, locked before kick-off)
and the published settlement of each bet (won or lost — which you can confirm against
the public match result). Win → stake × (price − 1), loss → − stake,
ROI = total profit ÷ total staked. Anyone can recompute it from the files below.
What the signatures prove. Each day the full bet list is hashed and signed the
moment it's placed, and the signature is posted before any match starts. The next day the
full bets are revealed; they must hash to what was signed. Results are published as they
settle — a separate signed layer, never mixed into the commitment.
The chain. Every day links to the previous one; a single head hash covers the whole
history. Prefer to check from scratch? Clone the
repository and run python verify.py.