-
Notifications
You must be signed in to change notification settings - Fork 1
zk ml spec
title: ZK-ML Model-Inference Verification [PLANNED] created: 2026-07-09 updated: 2026-07-09 type: concept tags: [cryptography] confidence: low source_files:
- README.md
- integrity-zkp/src/main.nr
[PLANNED] — not built. The root README.md's "Advanced primitives"
section names this explicitly: proving an agent's output came from a
specific, authorized model — without revealing the model's weights — via
a dedicated Noir inference circuit plus a ZKModelRegistry.sol contract.
Neither exists in this repo.
Easy to conflate with the real, built ZKP pipeline — they prove
different things. Today's circuit
(integrity-zkp, real Noir/Barretenberg,
proven end-to-end) proves possession of a secret behind a published
identity/intent commitment — it says nothing about which model produced a
given output. Model-inference verification would need to prove
correctness of a specific computation (a forward pass through specific,
committed weights), a fundamentally larger circuit — the old wiki's sketch
proposed a simple multi-layer-perceptron inference circuit as a starting
point, with private weights/input and public model_hash/output.
Circuit complexity for real model inference (even a small MLP) is far
beyond the identity/intent-binding circuit's constraint count; the old
design explicitly proposed restricting it to "Institutional Tier"
(see identity-ceiling, itself unbuilt) tasks only,
given the cost. No ZKModelRegistry.sol, no inference circuit, and no SDK
proof-generation hook for this exist anywhere in contracts/ or
integrity-zkp/ today — nothing here should be read as in progress.
Related: ZKP pipeline, integrity-zkp.
Generated from INTEGRITY-LATEST/docs/wiki. Edit the canonical repository files, not this mirror.
- A2A Negotiation Protocol [PLANNED]
- AIS API — Versioned Wire Spec
- Agent Integrity Score (AIS)
- Agent Primitives (Self-Sovereign Identity)
- Behavioral Commitment Chain (BCC)
- ComplianceGate & Integrity Health
- Cross-Chain Reputation Sync [PLANNED]
- Decentralized Identifier (DID)
- Identity Ceiling & Verification Ladder [BUILT]
- Integrity Market (Prediction Markets, Binary Options, A2A Capital Allocation)
- Integrity Protocol Specification
- Local Metrology (Client-Side AIS Signal Derivation)
- Merkle Batching & Anchoring Convention
- Observability & PHI Safety Pipeline
- On-Chain Governance
- Persistent Memory Bridge
- Persistent Memory, Genesis Root & Lineage [PARTIALLY BUILT]
- Smart BAA (On-Chain Business Associate Agreement Escrow)
- Telemetry Ingestion Pipeline
- Testing Strategy
- The Four Foundational Primitives
- Xibalba Agent Operating Model
- ZK-ML Model-Inference Verification [PLANNED]
- Zero-Knowledge Proving Pipeline