Quantum computers can’t break Bitcoin today. But a team at East Texas A&M University isn’t waiting around to find out what happens when they can.
Researchers from the university’s RELLIS Campus published PQLN, short for Post-Quantum Lightning Network, on September 12, 2026. It’s the first working implementation that bolts quantum-resistant cryptography onto Bitcoin’s primary layer-2 scaling network, and the full codebase, nearly 11,000 lines added to a fork of rust-lightning, is already live on GitHub.
What PQLN actually does
The Lightning Network lets Bitcoin users transact off-chain, meaning they can send payments back and forth without waiting for every single one to settle on the base blockchain. That speed comes with a tradeoff: Lightning relies on the same elliptic curve cryptography (specifically secp256k1) that secures Bitcoin itself. If a sufficiently powerful quantum computer ever cracks that math, both layers would be exposed.
PQLN doesn’t rip out the existing cryptography. Instead, it layers lattice-based algorithms on top of it. The two lattice-based tools in the kit are ML-DSA for digital signatures and ML-KEM for key exchange. Both are drawn from the family of algorithms that the US National Institute of Standards and Technology has been standardizing for exactly this scenario.
The implementation covers five critical areas of Lightning operations: gossip (how nodes share network information), peer transport, invoices, payment onions (the routing privacy layer), and offers through the BOLT specification framework. Co-author Ahmet Kurt and his colleagues designed the system so that upgraded nodes can still communicate with legacy nodes.
Performance: surprisingly not terrible
PQLN’s benchmarks suggest the damage is manageable. The added cryptographic operations clock in at 0.33 milliseconds or less per operation.
The bandwidth story is more nuanced. Gossip downloads balloon by roughly 10x under PQLN’s default ML-DSA settings. But the researchers tested an alternative signature scheme called Falcon that compresses the overhead to about 4x.
Interoperability testing covered all 12 possible mixed-node scenarios, pairing upgraded and legacy nodes in every combination. The result: zero stuck payments across every configuration.
What it doesn’t protect
There’s an important caveat baked into the design. PQLN secures the communication and routing layers of Lightning, but it does not protect actual channel funds or any on-chain Bitcoin elements. The reason is straightforward: changing how Bitcoin’s base layer handles cryptography requires a consensus upgrade, meaning the entire network of miners and node operators would need to agree on new rules.
Why the timing matters
Discussions about PQLN appeared on Delving Bitcoin and BitcoinTalk within days of the arXiv publication. The open-source release, complete with a modified sample node, lowers the barrier for other Lightning implementations to study and potentially adopt the approach.
Disclosure: This article was edited by Editorial Team. For more information on how we create and review content, see our Editorial Policy.

1 hour ago
4







English (US) ·