What Makes a Draw Provably Fair? The Technology Behind BreakAuctions
Trust is the foundation of any micro-auction platform. If participants can't verify that the draw was fair, the entire model falls apart. That's why BreakAuctions uses provably fair technology โ a system where anyone can independently verify that the called number was genuinely random and wasn't tampered with.
The Problem with Pseudo-Random Numbers
Most computer programs generate "random" numbers using algorithms called pseudo-random number generators (PRNGs). These aren't truly random โ they're deterministic sequences that start from a seed value. If someone knows the seed and the algorithm, they can predict every number in the sequence.
For a game of Solitaire, that's fine. For an auction where real money and prizes are at stake, it's completely unacceptable. A platform using a standard PRNG could, in theory, manipulate the seed to choose a specific outcome. You'd never know.
How Random.org Solves This
BreakAuctions uses Random.org, a service that generates true random numbers from atmospheric noise โ the electromagnetic signals produced by natural weather phenomena. These signals are inherently unpredictable, even by the most powerful computers on Earth.
Here's why atmospheric noise is fundamentally different from algorithms:
- No seed, no pattern. Atmospheric noise has no starting point or repeating sequence. Each sample is independent.
- Physically unpredictable. The chaotic nature of weather systems means no one โ not even Random.org โ can predict what the next number will be.
- Third-party generation. The random number comes from an independent service, not from BreakAuctions' servers. We can't influence it.
The Verification Process
Every draw on BreakAuctions is accompanied by a verification record that includes:
- The Random.org result with its unique serial number and timestamp.
- A SHA-256 hash of the participant list, published before the draw takes place. This proves the list wasn't modified after the draw.
- The draw parameters โ minimum value (1), maximum value (total spots), and number of results (1).
Anyone can take these values, visit Random.org's verification page, enter the serial number, and confirm that the number we published matches the number Random.org generated. If the hash of the participant list matches too, the draw is proven fair beyond any doubt.
Why This Matters
Provable fairness isn't a marketing buzzword for us โ it's an engineering decision. Every draw produces a permanent, auditable record. We can't retroactively change a result, and we can't select a claimant manually. The math simply doesn't allow it. Have more questions? Visit our FAQ for detailed answers about our draw process.
Want to see this in action? Check the draw details on any completed auction on our past drops page. Every result includes a link to its verification record.