1. Overview

We planned a demo at Devcon 2024 to showcase the capabilities of our MPCStats library, attract interest in privacy-preserving statistics, and gather feedback for further refinement and iteration.

This demo demonstrates how real-world data sources like Binance can be securely integrated into privacy-preserving statistical computations using MPC and TLSNotary. It’s a foundational step toward building tools that enable collaborative data analysis while preserving user privacy.

Use Case: Analyzing ETH Balance Distribution Among Devcon Participants

Key Features

Caveats: Some metadata (e.g., number of digits) may leak due to current technical limitations from TLSNotary. Users also need to trust that the computation parties do not collude to reconstruct the secret-shared balances.

2. Demo Architecture

Input Authentication

image.png

  1. Data providers prove their Binance balance using TLSNotary.
  2. During MPC, the balance is used as a private input, and a TLSNotary commitment is calculated and revealed alongside the stats result.
  3. All parties verify the TLSNotary proof to ensure that the private input matches the commitment, providing input correctness.