# ErgoNames Docs

ErgoNames is a decentralized name system built for the Ergo blockchain. By utilizing NFT technology, our system can create "human-readable" and "easy-to-remember" addresses for users. We aim to make the user experience when operating on Ergo much easier. The ErgoName system acts as the "middleman" between the users and wallet/dapps. The difference between our system and traditional DNS systems is that ErgoNames are completely controlled by the owner.

The system is comprised of three parts:

1. Backend
2. Smart Contracts
3. SDKs

In this documentation, you will find everything you need to start using ErgoNames, as an end-user or as a developer.


---

# 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://zack-balbin.gitbook.io/ergonames/readme.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.
