Decentralized identity is a broad concept describing how individuals and organizations can prove who they are online without relying on centralized authorities like governments, corporations, or custodial services. In the context of cryptocurrency and blockchain systems, decentralized identity technologies empower users to control their credentials, reputation, and access to services in a way that is portable, verifiable, and censorship-resistant.
This page covers the major approaches in use today, with a focus on Decentralized Identifiers (DIDs), the Ethereum Name Service (ENS), and LNURL for Bitcoin’s Lightning Network.
Traditional digital identity relies on centralized databases — email providers, banks, social networks, or governments — each siloing information about you. This creates problems:
Decentralized identity seeks to fix this by using cryptography + open protocols so you can carry your digital identity between platforms while retaining control.
Self-sovereignty
Users control their identifiers, keys, and data directly.
Verifiable cryptography
Proofs (e.g., signatures, zero-knowledge proofs) replace trust in central authorities.
Portability
Identities are not locked into one app or provider.
Minimal disclosure
Share only what’s necessary — e.g., “I’m over 18” instead of handing over a passport.
Censorship resistance
Names, credentials, and reputation can’t be easily seized or revoked.
did:method:identifier
(example: did:example:123456abcdef
).Pros: Strong standards, broad ecosystem (Microsoft ION, Sovrin, etc.).
Cons: Still early; complexity can limit adoption.
alice.eth
.Pros: Large adoption in Ethereum/Web3, user-friendly.
Cons: Ethereum-dependent, gas costs, requires ongoing renewal fees.
Pros: Lightweight, wallet-native, censorship-resistant login.
Cons: Ecosystem still small; not interoperable with non-Lightning DIDs.
Feature | DID (W3C) | ENS (.eth) | LNURL-auth |
---|---|---|---|
Standardization | W3C spec | Ethereum smart contracts | Lightning BOLTs + LNURL spec |
Human-readable names | Optional | ✅ Yes (alice.eth ) |
❌ No (cryptographic pubkeys) |
Interoperability | Cross-platform | Ethereum/Web3-focused | Bitcoin Lightning-focused |
Identity strength | Formal, verifiable | User-friendly naming | Pseudonymous auth |
Adoption | Emerging | Growing, mainstream | Niche, LN-only |
--
TODO: Add referenced to existing articles here