Understanding Polygon ID's Foundational Elements
Polygon ID introduces four fundamental components that form the backbone of its identity solution:
- Claim - Digital attestations of specific information
- Issuer - Entities that generate and sign claims
- Identity Holder - Users who store and manage claims
- Verifier - Parties that validate claims through proofs
Deep Dive into Each Component
What Are Claims in Polygon ID?
Claims represent verifiable information about individuals, organizations, or objects. These digital attestations can cover various attributes like:
- Age verification
- Educational qualifications
- Professional certifications
- Residence status
Claims follow a strict cryptographic structure defined in the Iden3 protocol documentation. The issuer signs each claim digitally before sending it to the holder.
The Role of Issuers
Issuers serve as trusted authorities that:
- Define claim structures using schemas
- Digitally sign issued claims
- Maintain credential standards
Example issuer scenarios:
- Universities issuing digital diplomas
- Government agencies providing ID credentials
- Employers verifying work history
Schema example for residence verification:
"countryCode": {
"@id": "kyc-vocab:countryCode",
"@type": "serialization:IndexDataSlotA"
}Identity Holders Explained
As end users, identity holders:
- Store claims in their Polygon ID wallet
- Generate zero-knowledge proofs from claims
- Control what information to share
- Maintain complete privacy over sensitive data
Verification Process
Verifiers authenticate proofs while:
- Setting validation criteria (e.g., age >18)
- Checking issuer trustworthiness
- Maintaining privacy through ZK proofs
Two verification methods exist:
- On-chain: Smart contract verification
- Off-chain: Traditional server verification
Why Choose Polygon ID?
Key Advantages
Zero-Knowledge Privacy
- Prove attributes without revealing details
- Minimum data exposure principle
Self-Sovereign Identity
- Complete user control over data
- No issuer tracking of claim usage
Transitive Trust Model
- Verified issuer-verifier relationships
- Reduced friction in credential acceptance
Blockchain Integration
- On-chain verification capabilities
- Smart contract compatibility
The Polygon ID Wallet
This specialized wallet offers:
- Secure claim storage
- ZK proof generation
- Identity recovery options
- Issuer/verifier communication
๐ Get the Polygon ID Wallet
FAQ Section
Q: How does Polygon ID differ from traditional identity systems?
A: It uses zero-knowledge proofs to verify information without exposing raw data, unlike conventional systems that require full disclosure.
Q: Can issuers revoke or modify issued claims?
A: No, claims are immutable once issued, maintaining holder sovereignty over their credentials.
Q: Is Polygon ID compatible with existing blockchain applications?
A: Yes, its on-chain verification works seamlessly with smart contracts and DApps.
Q: What happens if I lose access to my wallet?
A: The wallet includes recovery options using seed phrases to restore your identity.
Q: How do verifiers trust issuer credentials?
A: Through established trust networks where verifiers approve credentials from recognized issuers.
๐ Learn more about decentralized identity
Conclusion
This introduction covers Polygon ID's core architecture and benefits. The system revolutionizes digital identity through cryptographic proofs while maintaining user privacy. As blockchain adoption grows, solutions like Polygon ID will become increasingly vital for secure, self-sovereign identity management.
For hands-on implementation, see our guide on claim issuance and verification processes in the next part of this series.