How our draws stay provably fair
Every HitAndWin draw is server-side, seed-published, and reproducible. Here's exactly how the math works.
Trust is the entire product. If you can't verify a draw, the prize doesn't matter. This is the short version of how every HitAndWin draw is structured so it can be checked from the outside.
1. Entries are recorded as a ledger
Every entry — earned, bonus, or reversed — is appended to an immutable ledger row tied to the originating order. We never increment a counter; we sum the ledger.
2. The snapshot is hashed
At draw time the server takes a snapshot of all eligible ledger rows and computes a SHA-256 digest. That digest is stored alongside the draw record and shown publicly on the draw page.
3. The seed is published
A random seed is generated and published with the result. Combined with the snapshot digest and the total entry count, anyone can re-derive the winning ticket number.
4. The winner is the holder of that ticket
Entries are ordered deterministically and the ticket index resolves to a single user. No human intervention, no re-rolls.
You can see the seed, ticket number, and digest on every concluded draw page.