Gelalens

Market Prices

Coin Price 24h
BTC Bitcoin
$76,430.7 -2.44%
ETH Ethereum
$2,430.5 -2.86%
SOL Solana
$99.49 -2.28%
BNB BNB Chain
$719.5 -0.28%
XRP XRP Ledger
$1.4 -0.37%
DOGE Dogecoin
$0.0819 -2.38%
ADA Cardano
$0.2025 -2.69%
AVAX Avalanche
$7.45 +0.00%
DOT Polkadot
$0.9852 -2.38%
LINK Chainlink
$11.3 -1.02%

Fear & Greed

69

Greed

Market Sentiment

Event Calendar

{{ๅนดไปฝ}}
22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

12
05
halving BCH Halving

Block reward halving event

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

28
03
unlock Arbitrum Token Unlock

92 million ARB released

18
03
unlock Sui Token Unlock

Team and early investor shares released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

Altseason Index

42

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All โ†’
1
Bitcoin
BTC
$76,430.7
1
Ethereum
ETH
$2,430.5
1
Solana
SOL
$99.49
1
BNB Chain
BNB
$719.5
1
XRP Ledger
XRP
$1.4
1
Dogecoin
DOGE
$0.0819
1
Cardano
ADA
$0.2025
1
Avalanche
AVAX
$7.45
1
Polkadot
DOT
$0.9852
1
Chainlink
LINK
$11.3

๐Ÿ‹ Whale Tracker

๐Ÿ”ด
0x351e...ffd0
3h ago
Out
2,685,591 USDT
๐Ÿ”ต
0xbed0...6d15
1h ago
Stake
4,909 BNB
๐Ÿ”ด
0x5735...176b
6h ago
Out
1,560.88 BTC

๐Ÿ’ก Smart Money

0x1cd0...6d52
Institutional Custody
+$4.4M
75%
0x574e...39e5
Experienced On-chain Trader
+$1.4M
65%
0xc2a5...2b21
Experienced On-chain Trader
+$4.6M
93%

๐Ÿงฎ Tools

All โ†’
Cryptopedia

Lattice Jolt Ships Without Zero Knowledge: Reading a16z's Post-Quantum zkVM With Audit Eyes

CryptoStack
The repository was clean. The README was not. On September 10, a16z crypto pushed an open-source release under the name Lattice Jolt: a zero-knowledge virtual machine built not on the elliptic curves that underwrite almost every production proving system in the market, but on lattice cryptography, riding a polynomial commitment scheme its authors call Akita. The framing is deliberately loud. Post-quantum. RISC-V-compatible. Co-authored with researchers from Carnegie Mellon and the University of Southern California. In a bull market those three words print headlines faster than any benchmark. My first reaction was the one I had in 2018, when I spent six months manually auditing a token distribution contract its own team had assumed was battle-tested. I opened the file nobody reads first โ€” the assumptions file. Because the single most important sentence in this entire release is an admission buried beneath the adjectives: Lattice Jolt is not yet zero-knowledge. The zkVM ships without the zk. And that admission, paradoxically, is the most honest thing I have seen a major crypto research lab publish this year. Let me lay the ground before I walk it. A zkVM executes a program and produces a cryptographic proof that the execution was correct โ€” without re-executing it, and in the strongest form, without revealing the inputs. The current production cohort โ€” RISC Zero, Succinct's SP1, and a handful of others โ€” rests on elliptic-curve primitives at the base. Their polynomial commitments, their recursion, their setups: all trace back to the same hardness assumption, discrete logarithm on an elliptic curve. That assumption is safe against classical computers. It is not safe against a sufficiently large quantum computer running Shor's algorithm. That is the context that makes Lattice Jolt legible. The cryptography community has spent a decade quietly preparing for a world where the elliptic-curve scaffold falls. NIST ran a standardization process across several rounds. Lattice-based schemes won most of the surviving slots, because lattice problems resist both classical and quantum attack better than the alternatives. Module-SIS โ€” the short integer solution problem over modules โ€” is one of the hardness assumptions that survived. Akita is a polynomial commitment scheme built on that ground. Lattice Jolt is the execution engine sitting on top of it: a RISC-V machine whose proofs are designed to remain valid in a post-quantum world. The threat model has a name that matters more than the headlines suggest: harvest now, decrypt later. An adversary does not need a quantum computer today. They need one in ten or fifteen years, and a passive recording of today's on-chain proofs and encrypted traffic. Every proof generated on an elliptic-curve system today is a candidate for retrospective forgery or decryption the moment the hardware arrives. For a trading desk, that is a slow-burning risk. For a settlement layer, it is an existential one. That asymmetry โ€” slow risk, existential consequence โ€” is exactly the kind of thing markets systematically underprice, because it does not show up as a drawdown until it shows up all at once. The honest state of the quantum timeline is contested. Estimates for a cryptographically relevant machine range from a decade to never, and the people who stake reputations on the shorter end are often the same people selling the hedge against it. I do not claim to know which estimate is right. I claim something narrower and more useful. The correct response to an uncertain, slow-moving, existential risk is not to buy the most expensive insurance available today. It is to keep the option cheap, tested, and liquid. Lattice Jolt's value is not that it is deployed. It is that it exists, it is open, and it can be reached for the day the market finally decides the risk is real. Now the technical core. Three decisions define Lattice Jolt, and each carries a cost the announcement does not price. First, the commitment scheme. Akita is not a drop-in replacement for KZG. KZG gives you constant-size proofs and fast verification, at the price of a trusted setup and elliptic-curve assumptions. FRI โ€” the transparent alternative behind STARKs โ€” gives you no trusted setup and post-quantum security, at the price of large proofs and heavy verification. Akita sits in a third position: lattice-based, transparent, post-quantum, with proof sizes and verification costs that the release itself describes as a research-stage tradeoff rather than a production-optimized point. This is where the adjectives get stripped away. Here is what that means for an operator. Proving cost โ€” not block space, not gas, not liquidity depth โ€” is the only number that matters for a zkVM in production. In 2020 I ran high-frequency arbitrage across Aave's lending market and a set of L2 testnets. We cleared roughly $150,000 over three months, and I can tell you the exact line item that ate our margin: proving and settlement latency across chains that each carried their own finality assumptions. The alpha was real. The infrastructure tax was brutal. A zkVM that improves your security assumptions but degrades your proving cost by an order of magnitude is not a product. It is a research artifact. And Lattice Jolt's own documentation admits it is the latter. Second, RISC-V. The instruction set choice is correct and unremarkable. RISC-V is the lingua franca of zkVM design โ€” open, mature toolchains, and it lets a proving system inherit years of compiler work for free. Choosing it is table stakes. Not choosing it would have been a red flag. File this under expected behavior and move on. Third, the deferred zero-knowledge property. This is the interesting one. A "zkVM" without zero knowledge is, stripped of branding, a transparent verifiable-computation engine. It can prove an execution happened and was correct. It cannot, in its current form, hide the inputs. For scalability โ€” the rollup use case, compressing a thousand transactions into one proof โ€” transparency is sufficient. Nobody needs to hide anything; the transactions are public. But for privacy โ€” the thing everyone actually means when they say "zero knowledge" โ€” the system is incomplete. The honest engineering read is that this is fine as a first release. You build proof of correct execution first, because that is the hard cryptographic lift. You add the masking layer second, because it is a wrapper. a16z said exactly this. The repository is clean. The roadmap is not pretending otherwise. This is where I want to be precise about the comparison, because the industry will inevitably reach for a leaderboard. Comparing Lattice Jolt to SP1 or RISC Zero is not apples to apples. Those systems optimize one axis: proving throughput and cost per cycle, on elliptic-curve assumptions that will eventually need re-engineering. Lattice Jolt optimizes a different axis: cryptographic survivability, at the price of current performance. Neither axis is universally correct. The mistake is treating them as competing products. They are competing theses about which threat arrives first โ€” the quantum one or the cost one. And on the cost one, I have a position the market keeps ignoring. ZK Rollup proving costs are absurdly high right now. Operators are bleeding money on prover infrastructure โ€” GPU fleets, subsidized prover markets, external incentives that evaporate the moment the bull market cools. The economics only work if gas returns to bull-market levels or if proving cost collapses by an order of magnitude. Neither has happened. Every dollar spent on post-quantum cryptography today is a dollar not spent reducing the per-cycle proving cost that decides whether these systems survive the next winter. That is not an argument against Lattice Jolt. It is an argument against pretending it is operator-ready. It is not. It is a hedge โ€” and hedges have carrying costs. Now the Module-SIS assumption, because this is where a battle trader and a casual reader diverge. Module-SIS is a lattice problem: find a short vector in a module over a polynomial ring. Its security rests on the worst-case-to-average-case reductions that lattice cryptography is known for. But "known for" is the operative phrase. Akita targets 128-bit security. That number is a target derived from the best known attacks, and the best known attacks against lattice schemes are a moving field. Lattice cryptanalysis is younger than elliptic-curve cryptanalysis. The history of cryptography is a history of schemes that were "well understood" until someone understood them differently. That does not make Akita wrong. It makes it early. Early is a risk category, not a virtue. If I were handed Lattice Jolt to audit tomorrow โ€” the way I was handed that contract in 2018 โ€” here is where I would start. First, the parameter selection for the Module-SIS instance: the module rank, the ring dimension, the norm bounds. A 128-bit target is only as good as the parameters chosen, and parameter selection is where the gap between paper and implementation usually hides. Second, the Fiat-Shamir transformation and its transcript: lattice proof systems are vulnerable to grinding at the transcript layer, a class of bug that never appears in unit tests. Third, the RISC-V execution trace and its memory consistency model, because proving correctness of a machine with unconstrained memory is subtle, and subtlety is where divergent traces live. None of this is a criticism of the release. All of it is the normal work of dragging a research artifact toward production. Audit the soul, then audit the contract. There is one more technical point the announcement glosses over: recursion. Production proving systems do not generate one giant proof. They fold many small proofs into one, and recursion is what makes rollups economic. Recursive verification on a lattice-based commitment scheme is harder than on an elliptic-curve one, because the arithmetization is heavier and opening the commitment inside a circuit is more expensive. A post-quantum zkVM that proves a single execution is a research milestone. A post-quantum zkVM whose proofs can be recursively aggregated cheaply is a product. Lattice Jolt, by its own framing, is the first. Anyone pricing it as the second is extrapolating beyond the data. That is how you get hurt โ€” not by being wrong about the technology, but by being early about the timeline and leveraged about the position. Let me connect this to the layers that will actually integrate it. The announcement places Lattice Jolt in the infrastructure layer, upstream of zkRollups, L2s, and cross-chain protocols. LayerZero is named among likely integrators. Cross-chain messaging is a natural fit for verifiable computation, because the security of a message is only as strong as the proof that carries it. If the proof system is quantum-vulnerable, the message is, and the bridge inherits the exposure. So there is a genuine architectural argument for post-quantum proving in the bridge layer. But bridges do not upgrade because of architectural arguments. They upgrade because of incidents, or because of incentives. Neither is present today. Now let me do what I always do and audit the claim that is never in the announcement: the migration path. If Lattice Jolt matures, who migrates, and at what cost? A rollup that has spent two years and tens of millions of dollars building around a KZG-based prover does not swap in a lattice prover because it is more elegant. It swaps when the switching cost is lower than the risk premium it assigns to post-quantum exposure. Today that risk premium is, for most teams, effectively zero, because the quantum threat is not on their planning horizon. So the honest timeline for Lattice Jolt is not "adoption." It is "optionality" โ€” a free call option on a post-quantum migration that in the base case never has to be exercised, and in the tail case has to be exercised faster than anyone could build from scratch. That is the correct way to read this release. It is insurance, bought by a research lab with a long horizon, priced for now at the cost of a press cycle. I want to bring in the Layer2 angle, because this is where the post-quantum conversation should live and mostly does not. The Layer2 sector is in a quiet squeeze. Proving costs are the dominant variable cost. Data availability is a second. Neither improves because of cryptography research โ€” both improve because of hardware, better proving systems, cheaper settlement. A reading of Lattice Jolt as a Layer2 catalyst is wrong. It is a security-architecture hedge dressed in Layer2 clothing. The teams that feel it first are not the rollups. They are the bridges, because bridges carry the longest-lived security assumptions and the shortest tolerance for retrospective forgery. Harvest-now-decrypt-later is a bridge problem before it is a rollup problem. A forged bridge proof is a total loss. A forged rollup proof is a dispute. The academic half of the announcement deserves its own audit. Carnegie Mellon and USC are named as collaborators. In this corner of the market, that is a signal of substance, not decoration. Lattice cryptanalysis is a specialist discipline. The people who can meaningfully attack Akita number in the hundreds worldwide, and most of them sit on university faculties rather than inside crypto startups. Publishing the scheme with academic co-authors is an invitation to precisely the community you want examining it. Compare that with a token launch that cites "post-quantum" in the deck and ships a whitepaper with no proofs. The former is how cryptographic infrastructure matures. The latter is how narratives are sold. I have watched both up close. The 2018 ICO cycle was the latter on an industrial scale โ€” projects that name-dropped "zero knowledge" with nobody on the team who could read a threat model. I reported a reentrancy vulnerability in one of those distribution mechanisms and was told to skip it for launch speed. The bug surfaced during a testnet phase anyway. Technical elegance without battle-testing is fatal. Code does not lie, but people certainly do. Here is the psychological cost accounting I apply to releases like this. a16z crypto has the brand power to announce Lattice Jolt as "the first production-grade post-quantum zkVM" and let the market repeat it. They did not. They published a system that lacks the zero-knowledge property and said so. That restraint costs them headlines today and buys them credibility in the only currency that matters to an institution evaluating infrastructure: a track record of accurate claims. In a bull market, accuracy is a discount. Everyone else is rounding up. So when I read this release I do not price the missing feature as a failure. I price the honesty as a moat. The lab that tells you what its code does not yet do is the lab worth listening to. Now the uncomfortable part about the post-quantum narrative itself, because I have seen this movie. "Post-quantum" is on track to become the "liquidity fragmentation" of this cycle โ€” a legitimate technical concern converted into a product category by people who need a reason to ship a new thing. Liquidity fragmentation was never the real problem; the real problem was always execution quality and cost, and the fragmentation story existed to justify new aggregators and new tokens. Post-quantum is different, because unlike fragmentation the threat is physical, not rhetorical. But the conversion of a real threat into a funding narrative follows the same script: attach the label to a product, let the market assume it must be bought, and monetize the fear before the fear is priced. Watch which projects use "post-quantum" as an adjective versus which ones publish a threat model. The same pattern runs through the "Bitcoin Layer2" category, where a large share of the projects waving the Bitcoin flag are Ethereum codebases in a new coat, and the real Bitcoin community does not acknowledge them. Labels are cheap. Assumptions are not. What would change my read? Four measurable things. First, the masking layer. Until Lattice Jolt can hide inputs, it is a verifiable-computation engine, not a private one. Watch the repository, not the press. The commit that adds zero-knowledge masking is the commit that turns the name into an accurate description. Second, a proving-cost benchmark against a production baseline. The only number that matters is cost per cycle relative to SP1 or RISC Zero, measured on identical hardware. If the lattice prover runs within a small constant factor of the elliptic-curve leaders, the migration argument becomes real. If it runs at ten times the cost, it stays a research artifact no matter how sound its assumptions are. The release does not ship this benchmark. Absence of a benchmark is itself information. Third, proof size and on-chain verification cost. Lattice-based proofs have historically been larger than KZG proofs, and verification cost is the part paid on-chain, in gas, by operators who are already bleeding. A post-quantum proof that costs more to verify than the transaction it secures is not deployable. Watch the verification gas number. Fourth, an integration with a live bridge. If a post-quantum proof system actually lands in a production cross-chain message path, that is the first real adoption signal โ€” and it will be quiet. A config change, not an announcement. The loud version arrives first. The quiet version is the one that matters. The summer was loud, but the profits were quiet. Let me put the economics in one place, because this is where most readers will get it wrong. Post-quantum security is not free. Lattice-based commitments are larger, slower to generate, and historically more expensive to verify than their elliptic-curve counterparts. That is the entire tradeoff, and no announcement solves it. Someone pays โ€” the operator, in higher proving and verification costs; the user, in higher fees; or the token holder, in dilution from subsidies masking the true cost. In a bull market, subsidies are abundant and the true cost is invisible. In the next bear market, the subsidies stop, the true cost surfaces, and the projects that spent their engineering budget on narrative rather than cost reduction do not survive. I have seen the exact shape of that failure. The 2022 collapse of algorithmic stablecoins was not a cryptographic failure. It was a mechanism that worked beautifully in one regime and fatally in the other, and the people who trusted it had never priced the second regime. I spent three months after that collapse in the Colombian Andes, away from every trading group, writing out the fragility of algorithmic stablecoins line by line. Silence taught me more about mechanism design than any bull market ever did. Same lesson here, different wrapper. Here is the contrarian angle, and it cuts against both camps. The bulls will read Lattice Jolt as validation of the post-quantum thesis and bid the narrative. The bears will read "not yet zero-knowledge" as a debunking and dismiss it. Both are wrong, and both make the same category error: treating a research release as a product launch. The bulls are wrong because a proof system without the zero-knowledge property is not, today, the thing the name promises. Price Lattice Jolt into any protocol thesis this cycle and you are pricing a feature that does not exist yet. That is not alpha. It is a rumor with a git commit. The bears are wrong because the missing property is the easy part, and the hard part โ€” a working post-quantum polynomial commitment scheme built on Module-SIS, published with academic peers โ€” is done. Dismissing a finished cryptographic lift because a wrapper is pending is like shorting a bridge because the paint is not dry. The smart-money read is the one nobody wants to say out loud. Lattice Jolt is not a product. It is an option โ€” a free call on a migration the base case never forces and the tail case forces suddenly. And it is issued by the one party with the balance sheet and the time horizon to hold an unexercised option for a decade without flinching. We bet on the pattern, not the hype. The pattern here is a research lab buying insurance against a scenario the rest of the market refuses to price. The ledger was clean, but the vision was fragile. So watch three numbers, not three headlines. The commit that adds zero-knowledge masking. The cost-per-cycle benchmark against an elliptic-curve baseline. The verification gas on a live bridge integration. Until those three exist, Lattice Jolt is the clean ledger of a fragile vision โ€” correct, honest, and not yet deployed. The question is not whether post-quantum proving matters. It is whether the market can tell the difference between the lab building it and the project selling it. In a bull market, that difference is the only edge left.

Lattice Jolt Ships Without Zero Knowledge: Reading a16z's Post-Quantum zkVM With Audit Eyes

Lattice Jolt Ships Without Zero Knowledge: Reading a16z's Post-Quantum zkVM With Audit Eyes