⬡ Lattica (LTA)Post-quantum cryptocurrency. No premine. No ICO. Written from scratch.Website ·
GitHub ·
Explorer ·
Telegram ·
Discord
What is Lattica?Lattica is what Bitcoin would look like if designed today against quantum computers.
Same architecture — UTXO, Script, full-node validation, HD wallet, 21M cap, halving schedule. Different cryptography — every classical primitive replaced with NIST post-quantum standards. Not a fork. 232,000 lines of C++, built from the ground up by a solo developer.
Quantum computers running Shor's algorithm will break ECDSA. Every BTC sitting in a reused address or pending in mempool becomes vulnerable. Lattica removes that entire attack surface from genesis block zero.
Cryptography| Component | Bitcoin | Lattica |
| Signatures | ECDSA / Schnorr (broken by Shor) | ML-DSA-44 (FIPS 204) |
| P2P encryption | secp256k1 ECDH (broken by Shor) | ML-KEM-768 (FIPS 203) |
| Proof-of-Work | SHA-256d | SHA3-256d (Keccak, FIPS 202) |
| Address format | bech32 (bc1) | bech32 (lta1) |
Every NIST standard finalized 2024. No experimental cryptography. No "we'll add it later."
Mainnet StatusMainnet launched July 2026. Current stats:
- Block height: 12,400+
- Network hashrate: 400+ GH/s
- Nodes: 70+ across 30+ countries
- Mining pools: 3 independent (community-operated)
- GPU miners: CUDA + OpenCL (AMD/NVIDIA/Intel)
- Mobile wallet: Flutter, full validating node, syncs in under 1 minute
- Mined supply: 620,000+ LTA
No marketing budget. Every node, pool, and miner joined organically.
SpecificationsTicker: LTA
Algorithm: SHA3-256d (GPU, OpenCL)
Signatures: ML-DSA-44 (FIPS 204)
P2P encryption: ML-KEM-768 (FIPS 203)
Block time: 10 minutes (2016-block retarget)
Block reward: 50 LTA, halving every 210,000 blocks
Max supply: 21,000,000 LTA
Address format: bech32 (lta1...)
Premine: none
Genesis: 3 January 2026
Why SHA3-256d instead of SHA-256d?SHA-256 has known differential attacks up to 31 of 64 rounds. SHA3-256 (Keccak) has no equivalent cryptanalytic progress — fundamentally different sponge construction. For a chain that aims to survive decades, the margin matters.
DownloadsLatest release on GitHub:
lattica-core/lattica/releasesEvery release ships: GUI wallet (lattica-qt), node daemon (latticad), CLI tools, and GPU miner (lattica-miner). Linux and Windows. Verify against SHA256SUMS.
Quick Start# Start a full node
./latticad -daemon
# Mine with your GPU
./lattica-miner --rpcuser=USER --rpcpassword=PASS
# Or connect to a community pool
# See Discord #mining for pool addresses
DNS seeds: seed.lattica.org / seed.lattica.uk / seed.lattica.us
What's Next- Exchange listing in progress
- ResonanceNet — decentralized AI training protocol
- Continued network growth and tooling
Fair Launch CommitmentNo premine. No ICO. No dev allocation. No masternodes. No VC. Genesis output is provably unspendable (OP_RETURN). The developer mines on the same terms as everyone else. Code is MIT licensed.
Built by a solo developer in South Korea. Post-quantum from genesis. Bring a GPU.