Post-Mythos Crypto

Vulnerability discovery is getting cheap. Blockchain coordination isn't getting faster.

June 2, 2026

Cryptocurrencies need a plan for a post-Mythos world.

Blockchains likely contain latent critical bugs, and AI systems are rapidly improving at finding them. At the same time, public blockchain infrastructure is unusually difficult to patch quickly or quietly.

Several recent evaluations from the UK AI Security Institute (AISI) on Anthropic’s latest model Mythos Mythos is used here as shorthand for the first generation of frontier models that cross the threshold of reliable, autonomous, multi-step cyber capability. are showing AI systems are becoming substantially more effective at cyber capabilities: vulnerability discovery, exploit reasoning, patch analysis, and multi-step offensive workflows. To date, no major blockchain team has announced access to Mythos-like models. Please update the authors if you are aware of any.

Cryptocurrency teams are often international teams with no presence in the US, which might be incompatible with the current policies of some frontier labs.

Just as post-quantum safety demands a years-long, coordinated transition to new algorithms now, while we still can, we should address post-Mythos safety with the same urgency.

The thesis from this memo in short:

The call to action for this memo is:

Three periods after Mythos

In a pre-Mythos world, bugs are found by torchlight (expert security teams searching one at a time); in a post-Mythos world, they are found by radar (AI sweeping the whole surface at once).

Pre-Mythos Bugs found by hand Who finds bugsA small set of expert researchers; expensive audits. Why it holdsDeep bugs are scarce because the skill to find them is scarce. stable by scarcity
Grace period Defenders get Mythos first Who finds bugsVetted teams with gated access to Mythos-class AI fix most reachable bugs. Why it holdsCapability still lives behind a few labs that can deny it to bad actors. low — if access stays gated
Unstable period Everyone has Mythos Who finds bugsEveryone — including attackers. Frontier access broadens or open models catch up. Why it's riskyLatent bugs get found at scale; race between fix and exploit. high
Stable period Bug-free world Who finds bugsMythos-class tooling has already found and fixed what it can find cheaply. Why it holdsFormally secure software and secure upgrades. stable by saturation
we are here
nowlater
The transition to a post-Mythos world. The phases are defined by who can use Mythos-class cyber capability. We are early in the grace period.

Pre-Mythos is the world we used to live in. Finding a deep vulnerability in a mature system required a specialist with deep context — compiler behaviour, consensus internals, a specific cryptographic implementation. Very few people had that skill, audits were expensive, and that scarcity was, in effect, a security control. Bug density stayed bounded because the labour to exhaust it did not exist.

The grace period is where we are now. Mythos-class capability exists, but it is gated: it lives behind a small number of frontier labs that can choose who uses it and refuse misuse. In this window, defenders can get there first. For example: A protocol team with access can turn AI loose on its own consensus client, its proving system, its wallet stack — and fix most of what is cheaply findable before any attacker can run the same search. The grace period is precisely the interval during which access to Mythos-class capability can still be denied to bad actors. It is a temporary, expiring asset, and it is the central concept of this memo. Not having access to such capabilities in this phase will leave us unprepared for the next phase.

The unstable period begins when frontier access broadens enough, or open-weight models catch up enough, that anyone can run Mythos-class analysis. Now every latent bug in widely deployed software is in play simultaneously. This is the dangerous period, and it is not clear it will be survivable without severe exploited incidents. Two concerns dominate:

The stable period is the post-Mythos equilibrium worth aiming for: a world where essentially every bug findable at reasonable cost by Mythos-class tooling has already been found and fixed, and where we have working answers to formally secure software and secure software upgrades. It is the analogue of a fully PQC-migrated internet. We do not get there by default; we get there by doing the work during the grace period.

What is actually at risk

It is worth being concrete about where in the stack the high-severity bugs live. These are the components where a single vulnerability is both hard to find by hand today and catastrophic if found by an adversary tomorrow:

These are shared layers that large parts of the ecosystem depend on at once, and a low-level flaw propagates upward into every application that inherited its assumptions.

The secure-software-upgrade problem

Traditional software has an escape hatch that blockchains lack: it can patch quietly and fast. Vendors push automatic updates to millions of users, often before anyone notices; staged disclosure works because patch distribution outruns patch analysis.

Public blockchains invert both properties. Upgrades are slow — they may require coordination across validators, node operators, exchanges, RPC providers, wallets, bridges, and governance participants — and they are transparent, visible in public repositories and on-chain before they take effect. Historically that was tolerable, because only a handful of researchers could infer a vulnerability from a patch diff fast enough to matter. Mythos-class patch analysis destroys that assumption. The defender’s own fix becomes the attacker’s specification.

This is the crypto-specific crux, and it has no clean solution yet. We need upgrade mechanisms that are fast (propagate before the window closes), low-leakage (do not telegraph the vulnerability they fix), and coordinatable across decentralized, adversarial participants. That is a genuine, multi-year research-and-engineering migration — the direct analogue of rolling out post-quantum cryptography. It should start now.

Call to action

The grace period is a scarce resource that is being spent whether or not we use it well. Concretely:

  1. Treat the grace period as expiring, and plan against its end. Decide now what your protocol does in the unstable period, before access broadens and the choice is made for you.
  2. Get defenders Mythos access now. Frontier labs and policymakers should prioritize and fund vetted, gated access to Mythos-class cyber capability for protocol security teams — the people defending the highest-value shared infrastructure should be among the first, not the last, to wield it. This is the single highest-leverage action available during the grace period.
  3. Build bug-finding and reporting protocols for an AI world. Continuous AI-driven auditing of the components above; disclosure pipelines designed for the reality that any published patch will be analyzed by Mythos-class tooling within hours.
  4. Solve secure software upgrades. Fund the fast, low-leakage, coordinated upgrade mechanisms described above as a first-class research priority for the ecosystem.

None of this assumes cryptocurrency is doomed, however the trajectory is real and the grace period is short. Post-quantum cryptography is a decade of coordinated work done ahead of the threat. Post-Mythos crypto deserves the same seriousness, starting from the window we are in right now.

A stable post-Mythos world is possible: one where most bugs findable at reasonable cost by AI have already been found, fixed, or made unexploitable; and where software upgrades are themselves secure under adversarial scrutiny.

Get in touch

If you work on disclosure, upgrade mechanisms, or AI cyber-capability evaluations for blockchain ecosystems — or you want gated Mythos-class access for a protocol security team — reach out. DM @iamnotnicola on X.

Acknowledgements

This was written by Nicola Greco with support of AI.

Thanks for conversations to Alex Obadia, Jesse Walden, and Marco De Rossi.