# Address Name Registry

Similar to how domain names are issued through a domain registrar in the DNS system, Decentralised Address Name Registrars will maintain a registry of Address Names that users have registered through them. In addition to allowing a DARP compliant application to use this registry to verify a DID's ownership of an Address Name, it also serves as the initial lookup source for starting the resolution process of an Address Name entered into the application by one of their users.

While a registry lookup can be used to verify address name ownership, it should still be used in conjunction with a Verifiable Credential issued by a Decentralised Address Name Registrar as this provides a cryptographic proof, which the registry entry doesn't. Not relying solely on the registry for verifying ownership will allow registries to be used in different ways to provide optimisations and greater decentralisation, such as caching or distribution of their hosting.

Although there are currently no constraints on how a Decentralised Address Name Registrar should host a registry it maintains, the DARP team will be exploring peering arrangements that will allow the decentralisation of registries so that a registrar doesn't become a single point of failure.


---

# 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.darp.tech/decentralised-address-name-registrars/address-name-registry.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.
