The news broke quietly, buried under the noise of another token launch. Zhihu AI—China’s answer to OpenAI—is building a data center with a 1GW power supply, running entirely on domestic chips. The official narrative: training their next-gen GLM model. But as someone who spent six weeks auditing the Parity multisig code in 2017, I know that when a single entity commands 10,000+ accelerators (likely Huawei Ascend 910B), the implications ripple far beyond AI. This is not just an AI story. It is a stress test for the hardware dependency model that underpins every Layer 2 rollup and zero-knowledge prover in the blockchain space.

Let me cut through the hype. The 1GW figure is not a boast—it is a warning. At 300W per Ascend 910B, a 1GW cluster can theoretically support over 10,000 chips. In the blockchain world, that kind of brute force is typically associated with Bitcoin mining pools operated by a handful of entities. But here, the consolidation happens at the application layer: one company, one model, one set of chips. The code does not lie, but the auditor must dig. What happens when the same logic of centralized compute is applied to Ethereum’s Layer 2 ecosystem?
Tracing the gas trails back to the root cause—the root cause here is the US chip ban. The narrative of “supply chain security” is seductive: build your own silicon, avoid the NVIDIA monopoly, achieve data sovereignty. Optimism’s first-gen rollup deep dive I wrote in 2020 highlighted how fraud proofs rely on honest actors with cheap access to full nodes. That model breaks if the honest actor must also own 10,000 chips. The Terra-Luna collapse forensics taught me that centralized mechanisms—whether algorithmic stablecoins or proprietary chip stacks—have a failure mode that is not gradual. It is a cliff.
Now, examine the core technical risk for Layer 2. Most ZK-rollups (StarkNet, zkSync, Scroll) rely on prover hardware that is heavily optimized for NVIDIA GPUs. Prover hardware parallelization is the bottleneck for finality. If a single player like Zhihu AI—or a Layer 2 team backed by a national champion—deploys a 1GW cluster of domestic chips to generate proofs, they become the de facto sequencer and prover. The protocol claims decentralization, but the prover network becomes a single point of failure: one hardware vendor, one interconnect topology (HCCS), one software stack (CANN). Any vulnerability in that stack—a bug in the driver, a side-channel in the memory controller—compromises the entire Layer 2’s liveness and soundness.
I wrote about StarkNet’s recursive proofs investigation in 2023. The beauty of recursive proofs is that they allow decentralized verification by many small provers, not one giant one. But if the hardware required to run those proofs in a competitive time becomes proprietary and concentrated, the technical decentralization is an illusion. The same applies to Arbitrum’s optimistic fraud proofs: the dispute period assumes that at least one honest node can challenge a false claim. If that honest node needs 10,000 chips to catch up with state growth, the challenge becomes economically infeasible. That is the hidden cost of hardware concentration.
The contrarian angle: the Chinese government and its champions claim this cluster enhances security through self-reliance. And it does—against geopolitical supply chain weapons. But it introduces a new class of blind spots. In my 2017 Parity audit, the kill function vulnerability was a single line of code. Here, the vulnerability is a whole ecosystem: the HCCS interconnect may have undisclosed bugs; the CANN compiler may optimize incorrectly for zero-knowledge circuits. When the entire Layer 2 trust model rests on the assumption that the prover hardware is honest, and that hardware is a black box from a single vendor, we have replaced one systemic risk (NVIDIA dependence) with another (Huawei dependence). The code is law until it breaks, and when it breaks at the silicon level, there is no soft fork that can fix it.

Moreover, this cluster sets a precedent for other AI giants. Imagine a future where every major Layer 2 team feels pressure to build a similar “sovereign compute” facility to compete on finality speed and proof costs. The result is a fragmented landscape of proprietary hardware islands, each claiming to be “decentralized” because they run a protocol, but each owning a monopoly on the compute that secures that protocol. The consensus is fragile—as I wrote after the Terra-Luna collapse, the market sentiment masks the architectural debt. Here, the debt is physical.
What should be done? Three signals to track. First, whether this cluster will open a portion of its compute for third-party provers or remain a private resource for GLM model training. If it remains closed, consider it a red flag for any chain that relies on it. Second, whether the team behind the cluster publishes independent benchmarks of the chip’s zero-knowledge proving performance—not just AI training MFU. Third, whether alternative hardware (RISC-V, custom ASICs) remain viable as a counterbalance. The AI-agent on-chain identity framework I led in 2025 used ZK proofs to preserve privacy; we carefully designed the protocol to be hardware-agnostic. That principle must apply to Layer 2.

The takeaway is uncomfortable. The narrative of “self-reliant compute” is ascendant, and it threatens to export the centralization risks of traditional cloud computing into the heart of blockchain’s most promising scaling solutions. Shifting the consensus layer, one block at a time, requires more than just clever cryptography. It requires ensuring that the hardware stack does not become the new choke point. The next time you see a Layer 2 project touting its partnership with a national chip champion, remember the 1GW cluster. Look at the gas fees on block 14203—then ask who controls the prover that packaged that block. In the chaos of a crash, the data remains silent. Do not wait for the crash to audit the hardware.