Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,63 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- content-provenance
|
| 7 |
+
- identity-verification
|
| 8 |
+
- post-quantum-cryptography
|
| 9 |
+
- federated
|
| 10 |
+
- open-standard
|
| 11 |
+
- eu-ai-act
|
| 12 |
+
- tip-protocol
|
| 13 |
+
- trust-identity-protocol
|
| 14 |
+
pretty_name: Trust Identity Protocol (TIP) Whitepaper v5.0
|
| 15 |
+
size_categories:
|
| 16 |
+
- n<1K
|
| 17 |
---
|
| 18 |
+
|
| 19 |
+
# Trust Identity Protocol (TIP) Whitepaper v5.0
|
| 20 |
+
|
| 21 |
+
The canonical 140-page specification for the Trust Identity Protocol, the open, post-quantum, federated standard for verified human identity and content provenance on the internet.
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
> Mendhe, Dinesh. *Trust Identity Protocol (TIP) v5.0: An Open Standard for Verified Human Identity and AI Content Provenance.* The AI Lab Intelligence Unobscured, Inc., 2026. Zenodo. DOI: 10.5281/zenodo.20722378
|
| 26 |
+
|
| 27 |
+
## Canonical archive
|
| 28 |
+
|
| 29 |
+
The authoritative DOI-bearing copy is on Zenodo at CERN: [https://doi.org/10.5281/zenodo.20722378](https://doi.org/10.5281/zenodo.20722378)
|
| 30 |
+
|
| 31 |
+
This Hugging Face mirror is provided so the ML and AI research community can discover, download, and discuss the specification alongside other open AI infrastructure.
|
| 32 |
+
|
| 33 |
+
## What is TIP?
|
| 34 |
+
|
| 35 |
+
TIP is a three-layer protocol: TIP-ID (identity), TIP-CONTENT (provenance), and TIP-TRUST (reputation). The cryptography is built on NIST post-quantum standards (FIPS 203 ML-KEM-768, FIPS 204 ML-DSA-65, FIPS 205 SLH-DSA). The network is a federated DAG of cryptographically signed records operated by accredited Node Operators. The governance is an independent multi-stakeholder council.
|
| 36 |
+
|
| 37 |
+
## What is it not?
|
| 38 |
+
|
| 39 |
+
TIP is not a watermarking scheme, a content classifier, or a learned detection model. It is a cryptographic protocol that binds verified human identity to signed content and to a public registry record. The complementary technologies (C2PA for device-side capture, classifiers for AI-generated content detection) compose with TIP; they do not replace it.
|
| 40 |
+
|
| 41 |
+
## Implementer paths
|
| 42 |
+
|
| 43 |
+
- Whitepaper: this PDF, or the canonical [Zenodo DOI](https://doi.org/10.5281/zenodo.20722378)
|
| 44 |
+
- Protocol overview and architecture: [theailab.org/trust-identity-protocol](https://theailab.org/trust-identity-protocol)
|
| 45 |
+
- Browser plugin reference implementation: [github.com/theailaborg/tip-browser-extension](https://github.com/theailaborg/tip-browser-extension)
|
| 46 |
+
- Verification portal source: [github.com/theailaborg/tip-vp-with-mobile-web-app](https://github.com/theailaborg/tip-vp-with-mobile-web-app)
|
| 47 |
+
- Verification flow and TIP-ID issuance: [vp.theailab.org](https://vp.theailab.org)
|
| 48 |
+
|
| 49 |
+
## Compliance
|
| 50 |
+
|
| 51 |
+
Designed to satisfy:
|
| 52 |
+
- EU AI Act Article 50 (AI content disclosure obligations)
|
| 53 |
+
- EU Digital Services Act (creator authentication and content moderation)
|
| 54 |
+
- GDPR (data minimisation and biometric data handling, Article 9)
|
| 55 |
+
- US state-level deepfake disclosure regimes
|
| 56 |
+
|
| 57 |
+
## Authorship
|
| 58 |
+
|
| 59 |
+
Invented and authored by Dinesh Mendhe, Founder and Chairman, The AI Lab Intelligence Unobscured, Inc. ORCID: [0000-0003-1158-3259](https://orcid.org/0000-0003-1158-3259).
|
| 60 |
+
|
| 61 |
+
## Licence
|
| 62 |
+
|
| 63 |
+
Whitepaper released under CC BY 4.0. The protocol licence (TIPCL-1.0) and the source-code repositories are licensed separately; see each repository for its specific terms.
|