Every signature scheme currently running on a public blockchain depends on the hardness of the discrete logarithm problem over elliptic curves. Shor's algorithm dissolves that hardness once a quantum computer reaches sufficient qubit scale, meaning every transaction ever signed becomes retroactively vulnerable to key recovery. NEAR Protocol's 2.13 mainnet upgrade puts a NIST-approved post-quantum signature scheme into production, positioning $NEAR as one of the first blockchains to close that exposure at the protocol level.

What the NIST approval means for the stack

NIST's post-quantum standardization process was built to identify algorithms that remain hard for both classical and quantum adversaries. A NIST-approved scheme in production is a different claim than a research proposal or a testnet experiment. It means the algorithm survived a multi-year public analysis process and now sits in the critical path of NEAR's transaction validation.

The specific unit that drives the economics here is the signature verification step. Every transaction submitted to the network must pass that check before it touches state. Replacing the underlying scheme at that layer, without breaking backward compatibility, is an implementation challenge that most chains have deferred.

Dynamic resharding: capacity that adjusts to load

The 2.13 release pairs the cryptographic upgrade with dynamic resharding. NEAR's sharding design splits network state across parallel processing lanes. The dynamic variant lets the number of shards adjust automatically as demand changes, rather than requiring a governance vote or manual intervention each time capacity needs to shift.

The mechanism behind that is the protocol's ability to split or merge shards in response to observed load. Static sharding systems require operators to anticipate demand. Dynamic resharding moves that burden off the governance layer and into the protocol itself.

Where $NEAR sits after 2.13

The July 20 San Francisco announcement puts NEAR in a small group of production blockchains that have addressed quantum vulnerability with a standardized scheme rather than a roadmap commitment. The dynamic resharding addition means scaling headroom grows without manual coordination. Both changes went live on mainnet with the 2.13 upgrade.