# DID Methods

\#DID Methods

The DID method specifies how DIDs and DID documents are created, resolved, updated, and deactivated. We recommend and use DID methods that allow for communication endpoints even if the use case doesn’t require them. Their presence will make innovation easier in the future. We also, generally, recommend and use DID methods that provide high durability through writing to a distributed ledger. Proven supports multiple DID methods, which promotes interoperability with multiple DID-based solutions.

* did:sov
* did:key
* did:peer
* did:web (resolution only)
* DID resolution via Universal Resolver

#### DID methods (server registration or creation)

* did:sod
* did:key
* did:jwk
* did:indy

#### DID methods (server resolution of external DIDs)

* did:sov
* did:key
* did:jwk
* did:indy

#### DID methods (server registration or creation)

* did:key
* did:peer1
* did:peer2

#### DID methods (server resolution of external DIDs)

* did:key
* did:peer1
* did:peer2
* did:sov
* did:indy
* did:jwk

<figure><img src="/files/yaRvybxuMO1Qc2HAWLHy" alt="" width="244"><figcaption></figcaption></figure>


---

# 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.indicio.tech/knowledge-center/technology/did-methods.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.
