In the world of cryptography, Zero-Knowledge Proofs (ZKP) are often regarded as the “divine property” of modern mathematics: the ability to prove the truth of a statement without revealing the secrets behind it. Through his book, “Proving Nothing” (First Edition, March 2026), Charles Hoskinson (founder of Cardano and IOG) attempts to dismantle the mystical walls of this technology, presenting it as a logical, layered, and highly relevant engineering structure in today’s global privacy crisis.

The Conceptual Framework: The Seven-Layer Model

Rather than presenting ZKP as a single monolithic block of technology, Hoskinson deconstructs it into a Seven-Layer Model. This is a brilliant pedagogical approach, akin to the OSI model in networking, which provides a common language for engineers and policymakers alike.

The book guides the reader through the process from setting the stage to the final verdict:

  1. Layer 1 (Setup): Establishing the mathematical “stage” where trust begins—whether through “sacred” ceremonies (trusted setup) or transparent glass stages (transparent setup).
  2. Layer 2 (Language): Writing the script. Hoskinson discusses how domain-specific languages like Compact (used in Midnight) automatically prevent privacy leaks during compilation.
  3. Layer 3 (Witness): Secret preparation behind the scenes. Here, Hoskinson highlights the “Witness Gap”—the fact that proof generation often consumes 50-70% of the total process, a bottleneck frequently overlooked by the industry.
  4. Layer 4 (Arithmetization): Translating programs into polynomial equations.
  5. Layer 5 (Proof System): “Sealing” the proof certificate, comparing major families like SNARKs and STARKs.
  6. Layer 6 (Primitives): The cryptographic foundation, including elliptic curves and the looming shadow of quantum computing.
  7. Layer 7 (Verification): The audience’s verdict on the blockchain.

Critical Analysis: Privacy as a Luxury Good

One of the sharpest points in the book is Hoskinson’s discussion on the “Hardware Ladder.” He candidly admits that, at present, maximum privacy is a “luxury good.”

To generate ZK proofs locally (ensuring private data never leaves the device), powerful hardware is required (minimum 24GB VRAM). For the 96% of the global population who only own smartphones, they are forced to use third-party services, which means sending their “secrets” to someone else’s machine for processing. This is a profound irony in the promise of privacy technology.

Midnight as a Case Study

Hoskinson uses Midnight—the Cardano-based sidechain focused on privacy—as a recurring real-world example. He demonstrates how technical choices at Layer 1 (such as using the BLS12-381 curve) are pragmatic decisions for current performance, despite carrying risks of quantum vulnerability in the future.

Hoskinson also dissects Midnight’s Compact language, which features unique disclosure analysis. If a developer accidentally attempts to leak a private value to the public, the compiler will reject the program. This shifts privacy from being a mere “developer ethic” to an absolute “technical constraint.”

Conclusion: Not “Trustless,” but “Trust-Minimized”

Hoskinson concludes his argument by rejecting the marketing term “Trustless.” In his view, ZK systems do not eliminate trust; rather, they break it down into weaker, testable, and replaceable assumptions.

“Proving Nothing” is not just a technical textbook; it is a manifesto for the future of a programmable society where “proving a fact no longer requires us to surrender our privacy.”


Reader Recommendations:

  • Executives: Focus on Chapters 1, 8, and 13 to understand the market landscape and governance risks.
  • Engineers: Study Chapters 2–6 to dive deep into proof generation mechanisms and arithmetization.
  • Researchers: Focus on Chapter 14, which addresses open questions regarding post-quantum security and GPU acceleration.

This review is synthesized from the document “Proving Nothing” (March 2026). You can download it for free here