Independent verification surfaces
Every artifact the platform produces is signed with an Ed25519 key rotated through a published key history. These surfaces let an auditor re-verify the chain without trusting Ledgix — the verification math runs client-side using jose.
Ledger explorer
Paginate the most recent 200 ledger events. Filter by agent_id, tool_name, or policy_check. Each row carries its row signature and Merkle leaf hash.
Signature verifier
Paste any signed JSON artifact (BAA, IA, model card, claim eval). The page client-side verifies the signature against the public key history fetched from JWKS.
Evidence export verifier
Drop a HIPAA / GDPR / SOC2 export ZIP. Every signed artifact in the bundle is walked and verified, with per-file pass/fail.