# Introduction

{% hint style="info" %}
NOTE:  This documentation is still in progress and will evolve further as the DARP protocol is developed.
{% endhint %}

Complex addresses (e.g. cryptocurrency, network, physical) are difficult to share and remember, which adds risk to their use.  The Decentralised Address Resolution Protocol is being designed to provide easy to remember Address Names to help mitigate against these problems

While some services already exist which focus on simplifying the use of cryptocurrency addresses, they are not implemented on a third generation blockchain and use smart contracts to store records on the blockchain that map a friendly name to an address. While this technically decentralises the name resolution service, it unnecessarily adds bloat to the blockchain with data that doesn't necessarily need to be immutable and can also add cost through the use of gas.


---

# 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/master.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.
