Governance Framework
Age Verification Architecture
A privacy-preserving framework for verifying age eligibility online without identity disclosure or persistent tracking.
What this is
A structured architecture for proving that a user meets an age threshold — without proving who they are. It defines a tiered access model, a set of governing invariants that cannot be relaxed without formal review, and an audit layer that watches the health of the verification system itself rather than the people using it.
This framework is structurally and philosophically distinct from OmniSniffer. It shares audit discipline, but it is an independent architecture and does not inherit OmniSniffer's enterprise trust-enforcement mechanisms.
This page covers the age-verification architecture itself. The related risk classification of AI systems and social platforms — including the legal exposure ledger and the Meta child-safety settlement — is covered separately in AI & Social Platform Accountability.
Verify eligibility, not identity
The core proposal separates age eligibility from identity. A platform receives proof that a threshold has been met rather than the underlying identifying evidence. The architecture describes tiered access ranging from anonymous public browsing through verified adult and guardian-linked minor access:
- Tier 0 — Anonymous. Minimal public access; cannot post or generate content; cannot participate in amplification loops.
- Tier 1 — Self-declared minor. Restricted content; temporary, non-enforcement-grade access.
- Tier 2 — Verified minor. Photo ID or guardian verification; limited content and engagement.
- Tier 3 — Verified adult. Full access following photo ID verification.
- Tier 4 — Guardian-linked minor (optional). Full minor content access with parental oversight, for educational or supervised use.
Architecture layers
- Proof intake. The user provides age evidence through an approved method.
- Verification engine. The evidence is evaluated for threshold eligibility.
- Token issuance. A cryptographically signed, time-limited token representing age eligibility only is issued.
- Platform validation. The receiving platform validates the signature and expiration without ever receiving the underlying user data.
Governing invariants
- Minimum Necessary Proof. Prove age eligibility only, unless law requires more.
- Zero Default Retention. Avoid long-term storage of verification artifacts.
- Separation. Keep verification evidence separate from platform content and behavioral records.
- Ephemeral Credentialing. Use signed, expiring tokens.
- No Behavioral Expansion. Verification must not drift into risk scoring, content tracking, or trust ranking.
- Fail Closed. Ambiguity defaults to the most restrictive tier.
- Anti-Database Formation. Verification data must not become cross-session identity profiles.
Audit layer, not a surveillance layer
The audit layer does not track people. It watches for structural stress in the verification system itself — spikes in verification failures, token misuse attempts, signature validation anomalies, expiration-abuse patterns, and jurisdiction-level regulatory mismatches — so systemic failure can be caught without identifying any individual.
This research framework is not legal advice or an accusation. It creates no claim of priority and is preserved as an architecture and governance reference.