# TLD

In Solana, the hierarchy of domain names and the TLD system is organized similarly to the traditional internet domain structure. The top of the hierarchy is the Root domain, which holds the Top Level Domains (TLDs) like `.sol`.

<figure><img src="/files/8gaeMP31Gk8Oc7yJ5YsM" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

### TLD List <a href="#tld-list" id="tld-list"></a>

* Root TLD: `ZoAhWEqTVqHVqupYmEanDobY7dee5YKbQox9BNASZzU`
* .sol TLD: `58PwtjSDuFHuUkYjH9BYnnQKHfwo9reZhC2zMJv9JPkx`
  {% endhint %}

Under the Root domain, you have the TLDs, such as `.sol`. All the domain names registered with the .sol extension are considered children (or subdomains) of the `.sol` TLD. For example, bonfida.sol is a child of the `.sol` TLD.

Further down the hierarchy, you can have subdomains of the registered domain names. For instance, `dex.bonfida.sol` is a child of `bonfida.sol`.

In simple terms, the hierarchy of Solana domain names starts with the Root domain, followed by TLDs (e.g., `.sol`), then the registered domain names (e.g., `bonfida.sol`), and finally any subdomains (e.g., `dex.bonfida.sol`). This hierarchical structure allows for an organized way to manage and identify domain names on the Solana network.


---

# 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.sns.id/dev/tld.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.
