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
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
proof | string | ✓ | — | ZeqProof hex string from a previous /compute response. |
operatorIds | array | ✓ | — | Operator IDs from the original computation. |
R_t | number | ✓ | — | R_t value (6dp). |
zeqond | number | ✓ | — | Zeqond 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
- Master-equation solve — compose with
KO42always + up to three more operators per the 7-Step Wizard Protocol. - Batch mode — fan out one call per phase tick, aggregate on the Zeqond boundary.
- Verify-on-write — pair with
ZeqProof Verifyto stamp results witherror_pct ≤ 0.1%.
Seeds
- Near — wrap
/api/zeq/verifyin 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
- Zeq paper — https://doi.org/10.5281/zenodo.18158152
- Framework paper — https://doi.org/10.5281/zenodo.15825138
Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.