Trust & Audit
Provably fair draws — external randomness, pre/post-draw hashes, an independent auditor and a notary.
Every PrizeEstate draw is built to be reproducible and independently verifiable. We combine public randomness with cryptographic hashes so the result is fixed by inputs anyone can check — not by us.
How a draw runs
Freeze the campaign and entries. Once a campaign is fully funded the entry pool is locked — nothing can be added, removed or changed.
Hash the eligible entries (pre-draw). A SHA-256 hash over the ordered entry codes records the exact pool, before any randomness is drawn.
Draw external randomness. A seed is taken from an independent public source (drand / the Cloudflare Randomness Beacon) and combined with an internal commit.
Select the winner deterministically. The combined seed, reduced modulo the pool size, picks one winning entry. Given the published inputs, anyone can recompute the same result.
Hash the result (post-draw). A second SHA-256 hash over the seed and the winning entry code seals the outcome so it cannot be altered afterwards.
Certify and notarise. An audit certificate (PDF) is generated and notarised, and the draw is written to append-only audit logs.
Announce after final KYC. The winner is announced only once their identity has been fully verified.
The guarantees
Pre & post-draw hashes
Auditor & notary
Append-only logs
Verify it yourself
Each win links to its audit record.