> For the complete documentation index, see [llms.txt](https://docs.sns.id/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sns.id/dev/tld.md).

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