Skip to content
Blockchain

Why does my randomness beacon assume no one has built a faster machine?

80

Möglichkeit

Randomness beacons used for validator selection, NFT minting, and DeFi parameter sampling rely on verifiable delay functions whose security guarantee rests on an assumption about how long sequential computation takes. If a well-funded adversary builds custom ASIC hardware that evaluates the VDF faster than the honest deadline, they can compute the beacon output in advance and bias any protocol that consumes it. A paper accepted to ACM CCS 2026 formalised this as an economic attack with a rational optimal-stopping structure and showed that several deployed parameterisations fall below the threshold needed to deter a hardware-equipped attacker during high-reward events like MEV spikes. No deployed beacon today publishes a hardware threat model or adjusts its delay parameter against observed ASIC progress.

Warum es wichtig ist

Randomness is a foundational input to committee elections and on-chain lotteries, and a manipulable beacon silently degrades the security of every downstream protocol that depends on it without any visible on-chain signal.

Wie ich die Chance bewerte

Der Opportunity Score ist meine persönliche Einschätzung, keine Messung: wie stark es schmerzt, wie oft es auftritt und wie wenig heute existiert, um es zu lösen. Ein höherer Wert bedeutet, dass ich es für lohnender halte, es umzusetzen.

Schweregrad8/10

Wie viel Schmerz es verursacht, wenn es auftritt.

Häufigkeit6/10

Wie oft Menschen tatsächlich darauf stoßen.

Whitespace9/10

Wie wenig gute Werkzeuge dafür heute existieren.

Weitere lösungswürdige Probleme