# Decentralized Identity

Decentralized Identifiers are a [W3C standard](https://www.w3.org/TR/did-core/) and core to user identities using the Verida Network. The Verida network enables user’s to maintain private keys/seed phrases to control their identity.

Each decentralized identity is an account on the Verida Network.

Users control the private keys to their accounts, enabling them to:

* Encrypt, authenticate and authorize access to their private data
* Control where their data is stored
* Sign their data and messages to third parties
* Send and receive encrypted messages with other identities
* Sign into decentralized applications

Verida has implemented a fast, low cost implemention of the DID Core standard that forms the basis of accounts on the Verida Network. [Learn more](https://news.verida.network/introducing-did-vda-a-fast-cheap-web3-identity-solution-on-polygon-5d1487941477).

{% embed url="<https://youtu.be/PZv8ga3IdLQ>" %}

{% hint style="info" %}
You can create a decentralized identity for free with the [Verida Wallet](/verida-wallet.md).
{% endhint %}


---

# 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://developers.verida.network/protocol/concepts/decentralized-identity.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.
