· Standard
C
llmstxt.info Verzeichnis · Standard
Cardless ID
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 95/100 · A
Cardless ID ist im llmstxt.info-Verzeichnis als KI-auffindbare Organisation gelistet. Branche: Sonstiges. Die Website cardlessid.org stellt ihre llms.txt unter https://cardlessid.org/llms.txt bereit. Der Eintrag besteht seit 13. Juni 2026.
llms.txt-Adresse
https://cardlessid.org/llms.txt
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen. Rechtsverletzung melden (Art. 16 DSA) →
llms.txt — Aktueller Inhalt
Öffnen ↗
# Cardless ID
> Decentralized identity credential system built on Algorand blockchain with W3C Verifiable Credentials
**Latest Version:** This documentation is also available at `https://cardlessid.org/llms.txt` for remote access with tools like `blz`.
## Project Overview
Cardless ID is a privacy-focused, decentralized identity verification platform that issues W3C-compliant verifiable credentials on the Algorand blockchain. The system enables one-time identity verification with cryptographic proofs, designed primarily for age verification across websites while maintaining user privacy.
**Key Features:**
- W3C Verifiable Credential standard compliance
- Algorand blockchain integration for credential storage
- Sybil-resistant duplicate detection via composite hashing
- Privacy-first architecture with no persistence of PII data
- Mobile wallet support for credential management
- QR code-based verification flow
**Primary Use Case:** Age verification for adult content sites (24 US states + UK, France, Germany require age verification by law)
## Architecture
### Application Structure
```
.
|-- app/
|-- components/ # React components
| |-- credentials/ # W3C credential templates
| +-- verification/ # Identity verification UI
|-- routes/ # React Router v7 routes
| |-- api/ # API endpoints
| +-- app/ # Application pages
|-- utils/ # Utility functions
|-- layouts/
[…gekürzt]