RISC Zero

  • Name: RISC Zero
  • URL: https://risczero.com/
  • Category: Zero-knowledge proving infrastructure / zkVM / verifiable-computation platform
  • Tags: ethereum-ecosystem
  • Summary: RISC Zero is a major zkVM stack, not just a proof library. What matters is the full runtime-and-verifier line: the zkVM, receipts, Ethereum verifier path, and the proving services that grew around it.
  • What it does:
    • Provides a zero-knowledge virtual machine that proves correct execution of arbitrary Rust code, with broader RISC-V-targetable language support surfaced through the underlying architecture
    • Gives developers a toolchain for compiling guest code, generating proofs, producing receipts, and verifying public outputs against an ImageID / expected binary
    • Supports blockchain integration through onchain verifier contracts and related Ethereum-facing documentation
    • Offers both local/self-managed proving paths and a production remote-proving surface through Boundless
    • Publishes detailed technical and security material including a proof-system PDF, security-model docs, audits, and an extensive open-source repository
  • Key claims:
    • Homepage positions RISC Zero as infrastructure for verifiable computation where users can be cryptographically certain outputs are correct and verify them far faster than recomputing everything themselves
    • zkVM docs say developers can prove correct execution of arbitrary Rust code and build zero-knowledge applications using existing Rust packages
    • Security-model docs describe an end-to-end stack that includes the zkVM, prover layers, STARK-to-SNARK compression, and onchain verifier contracts on Ethereum networks
    • Official docs explicitly warn that critical privacy users should exercise caution and independently validate application-level security, which is a useful primary-source trust signal
    • Boundless materials show RISC Zero’s surface extending into production prover-network infrastructure rather than stopping at an SDK or research repo
  • Whitepaper: An official technical proof-system PDF was found and saved locally as ../whitepapers/risc-zero-proof-system-in-detail.pdf; see ../whitepapers/risc-zero-primary-sources-2026-04-25.md for the broader primary-source snapshot.
  • Sources:

Internal linkages

  • Same runtime family pushed into decentralized proving-market form: boundless

  • Historical centralized proving-service predecessor: bonsai

  • Closest zkVM peer: sp1

  • Last reviewed: 2026-05-28 UTC