Revocation Registry Demo

revoked.aifeed.md

Revocation with receipts

This origin demonstrates the registry side of AIFeed: multi-signature status documents, bounded staleness, and client behaviour when yesterday's VERIFIED becomes today's SUSPENDED.

The document

{
  "version": "0.1",
  "domain": "revoked.aifeed.md",
  "status": "suspended",
  "reason": "abuse_investigation",
  "revoked_by": "aifeed-demo-governance",
  "keys": [ { "fingerprint": "sha256:..." }, { "fingerprint": "sha256:..." } ],
  "signatures": [ { "...": "two of two required" } ]
}

See both registry states — active and suspended — and the two governance fingerprints that must agree before either takes effect.