Skip to content

Decentralized Identifiers

Decentralized Identifiers does not actually come from the AT Protocol. It is a standard from the W3C, and is used by the AT Protocol as a way to identify users and services.

Decentralized Identifiers, or DIDs, can use a variety of methods to resolve to a DID Document, which contains useful information such as the public keys associated with the DID (so we can verify signatures), and service endpoints (so we can find the user"s PDS).

Currently, the AT Protocol only supports the did:web and did:plc methods.