Zero-Knowledge Proof

zk-SNARK: ZK (Zero-Knowledge) Proof is the mechanism that validates and verifies the data in Bluwhale Protocol. Verifying a proof is a computational operation that is logarithmic in the worst case to the mathematical statement, and the proof process does not require interaction between the prover and the verifier, only the proof needs to be passed to the verifier (non-interactive).

Through zk-SNARK, Bluwhale Protocol can verify and prove users' on and off chain data, while ensuring minimal disclosure of user data, achieving privacy-preserving.

Note that Bluwhale accommodates both ZK (Zero-Knowledge) Proof and non-ZK proof data. Utilizing ZK Proof as input minimizes the risk of data exposure throughout the end-to-end data flow. Nevertheless, non-ZK proof data can still be verified and processed privately, by the integration with TEE.

The execution layer ensures that all data transactions are recorded and verifiable on the blockchain, enabling participants to share rewards in a decentralized manner.

This layer operates within a multi-chain framework, tasked with orchestrating value distribution across the protocol's components. It leverages smart contracts implemented on various consensus layers, including both Layer 1 and Layer 2 networks. It allows data providers across various networks to share, contribute, and receive rewards for the data they supply on their preferred network.

The Execution Layer's primary functions include recording TEE attestations and verifier reports on-chain, and, following verifier consensus, allocating on-chain rewards to data providers and infrastructure while levying charges on data consumers. This structure ensures a decentralized, secure, and efficient process for managing transactions and interactions within the Bluwhale ecosystem.

Last updated