Web3 Decentralized Identity
In Web2, your identity belongs to platforms. Google knows who you are. Facebook holds your history. Delete your account and your digital identity disappears. Decentralized Identity (DID) gives you ownership over who you are online — without relying on any company to store or verify it.
The Problem with Centralized Identity
CURRENT SYSTEM:
[Your Identity] → Stored by Google / Facebook / Government databases
↓
They verify you, control access, can revoke it
They get hacked → Your data is exposed
They close your account → Your identity is gone
─────────────────────────────────────────────────────────
DECENTRALIZED IDENTITY:
[Your Identity] → Stored in your own wallet + blockchain
↓
You verify yourself, control access
No single point of failure
No company can remove it
What Is a Decentralized Identifier (DID)?
A DID is a globally unique identifier — similar to a username — that you control. It is not tied to any company or login system. It links to your public key so anyone can verify your identity without contacting a central authority.
A DID looks like this:
did:ethr:0x4B3...a9F
The format specifies the DID method (ethr = Ethereum-based), followed by your identifier. You can create as many DIDs as you like — one for professional use, one personal, one anonymous.
Verifiable Credentials
A Verifiable Credential (VC) is a digital certificate issued by a trusted authority and stored in your wallet — not on their database.
TRADITIONAL CREDENTIAL: University stores your degree → Employer calls university → University confirms VERIFIABLE CREDENTIAL: University issues signed digital certificate → Stored in your wallet Employer scans it → Cryptographic proof verifies it instantly University never needs to be called again
What VCs Can Represent
- Academic degrees and certifications
- Professional licenses
- Age verification (prove you are over 18 without revealing your birthday)
- KYC completion (prove you passed identity checks without sharing the documents again)
- Medical records
- Employment history
ENS — Ethereum Name Service
ENS is the most widely used decentralized identity layer in Web3. Instead of sharing a 42-character wallet address, you register a human-readable name like alice.eth.
alice.eth can point to:
- Your Ethereum wallet address
- Your website
- Your social media links
- Your profile picture (NFT)
- Your email address
ENS names are NFTs — you own them as long as you renew the annual fee. No company can take them from you.
Soulbound Tokens (SBTs)
Soulbound Tokens are non-transferable NFTs. Unlike regular NFTs, you cannot sell or send them to someone else. They stay permanently tied to your wallet address — making them ideal for representing identity and reputation.
Use Cases for SBTs
| Use Case | What It Represents |
|---|---|
| University degree | Proof of academic completion |
| DAO membership | Participation history and role |
| Event attendance | Proof of presence at a conference or meetup |
| Skill certification | Completed a course or passed a test |
| Loan repayment history | On-chain credit score building |
Because SBTs cannot be transferred, they represent the actual holder's history — not something bought or borrowed from someone else.
Zero-Knowledge Proofs in Identity
Decentralized identity uses zero-knowledge proofs to enable selective disclosure. You reveal only what is necessary — nothing more.
Example: Proving you are over 18 to enter a website without revealing your name, date of birth, or address. The proof says "this person qualifies" without exposing the underlying data.
This is a major privacy advancement over current systems, where showing an ID reveals far more information than the situation requires.
On-Chain Reputation
Your wallet's transaction history builds a public reputation over time. Every DeFi protocol you used, every DAO you voted in, every project you contributed to — all recorded on-chain and attributable to your address.
Projects like Gitcoin Passport aggregate this activity into a reputation score. A wallet with a long, consistent on-chain history is harder to fake — useful for distinguishing real users from bots in governance systems and airdrops.
Self-Sovereign Identity — The Bigger Picture
The goal of decentralized identity is self-sovereign identity: you own your identity the same way you own your home. No landlord can evict you. No platform can delete you. No government database is the sole authority on who you are.
You carry your credentials, reputation, and history in your wallet — portable across every application in Web3 and, eventually, the broader internet.
Where Decentralized Identity Is Used Today
- ENS (.eth names) — Web3 profile and wallet naming
- Lens Protocol — decentralized social profiles you own
- Gitcoin Passport — aggregated on-chain reputation score
- Worldcoin — biometric-based proof of unique personhood
- Polygon ID — verifiable credential system for Web3 apps
