# 2.2  ZKML Verification Protocol

**Zero-Knowledge Machine Learning (ZKML)**

* **Concept and Implementation:**&#x54;he ZKML protocol applies the principles of zero-knowledge proofs to machine learning models, ensuring that the correctness of model execution can be verified without revealing the internal data and parameters of the model. Agentora has invested $1.32 million in reconstructing this protocol to ensure its security and efficiency.<br>
* **Privacy and Security:**&#x44;uring the training process, decisions and parameter updates of AI models are verified through zero-knowledge proofs. This ensures that external observers cannot steal sensitive information, while still confirming that the decision-making process complies with predetermined rules.<br>
* O**n-Chain Verification:**&#x45;ach AI decision is accompanied by an immutable model fingerprint that is verified on-chain through the ZKML protocol. This ensures that all decision-making processes are transparent, traceable, and tamper-proof.


---

# Agent Instructions: 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:

```
GET https://agentora.gitbook.io/agentora-white-paper/2.-key-technologies/2.2-zkml-verification-protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
