// whitepaper · v1.0 · 2026
lattice minus
01. the short version
lattice minus ($lttc) is a meme coin with a cryptographic entry requirement. to claim a genesis slot, you must produce a valid sphincs-minus post-quantum signature over your wallet address.
the signature is verified off-chain. the result is committed on-chain via a merkle attestation every 5 minutes. all raised ETH is locked in the contract and automatically seeds a uniswap v4 liquidity pool when genesis completes. no dev ever holds ETH or LP tokens.
02. why post-quantum
in late 2024, vitalik buterin outlined a path for ethereum's post-quantum migration centered on sphincs-minus — a stateless hash-based signature scheme whose security reduces to the collision resistance of keccak256 alone.¹
shor's algorithm breaks elliptic-curve discrete log in polynomial time. every ECDSA wallet is theoretically vulnerable. sphincs-minus has no algebraic structure for shor's to exploit. breaking a sphincs-minus signature requires breaking keccak, which would also break the EVM state trie.
lattice minus uses this not as a wallet replacement but as an access gate. to receive genesis tokens you must demonstrate you can run post-quantum software. in 2026, that's still a meaningful filter. it is also a meme.
03. how the signature works
sphincs-minus is a stateless hash-based signature scheme standardized by NIST as SLH-DSA (FIPS 205). it composes three layers: FORS (one-time sigs), HT (hyper-tree structure), and WOTS+ leaf signatures.
signatures are too large to verify on-chain economically (~7KB for shake-128s). we use a hybrid: off-chain python verification, on-chain merkle attestation batched every 5 minutes.
04. tokenomics
05. eth flow
the signer wallet posts merkle roots only. it never receives ETH. if the backend goes offline after the last root is posted, all proofs remain recoverable from on-chain event logs.
06. trust properties
07. references
lattice minus is a meme. nothing here is financial advice.
the contract does what the code says. read the code.