# DID

Based on the SAT20 Name Service, the following characteristics are achieved for DIDs (Decentralized Identifiers):

1. Uniqueness: Each DID is unique and non-duplicative to ensure the uniqueness of the identifier. The uniqueness of DIDs is supported by the protocol at the underlying level.
2. Decentralization: DIDs are not reliant on central authorities or intermediaries for verification or management. Instead, participants have autonomous control and verification. The individual who holds the satoshi with the corresponding name is the owner of the DID.
3. Verifiability: DIDs have verifiability and can be validated through cryptographic proofs to demonstrate ownership and control. This aligns with the previous point.
4. Persistence: DIDs should have a persistent lifecycle and not be invalidated due to certain changes or expiration. Satoshis are indestructible, and data inscribed on satoshis is also immutable.

In summary, the SAT20 Name Service enables the implementation of DIDs with the characteristics of uniqueness, decentralization, verifiability, and persistence. The nature of satoshis ensures the longevity and immutability of the associated data.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sat20.org/english/asset-issuance-protocol-ordx/scenarios/did.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
