An established old blockchain has launched an experimental network specifically for testing post-quantum cryptography schemes designed to resist quantum attacks.

This network is being jointly pushed forward by multiple development teams. The goal is to let validators, researchers, and developers evaluate early implementations of post-quantum cryptography in an environment that closely resembles the real one— including possible replacements in the signature and consensus components, as well as the specific orders of magnitude of performance overhead.

Making the testing a standalone network is meant to control risk. Cryptographic upgrades involve signature formats, address schemes, and wallet compatibility. Running experiments directly on the mainnet would introduce uncertainty into everyday transactions. A separate environment allows the cost to be quantified first, and then a decision can be made on whether to advance to a formal proposal.

The real difficulty lies in compatibility. Changing the signature algorithm means old address formats and toolchains must be migrated. Users’ assets won’t disappear, but the way they access them will change. Historically, migrations of this kind often take years and require extensive wallet support—not something that can be completed with a single code submission.

For the industry, the value of experiments like this is that they expose problems early. The timeline for quantum threats is still uncertain, but the preparation period for migration is long. Breaking down engineering issues and solving them upfront is far more reliable than scrambling to respond at some future point— and it’s also a lower-cost approach. Engineering teams typically prioritize work in this order.

The hardest part of a cryptography upgrade isn’t the algorithm—it’s the migration.

#抗量子 #公链