🛡️ Provably Fair Raffle Verification

Verify the fairness and randomness of raffle results using cryptographic proofs

1. Load Raffle Data

Load the latest raffle to verify its results

How Provably Fair Works

1. Before the Raffle

A server seed is generated and its hash is published publicly. A client seed is also generated.

2. During the Raffle

Winners are selected using a deterministic algorithm based on the combination of server seed, client seed, and a nonce counter.

3. After the Raffle

The server seed is revealed, allowing anyone to verify that the published hash matches and that the winners were selected fairly.

4. Verification

Anyone can reconstruct the same random numbers using the revealed seeds and verify that the correct winners were selected.