---
aimd: "1.0"
mako: "1.0"
type: "article"
entity: "Revocation Registry Demo"
updated: "2026-09-16"
tokens: 115
language: "en"
canonical: "https://revoked.aifeed.md/"
summary: "Watch a multi-signature status document suspend an origin, and see what compliant clients do."
media:
  cover:
    url: "https://aifeed.md/og-image.png"
    alt: "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](/registry/) — active and suspended — and the two governance
fingerprints that must agree before either takes effect.
