跳至主要内容

ZeqProof Verify

Master-equation solvers. ODE, lattice, shift, verify.

  • Protocol ID — zeq-verify
  • Category — Compute
  • Endpoint — POST /api/zeq/verify
  • Auth — api-key
  • Rate limit — 60/min
  • Version — 1.0
  • Precision — ≤0.1% (KO42-enforced)

What it does

Verify a ZeqProof HMAC-SHA256 binding. Confirms a previous computation's proof is authentic and untampered.

Signature

Request

POST /api/zeq/verify
ParamTypeRequiredDefaultDescription
proofstringZeqProof hex string from a previous /compute response.
operatorIdsarrayOperator IDs from the original computation.
R_tnumberR_t value (6dp).
zeqondnumberZeqond value.

Response

{ protocol: 'ZeqProof', valid, zeqond, R_t, operatorIds, verifiedAt }

Runnable example

curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"proof": "<value>",
"operatorIds": [],
"R_t": 0,
"zeqond": 0
}' \
"https://api.zeq.dev/api/zeq/verify"

Integrate

  1. Master-equation solve — compose with KO42 always + up to three more operators per the 7-Step Wizard Protocol.
  2. Batch mode — fan out one call per phase tick, aggregate on the Zeqond boundary.
  3. Verify-on-write — pair with ZeqProof Verify to stamp results with error_pct ≤ 0.1%.

Seeds

  • Near — wrap /api/zeq/verify in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating ZeqProof Verify alongside a real workload, with pulse-aligned metrics.
  • Far — propose ZeqProof Verify as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.

Papers

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.