# ZkmlCircuitRegistry — ZK 电路确权

## 设计

publisher 把 (modelHash, circuitId, verifierAddress) 注册到 registry。consumer 查 modelHash → 拿对应 verifier 合约地址 → 调 verify。

## 关键风险

PoC permissionless：任何 EOA 可以注册任何 verifier 地址，包括 fake "永真" verifier。Consumer 必须独立审查 verifier 合约源码。

## 主网前必备

* 治理 / 白名单 注册路径
* 或 consumer 合约自己 hard-code 信任的 verifier


---

# 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://yellowpaper.axblade.io/registries-que-quan/zkml-circuit-registry.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.
