Skip to content
@FinalLayerBlockchain

Final Layer Blockchain

NEAR Protocol fork with NIST post-quantum cryptography. Removes Ed25519 and secp256k1, adds FN-DSA, ML-DSA, and SLH-DSA.

Final Layer Blockchain

Final Layer is a fork of NEAR Protocol with post-quantum cryptography built in from the ground up. Ed25519 and secp256k1 are removed and replaced with three NIST-standardized schemes: FN-DSA (Falcon-512, FIPS 206), ML-DSA (Dilithium3, FIPS 204), and SLH-DSA (SPHINCS+-128, FIPS 205).

Why post-quantum?

Elliptic curve cryptography is broken by Shor's algorithm on a sufficiently powerful quantum computer. NIST finalized its first post-quantum signature standards in 2024. Most blockchains haven't acted on this yet. Final Layer does.

Algorithms

Algorithm Standard Family Sig size Gas
FN-DSA (Falcon-512) FIPS 206 Lattice 666 bytes 1.4 TGas
ML-DSA (Dilithium3) FIPS 204 Lattice 3309 bytes 3.0 TGas
SLH-DSA (SPHINCS+-128) FIPS 205 Hash-based ~8000 bytes 8.0 TGas

Repositories

final-layer has the staking contract, architecture docs, gas benchmark results, and upgrade guides.

nearcore-pq has the full node source — 2800+ files, all PQC changes applied, protocol v1005.

nearcore is an unmodified fork of NEAR Protocol kept as a reference base.

Network

Chain ID final-layer-mainnet, protocol v1005, 9 shards, ~1 second blocks, native token FLC.

Popular repositories Loading

  1. final-layer-staking final-layer-staking Public

    Staking pool contract, docs, and benchmarks for Final Layer — a quantum-resistant proof-of-stake blockchain.

    Rust 1

  2. .github .github Public

    Final Layer organization profile

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…