Draw Verification
Confirm every instant draw was fair β recomputed from its committed seed.
What is "provably-fair"?
Every instant draw is generated by a cryptographic engine (HMAC-SHA256) from a server seed (serverSeed) that is committed BEFORE the draw via its hash (serverSeedHash). After the draw the seed is revealed: anyone can recompute the result and confirm the server did not cheat. It is mathematically impossible to change the result without breaking the hash.