> For the complete documentation index, see [llms.txt](https://bluwhale.gitbook.io/bluwhaleai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluwhale.gitbook.io/bluwhaleai/architecture/zero-knowledge-proof.md).

# Zero-Knowledge Proof

#### Overview

zk-SNARK (Zero-Knowledge Succinct Non-Interactive Argument of Knowledge) is a cryptographic proof mechanism that plays a crucial role in validating and verifying data within Bluwhale's AI Network. The verification of a proof involves a computational process that is logarithmic relative to the mathematical statement in the worst case. This proof process is non-interactive, meaning that the prover only needs to pass the proof to the verifier without any further interaction.

#### Data Verification and Privacy

Through zk-SNARKs, the Bluwhale Network can efficiently verify and prove both on-chain and off-chain user data while ensuring minimal disclosure of the actual data, thereby achieving privacy preservation. Bluwhale accommodates both Zero-Knowledge (ZK) Proof and non-ZK proof data. Using ZK Proofs minimizes the risk of data exposure throughout the end-to-end data flow. However, non-ZK proof data can also be securely verified and processed through integration with Trusted Execution Environments (TEEs). This goes hand-in-hand with the Privacy Inference Module of the Bluwhale Network ensuring that all data transactions are recorded and verifiable on the blockchain. This module operates within a multi-chain framework, which is responsible for 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, allowing data providers across different networks to share, contribute, and receive rewards for the data they supply on their preferred network.

#### Core Functions

The primary functions of the ZK-Proof with Privacy Inference Module include:

* Recording TEE attestations and verifier reports on-chain.
* Allocating on-chain rewards to data providers and infrastructure following verifier consensus.
* Levying charges on data consumers.

This structure ensures a decentralized, secure, and efficient process for managing transactions and interactions within the Bluwhale ecosystem, enabling participants to share rewards in a decentralized manner.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bluwhale.gitbook.io/bluwhaleai/architecture/zero-knowledge-proof.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
