# DID Methods

Platform supports the following DID Methods

| Method     | Description                                                                                              | Specification                                                                                         | Resolver | Registrar |
| ---------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------- | --------- |
| `did:ebsi` | DIDs on the EBSI network from the European Blockain Initiative                                           | [EBSI DID Method](https://ec.europa.eu/digital-building-blocks/wikis/display/EBSIDOC/EBSI+DID+Method) | yes      | yes       |
| `did:indy` | DIDs on Hypledger Indy from Sovrin Foundation                                                            | [Indy DID Method](https://hyperledger.github.io/indy-did-method/)                                     | yes      | yes       |
| `did:key`  | Simples possible implementation of a DID method based on public/private key pairs. Registry independent. | [Key DID Method](https://w3c-ccg.github.io/did-method-key/)                                           | yes      | yes       |
| `did:web`  | DIDs on web server infrastructure                                                                        | [Web DID Method](https://github.com/w3c-ccg/did-method-web)                                           | yes      | yes       |

We're working on adding support for the following

| Method       | Description                                   | Specification                                                             | Resolver | Registrar |
| ------------ | --------------------------------------------- | ------------------------------------------------------------------------- | -------- | --------- |
| `did:hedera` | DIDs on Hedera Hashgraph from Hbar Foundation | [Hedera DID Method](https://docs.meeco.me/latest/guides/dids/did-methods) | yes      | yes       |

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