# DID Methods

Platform supports the following DID Methods

<table data-full-width="true"><thead><tr><th>Method</th><th>Description</th><th>Specification</th><th>Resolver</th><th>Registrar</th></tr></thead><tbody><tr><td><code>did:ebsi</code></td><td>DIDs on the EBSI network from the European Blockain Initiative</td><td><a href="https://ec.europa.eu/digital-building-blocks/wikis/display/EBSIDOC/EBSI+DID+Method#">EBSI DID Method</a></td><td>yes</td><td>yes</td></tr><tr><td><code>did:indy</code></td><td>DIDs on Hypledger Indy from Sovrin Foundation</td><td><a href="https://hyperledger.github.io/indy-did-method/">Indy DID Method</a></td><td>yes</td><td>yes</td></tr><tr><td><code>did:key</code></td><td>Simples possible implementation of a DID method based on public/private key pairs. Registry independent.</td><td><a href="https://w3c-ccg.github.io/did-method-key/">Key DID Method</a></td><td>yes</td><td>yes</td></tr><tr><td><code>did:web</code></td><td>DIDs on web server infrastructure</td><td><a href="https://github.com/w3c-ccg/did-method-web">Web DID Method</a></td><td>yes</td><td>yes</td></tr></tbody></table>

We're working on adding support for the following

<table data-full-width="true"><thead><tr><th>Method</th><th>Description</th><th>Specification</th><th>Resolver</th><th>Registrar</th></tr></thead><tbody><tr><td><code>did:hedera</code></td><td>DIDs on Hedera Hashgraph from Hbar Foundation</td><td><a href="https://github.com/hashgraph/did-method/blob/master/did-method-specification.md">Hedera DID Method</a></td><td>yes</td><td>yes</td></tr></tbody></table>

Don't find your preferred DID method in the list? Contact us!


---

# 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.meeco.me/guides/api-guides/dids/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.
