Quantum Random Number Generator
QRNG IS A METHOD OF RANDOM NUMBER GENERATION BASED ON QUANTUM PHENOMENA
Last updated
QRNG IS A METHOD OF RANDOM NUMBER GENERATION BASED ON QUANTUM PHENOMENA
Last updated
Most random number generators aren't truly random; they might follow patterns, and can be biased or repeat at some point resulting in bad entropy. This can introduce a security flaw that can potentially be exploited. QRNG, on the other hand, is truly random and non-deterministic. API3 QRNG utilizes the quantum random number generator developed by the Australian National University, leveraging the quantum properties of particles to make predicting the next number in the sequence impossible.
See the generator live in action:
We are utilizing the Airnode nodes provided by the API3 QRNG service. Each time users mint a new ticket, our QRNG contract requests a quantum random number. Afterward, the sponsor wallet we use awaits the Airnode's response, which includes the quantum random number, to reveal the NFTs associated with that request.
We do not have access to the sponsor wallet other than sending ETH for gas. And it is accessible only to the Airnode for fulfillment and the data transmission between the provider (Australian National University), AWS, and the Airnode. And this transmission is fully encrypted to prevent any third party to interrupt the interaction.
The gas fees for the sponsor wallet will be covered by the team.
The API3 QRNG service is hosted by the Australian National University and Quintessence Labs on AWS.