Skip to main content

CoinDesk reported this week that an AI system chewed through HAWK, one of the lattice-based signature schemes sitting in the post-quantum candidate pool, and materially weakened it in about 60 hours. Not decades of academic grind. Not a well-funded state lab. Sixty hours of machine-assisted cryptanalysis against a scheme that human researchers had been poking at without success.

Before anyone panics: HAWK is not deployed anywhere meaningful. Bitcoin does not use it. Ethereum does not use it. Your wallet is fine. But the interesting part was never HAWK. The interesting part is what the result says about the shelf life of cryptographic assumptions, and about how the crypto gaming industry is still losing a fight it has not even noticed it is in.

TL;DR

  • An AI system weakened HAWK, a post-quantum signature candidate, in roughly 60 hours of cryptanalysis. HAWK is not deployed and Bitcoin does not use it.
  • The real lesson is that the discovery timeline for cryptographic weakness is collapsing, and every system built on a cryptographic assumption now needs a shorter review cycle.
  • Crypto gaming is not even in that conversation. Most platforms still use server-side RNG, which does not require a break to fail. The operator can already change the outcome.
  • Chainlink VRF failures would be public, verifiable and loud. Server-side RNG failures are silent by design and leave no evidence a player could ever find.
  • Satoshie runs raffles and coinflips on Base with Chainlink VRF, so every outcome carries an on-chain proof and every cryptographic upgrade that lands on Ethereum flows down automatically.

Cryptographic assumptions have a shelf life, and it just got shorter

Every piece of cryptography you rely on is a bet. The bet is that a specific mathematical problem is hard, that nobody has found a clever shortcut yet, and that the shortcut will not turn up before you have migrated to something else. That bet has always been sound because the search for shortcuts was slow, human, and bottlenecked by the small number of people qualified to run it.

The HAWK result pokes at the bottleneck rather than the maths. If a machine can explore attack surfaces faster than a research group, the window between “this scheme looks fine” and “this scheme is broken” narrows. That does not make cryptography useless. It makes the review cycle shorter and the value of upgradeability much higher. Systems that can move to a new primitive survive. Systems welded to one assumption forever do not.

That is a genuine, serious problem for the industry, and the people working on Bitcoin’s quantum roadmap and Ethereum’s post-quantum research are right to be sprinting. But notice the shape of the problem. It is a problem of adversaries eventually finding a mathematical shortcut against a public, scrutinised, peer-reviewed system.

Crypto gaming loses at a much lower bar

Now look at how most crypto games decide who wins. A server generates a number. The server belongs to the operator. The operator publishes the result. You believe it.

There is no cryptographic assumption to break, because there is no cryptography doing any load-bearing work. The failure mode does not require an AI, a quantum computer, or a lattice reduction breakthrough. It requires one person with database access and a bad month. The attack cost is roughly zero and the attack has been available since the day the platform launched.

This is the part that should embarrass the sector. While the rest of crypto is arguing about whether a signature scheme survives a machine-assisted attack in 2031, gaming platforms are running billions in volume on architecture where the house can rewrite a result in 2026 with a SQL statement and nobody outside the building would ever know.

The threat model hierarchy nobody in gaming wants to draw

Rank the failure modes honestly and the picture gets uncomfortable.

Tier one, trust-based: the operator can change your outcome right now, at will, at no cost, with no trace. This is server-side RNG. This is most crypto casinos, most Telegram mini games, most token-first gaming projects with a spinning wheel bolted on.

Tier two, commit-reveal theatre: the platform publishes a hashed server seed, combines it with a client seed, and calls the result provably fair. Better than nothing. Still relies on the platform having genuinely committed to the seed in advance and not holding a second one in reserve. You cannot verify the commitment was honest, only that the arithmetic was consistent with whatever they showed you afterwards.

Tier three, cryptographic: randomness is produced off-chain by a decentralised oracle network, delivered on-chain with a cryptographic proof, and verified by the smart contract before the outcome is settled. This is Chainlink VRF. To manipulate an outcome, you need to break the underlying cryptography, and if you do that, everyone finds out, because the proof is public and the break applies to a system the whole industry is watching.

That last point is the one worth sitting with. Cryptographic systems fail loudly. HAWK’s weakness became a news story within days. Server-side RNG fails silently, permanently, and by design. A crypto game that quietly nudges the odds on high-value rounds produces no artefact, no proof, no discrepancy, nothing. There is no equivalent of the HAWK headline for a rigged raffle, because there is nothing to publish.

Why upgradeability is the real takeaway

The correct response to accelerating cryptanalysis is not to pick the strongest primitive available today and freeze it. It is to build so that the primitive can be replaced without rebuilding the trust model.

Satoshie runs on Base, an Ethereum layer 2, and uses Chainlink VRF for randomness. That is not a marketing arrangement, it is a dependency choice with consequences. Every cryptographic hardening Ethereum ships flows down to Base and therefore to us, without a migration, a token swap, or a request that anyone trust a new set of promises. The quantum resistance work, the STARK verification research, the whole post-quantum roadmap the Ethereum researchers are grinding through arrives as infrastructure. We inherit it.

Chainlink VRF sits in the same position. It is a public, audited, widely deployed system with a large surface of independent scrutiny. If it develops a weakness, the weakness will be found and published by people who do not work for us, and the fix will be adopted across every protocol that depends on it. Compare that to a platform running its own randomness. There is no independent scrutiny. There is no disclosure process. There is nobody to find the flaw, because there is nobody outside the company who can look.

Simplicity, again

We keep coming back to this because the evidence keeps arriving. Zcash spent four years with an undetected bug in its shielded pool. A whitehat rescued 2 million dollars in ETH from a nine-year-old integer overflow. Ostium lost 18 million dollars because it rolled its own oracle. Every one of those failures traces back to complexity that nobody could fully hold in their head.

A coinflip contract that takes a stake, requests a VRF word, computes randomWords[0] % 2, and pays out atomically has almost no surface for a cryptanalytic breakthrough to attack. The security assumption is narrow and explicit: verifiable randomness works, and Ethereum’s signature scheme holds. If either of those assumptions comes under pressure, it will be one of the most public events in the industry and the entire ecosystem will move together.

That is what a defensible threat model looks like. Few assumptions, all public, all shared with the biggest systems in crypto, all upgradeable through infrastructure you do not control and therefore cannot quietly compromise.

The question to actually ask

If a headline about AI-accelerated cryptanalysis makes you nervous about the crypto game you play, good instinct, wrong target. Ask the smaller question first: can you verify last night’s result at all? Not the marketing claim, not the fairness page, the actual outcome. Is there a transaction hash? A VRF request ID? A proof the contract checked before it paid anyone?

For most platforms the honest answer is no, and it will still be no in 2031, quantum computers or not. The industry is worried about a cryptographic break that has not happened while running on architecture that never needed one.

On Satoshie, every raffle draw and every coinflip settles against a Chainlink VRF proof on Base, and you can pull the request ID off BaseScan and check the arithmetic yourself. That is the standard. Everything else is a promise with better graphics.

📷 Photo by Markus Spiske on Unsplash

Valentina Ní Críonna

Author Valentina Ní Críonna

More posts by Valentina Ní Críonna