Zum Hauptinhalt springen

ZeqCompliance Envelope

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

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

What it does

Per-call audit envelope (zeq.compliance.v1) returned automatically on every /api/zeq/compute response. Hash-chained, deterministic, satisfies FDA 21 CFR Part 11 (ALCOA), EU GMP Annex 11, ISO/IEC 27001, ISO 13485, SOX/SOC 2, DO-178C/ARP4754A, NIST SP 800-53, and GDPR Art. 30. Bound cryptographically to ZeqProof so any third party can verify the record matches the computation it certifies. Surfaces actor, action, temporal (1.287 Hz / 0.777s phase lock), output digests, and per-standard regulatory mappings. Headers: X-Zeq-Compliance-Envelope, X-Zeq-Compliance-Schema.

Signature

Request

POST /api/zeq/compute

No parameters.

Response

{ schema: 'zeq.compliance.v1', envelope_id, generated_at_iso, actor, action, temporal, output, regulatory, chain: { alg, bound_to_proof, envelope_hash } }

Runnable example

curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{}' \
"https://api.zeq.dev/api/zeq/compute"

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/compute in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating ZeqCompliance Envelope alongside a real workload, with pulse-aligned metrics.
  • Far — propose ZeqCompliance Envelope 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.