GREEN META
  • White Paper
    • ๐Ÿ“—Green Meta Preface
      • Origin
      • What is Green Meta?
      • Ecological Composition
      • Ecological Tokens -- CCM
    • โ™ป๏ธGreen Meta Architecture System
      • Design Principles
      • Technical Architecture
      • Functional Component Composition
    • โœณ๏ธPantanal Public Chain
      • Introduction to Pantanal Public Chain
      • PPOA Consensus Mechanism
      • Support for Dedicated "Sidechains"
      • "1+N" Multi-Coin Gas Payment Mechanism
    • ๐Ÿ‘จโ€๐ŸซDID-Related Technologies
      • Definition of DID
      • Value of DID
      • Green Meta DID
    • ๐Ÿž๏ธNFT Related Technologies
      • The Boom of the NFT Market
      • Green Meta Introduces NFTs
      • Green Meta Integrated Applications for NFTs
    • ๐ŸŒInteractivity
      • Overview of Interactive
      • Value and Application Paradigms
      • Green Meta Interactive Technology Applications
    • ๐ŸŽฎGame Engine and Twin Engine Technology
      • Overview of the Gaming Market
      • Development Trends in Blockchain Gaming Industry
      • Advantages of Game Engine
      • Innovations of Green Meta
    • ๐Ÿค–Artificial Intelligence (AI)
      • Development of Artificial Intelligence
      • Multi-field Application of Artificial Intelligence
      • Green Meta Artificial Intelligence Model
    • ๐ŸŒComprehensive Intelligent Network Technology (Network)
      • Abstract๏ผˆDatagram๏ผ‰Network Layer
      • Kademlia-Like Distributed Hash Tables
      • Overlay Networks and Multicast Messages
    • ๐Ÿ–ฅ๏ธInternet of Things Technology
      • Overview of Internet of Things Technology
      • Core Value Applications
      • Green Meta Internet of Things Architecture
    • ๐Ÿ‘ฌGovernance Mechanism Related to DAO Organization
      • Decentralized Community Autonomy - DAO
      • Green Meta DAO
      • Green Meta DAO Governance Structure
      • Core advantages
    • โ˜˜๏ธDevelopment Plan
    • ๐Ÿ“ฃDisclaimer
  • Community
    • ๐ŸŒSocial Media
    • ๐Ÿ–ฅ๏ธOperation Guide
Powered by GitBook
On this page
  1. White Paper
  2. DID-Related Technologies

Definition of DID

DID, short for Decentralized Identifiers, also known as distributed digital identities, is defined as a new globally unique identifier. It is a type of Uniform Resource Identifier (URI) that represents a permanent and immutable string. This identifier can be used for individuals, vehicles, animals, and even everything, and can be associated with files describing the target objects through DID URLs.

On the surface, DID is just a new type of global unique identifier, but at a deeper level, DID is a new distributed digital identity of the Internet. It is also a core component of the Public Key Infrastructure (PKI) layer. This distributed PKI (DPKI) may have an equally significant impact on global network security, privacy, and the SSL/TLS protocol for encrypted network traffic (which is currently the world's largest PKI).

The DID system mainly includes the following hierarchical elements:

Basic Layer: DID Specification

1. DID Identifier

Entities are identified by DIDs. They can be authenticated through proofs such as digital signatures and privacy-preserving biometric protocols.

2. DID Document

DIDs point to DID documents. DID documents contain a set of service endpoints for interacting with entities. Following the principle of privacy by design, each entity can have as many DIDs as necessary to respect the separation of identities, roles, and backgrounds desired by the entity. (Note that there is no personally identifiable information in the DID document, such as real name, address, phone number, etc. Therefore, relying solely on the DID specification is not sufficient to verify a person's identity; it must be done through the VC in the DID application layer.)

Application Layer: Verifiable Claims

Verifiable Claims (or Verifiable Credentials), abbreviated as VC.

PreviousDID-Related TechnologiesNextValue of DID

Last updated 1 year ago

๐Ÿ‘จโ€๐Ÿซ