Never reveal your birthdate.
And it responds only to specific queries from those people or organizations that you have authorized.
Ask the question, not the data.
Verify once
Your birthdate is recorded in MOI during enrollment into a trusted identity system such as Osmio VRD.
Ask privately
Later, a site asks only what it needs to know, such as whether the person is over a threshold age.
Share only the answer
The site receives YES or NO — not the birthdate, not the document, and not unrelated personal data.
Your MOI belongs to you.
MOI means My Own Information. It is your personal information vault. It is not the website’s, not the platform’s, not the government’s, and not ours. Ownership and control is with you.
- You decide what it knows
- You decide who can ask questions
- You decide which answers can be returned
- Others get only the minimum answer they need
Verified once. Answered privately.
Your birthdate may be recorded in your MOI when you enroll in a trusted identity program, and after that MOI answers questions without exposing the underlying data.
Osmio’s structure is meant to prevent the kinds of abuses that people associate with centralized authority.
Interactive walkthroughs
Technical flow
1. Request
Website → MOI: “Is your owner over 18?”
2. Local processing
MOI reads the stored date of birth or age credential and computes the answer privately on the user-controlled side.
3. Response
MOI returns YES/NO plus verifier-facing metadata, not the raw date of birth.
Illustrative verifier payload
{
"query": "age_over",
"threshold": 18,
"response": {
"answer": true,
"claim": "age_over_18",
"issuer": "Osmio VRD",
"proof": "attestation_or_signature"
}
}
How Osmio's trust model answers the PKI objection
- Daily-use identity works like a “certificate stack” and a number plate.
- The certification database is described as having no identity information in it.
- An Attestation Officer maintains enrollment records separately.
- Disclosure is tied to valid process, not open lookup.
Why this matters to regulators and activists
- Regulators get a verifiable yes/no answer with less breach surface.
- Platforms avoid collecting raw personal data they do not need.
- Privacy advocates get architectural separation between identity, credential, and disclosure.
- Policy can focus on auditable eligibility decisions instead of forced over-collection.
The three-drawer model
Drawer 1 — Structured data
- Name
- Date of birth
- Address
- Phone and contact details
Drawer 2 — Credentials
- Verified age credential
- Residency proof
- Student status
- Eligibility and license claims
Drawer 3 — Documents
- Passport
- ID scans
- Supporting records
- Other protected files
Beyond birthdate
Age verification is only the first example. The same model can protect many other facts while sharing only the answer.
- Are you over 21?
- Are you a resident of this country?
- Are you a student at this university?
- Do you hold a professional license?
- Are you eligible for this service?
Technology and legal framing
MOI can be implemented using authenticity-enabled Solid Pods, user-controlled storage, and cryptographic identity systems such as the Osmio ID Pair.
When information remains under the user’s control instead of being copied into platform databases, it can benefit from stronger confidentiality, secrecy-law, and controlled-disclosure positioning.