Introduction to Polygon ID: Core Concepts Explained

ยท

Understanding Polygon ID's Foundational Elements

Polygon ID introduces four fundamental components that form the backbone of its identity solution:

  1. Claim - Digital attestations of specific information
  2. Issuer - Entities that generate and sign claims
  3. Identity Holder - Users who store and manage claims
  4. 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:

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:

Example issuer scenarios:

Schema example for residence verification:

"countryCode": {
 "@id": "kyc-vocab:countryCode",
 "@type": "serialization:IndexDataSlotA"
}

Identity Holders Explained

As end users, identity holders:

Verification Process

Verifiers authenticate proofs while:

Two verification methods exist:

  1. On-chain: Smart contract verification
  2. Off-chain: Traditional server verification

Why Choose Polygon ID?

Key Advantages

  1. Zero-Knowledge Privacy

    • Prove attributes without revealing details
    • Minimum data exposure principle
  2. Self-Sovereign Identity

    • Complete user control over data
    • No issuer tracking of claim usage
  3. Transitive Trust Model

    • Verified issuer-verifier relationships
    • Reduced friction in credential acceptance
  4. Blockchain Integration

    • On-chain verification capabilities
    • Smart contract compatibility

The Polygon ID Wallet

This specialized wallet offers:

๐Ÿ‘‰ 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.