ZK Processor / PoB Aggregator

Functionality:

  • Proof Generation: Creates zero-knowledge proofs (ZK Proofs) to validate bandwidth contributions without revealing sensitive data.

  • Data Aggregation: Collects and consolidates bandwidth usage data from multiple nodes.

  • Consensus Preparation: Prepares validated data for inclusion in the data ledger and settlement layers.

Workflow:

  1. Collect Data: Aggregates bandwidth usage records from validators and routers.

  2. Generate ZK Proofs: Creates zero-knowledge proofs to ensure data integrity and privacy.

  3. Submit to Ledger: Sends validated proofs and aggregated data to the data ledger for recording and settlement.

Diagram:

css

ZK Processor / PoB Aggregator
 ├─> Collect Bandwidth Usage Data
 ├─> Generate Zero-Knowledge Proofs
 └─> Submit Validated Data to Ledger

Last updated