ImmutableProof

Public host: immutableproofs.net

What it is

ImmutableProof is a verification service for Immutable Notice Protocol (INP) v1.0. It returns deterministic verification results and deterministic JSON errors.

What it proves

What it does not prove

Public API

Only API v1 is exposed on the public host. v1 behavior is frozen; changes happen only via /v2 (which is blocked publicly).

Docs: /docs/

Quick verify examples

curl -sS -i http://immutableproofs.net/v1/verify \
  -H "Content-Type: application/json" \
  --data-binary '{"b":1,"a":2}'

Expected: 400 with {"error":{"code":"not_canonical"...}}


See: OPS public contract · API v1 freeze marker · Operations