# Overview

BlastName leverages ENS's standard for its domain processing system based on ENS's well-established track record, having passed stringent security audits and earning widespread adoption by major players in the blockchain space, with some adjustments to fit our model and project's goals.

We know it can be confusing for newcomers, so we've included a simple table below to explain the basics. Think of ENS like a phonebook for crypto wallets. Instead of using long, complex addresses "0x88eFda...566", you can use human-readable names like 'alice.eth'. This name points to your actual wallet address behind the scenes, making it easier to remember, share, and use your wallet address. You can also link your website, social media profiles, or even many other crypto addresses to your purchased domain name, making it a powerful tool for managing your online identity in the crypto world.

| Registry                                                                             | Registrars                                                                                                                                                                               | Resolver                                                                                                                                                                             |
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Core contract                                                                        | Merchant Entities                                                                                                                                                                        | Translator program                                                                                                                                                                   |
| Maintain central record of all domain names                                          | <ul><li>Sell and manage domains</li><li>Act as intermediaries between users and the Registry</li><li>Facilitate the registration and renewal process</li><li>Issue domain NFTs</li></ul> | <ul><li>Translate human-readable names into machine-readable addresses</li><li>Store additional data associated with the name, such as content hashes or links to websites</li></ul> |
| Controlled by DAO voting                                                             | Follow a guideline                                                                                                                                                                       | Unrestricted                                                                                                                                                                         |
| <ul><li>Anyone can interact</li><li>Modification requires DAO's permission</li></ul> | <ul><li>Anyone can signup to become one</li><li>Will be revoked if violate guideline</li></ul>                                                                                           | Unrestricted                                                                                                                                                                         |

As the community grows, the DAO will gradually gain more influence over specific project decisions, starting with some limited adjustments during the upcoming quarterly vote. We believe this gradual transfer of control will empower the community, incentivize participation, and ensure the project's long-term success. We encourage all fans and community members to join our discussions and contribute to the DAO's formation.


---

# 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.blastname.com/blast-indentity/overview.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.
