Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.68 KB

File metadata and controls

17 lines (11 loc) · 1.68 KB

✅ Multi-Proof and Verifiable Compute

Introduction

In the blockchain space, our vision is to bring privacy, security, and verifiability to users. Our ultimate goal is to design a system that can simultaneously fulfill these attributes. However, relying on a single proof system to achieve this is impractical for several reasons:

  • No single cryptographic system can be guaranteed to be 100% secure. For instance, zero-knowledge proofs (zk) can have soundness bugs that are difficult to detect, while Multi-Party Computation (MPC) is susceptible to collusion risks between nodes.
  • Privacy in zkRollups cannot be fully guaranteed because sequencers can extract user transaction data during proof generation.
  • Verifiability in Fully Homomorphic Encryption (FHE) computations is challenging because the FHE server may not perform computations correctly, and without knowing the correct result, we cannot verify its accuracy.

Let's take a look at how you can get started: