Transparency First
Provably Fair System
Our system is built on blockchain-grade transparency. Every draw uses a combination of server-side and public seeds to ensure the results are mathematically random and verifiable by anyone.
How to verify
1
Server seed is generated and its SHA-256 hash published BEFORE the draw.
2
Public seed revealed (e.g. BTC Block Hash) for external entropy.
3
Generate HMAC-SHA256 signature: hmac(server_seed, public_seed).
4
First 8 chars of hex hash provide the random number.
