Create IPR Base release
Use the generator to produce a private release JSON. The page computes payload_sha256 from that JSON.
Output you need
payload_sha256 + timestamp + signature
Do this once and you have a VALID public proof: generate a private release artifact, compute SHA-256, verify deterministically, then publish a minimized (hash-only) entry to the append-only registry.
HBCE requires deterministic evidence fields: payload_sha256, timestamp, signature. Missing/invalid evidence ⇒ INVALID.
Use the generator to produce a private release JSON. The page computes payload_sha256 from that JSON.
payload_sha256 + timestamp + signature
Paste the evidence fields into Verify. The result is binary: VALID or INVALID.
Missing evidence ⇒ INVALID (no partial validation)
Build a minimized registry entry (public). Append it to /registry/registry.json.
name (minimal) + payload_sha256 + timestamp (+ optional status)
Open the Registry viewer. It flags entries VALID/INVALID based on deterministic schema checks.
No edits. Changes become new entries/events.
Read the HBCE-CORE / VERIFY / REGISTRY stack in one page.
/protocol/EU-first audit posture: hash-only, append-only, deterministic, fail-closed.
/compliance/Operator license requires a VALID IPR Base (published proof).
/create/operator/