Don’t take our word for it
Provably fair draws
Every Lodavo draw is transparent and verifiable. Winning numbers are locked in and their digital fingerprint is published before anyone chooses their numbers, and you can independently confirm they were never changed.
How it works
Winning numbers are locked
When a new weekly draw is created, seven winning numbers are randomly generated and immediately locked. A unique digital fingerprint is published before anyone can choose their numbers, and before any numbers are revealed.
Numbers are revealed daily
Starting Monday evening, one winning number is revealed each day at 8:00 PM ET through the following Sunday. The digital fingerprint remains visible the entire time, proving the numbers haven’t been changed.
Anyone can verify
After all 7 numbers have been revealed, we publish the key needed to check. You can then confirm that the digital fingerprint matches the actual winning numbers, proving they were locked in before anyone made their choices.
Verify a draw
This week's commitment is shown below, locked before any number was revealed. Every past week is recomputed right in your browser to confirm its numbers match the commitment made before them.
This week's draw
In progressSep 21 – Sep 27, 2026
4 of 7 numbers revealed
Commitment published in advance
d96807c2506af40566217050819d271c1c0ade9b8bbe9797b51c9200cc6d0602
The salt stays secret until all 7 numbers are revealed. After that, anyone can confirm these numbers match this commitment, exactly like the settled draws below.
Sep 14 – Sep 20, 2026
Checking…Sep 7 – Sep 13, 2026
Checking…Aug 31 – Sep 6, 2026
Checking…Aug 24 – Aug 30, 2026
Checking…Aug 17 – Aug 23, 2026
Checking…Aug 10 – Aug 16, 2026
Checking…Aug 3 – Aug 9, 2026
Checking…Jul 27 – Aug 2, 2026
Checking…Technical details
Commitment scheme: before any numbers are revealed, Lodavo generates a 32-byte cryptographic salt and computes: commitment_hash = SHA-256(salt || winning_combination). The commitment hash is published when the draw is created, before anyone may submit number selections and before the first number is revealed. The salt remains secret until all 7 numbers have been revealed. Once both are public, anyone can recompute the hash and confirm it matches. Random number generation uses PostgreSQL's gen_random_bytes() with rejection sampling, producing unbiased, cryptographically secure, unique numbers. It's the same cryptographic process used across the tech industry to guarantee data integrity, adapted to a weekly draw format.
Verify it yourself
Don’t trust our verification. Run it yourself. Open your browser console or any SHA-256 tool and compute: SHA-256( reveal_salt + winning_combination ). The reveal_salt is the 64-character hex string shown above. The winning_combination is the comma-separated, zero-padded numbers exactly as shown (e.g. “05,23,47,61,78,89,92”). Concatenate them directly with no separator. If the result matches the commitment hash, the numbers were locked before they were revealed.