True, block hash is unpredictable - but we combine it with a server seed to avoid relying on a single source, in case one ever gets compromised.
Bets also close 5 blocks before the target, so everything's locked before the hash is known.
Thank you for taking the time to answer the questions regarding your provably fair system. However, you didn’t explain how the result is calculated. Sorry, but without disclosing the formula used to generate the result, it can't be considered a
provably fair system.
Is there any independent tool that can be used to verify the results?
Could you also let us know how many tickets can there be in a single round?
The result is generated using HMAC-SHA256 with the server seed and the Polkadot block hash. This gives a float between 0 and 1, which is used to pick the winning ticket.
You can verify any round yourself at
/verify — just enter the revealed server seed and block hash.
There’s no fixed ticket limit — tickets are based on total deposits (1 ticket per $0.001), so it scales with participation.