PROVABLY FAIR VERIFIER

CRYPTOGRAPHIC INTEGRITY

WinDaq outcomes are predetermined by mathematical cryptography (HMAC-SHA256) before rounds start. Neither the platform nor players can manipulate the result during flight.

HOW TO VERIFY INDEPENDENTLY

You can verify any round independently using standard third-party tools (like CyberChef or Node.js):

  1. Take the revealed Server Seed and Client Seed.
  2. Compute HMAC-SHA256 with key = Server Seed, message = ClientSeed:Nonce.
  3. Extract the first 52 bits and apply formula: 100 / (100 - X).