> For the complete documentation index, see [llms.txt](https://docs.alldomains.id/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alldomains.id/protocol/developer-guide/programs-svm-and-smart-contracts-evm.md).

# Programs (SVM) & Smart Contracts (EVM)

## ANS (SVM)

ANS - All Name Service: a Solana Program that allows users create human readable domain names that can be used in place of a Public Key.&#x20;

Deployed on [Mainnet](https://explorer.solana.com/address/ALTNSZ46uaAUU7XUV6awvdorLGqAsPwa9shm7h4uP2FK) and [Devnet](https://explorer.solana.com/address/ALTNSZ46uaAUU7XUV6awvdorLGqAsPwa9shm7h4uP2FK?cluster=devnet).

```
ALTNSZ46uaAUU7XUV6awvdorLGqAsPwa9shm7h4uP2FK
```

## TLD House (SVM)

A Solana Program that gives any project the possibility to have their own TLD (**.anything**) on Solana to give/sell or use in any way they want in their community.&#x20;

Deployed on [Mainnet](https://explorer.solana.com/address/TLDHkysf5pCnKsVA4gXpNvmy7psXLPEu4LAdDJthT9S) and [Devnet](https://explorer.solana.com/address/TLDHkysf5pCnKsVA4gXpNvmy7psXLPEu4LAdDJthT9S?cluster=devnet).

<pre><code><strong>TLDHkysf5pCnKsVA4gXpNvmy7psXLPEu4LAdDJthT9S
</strong></code></pre>

## ANS Root Contract (EVM)

An EVM Smart contract that gives any project the possibility to have their own TLD (**.anything**) on Solana to give/sell or use in any way they want in their community.&#x20;

Deployed on Monad Mainnet.

```
0xE6d461c863987F2a1096eA3476137F30f75B3d46
```

## ANS Public Resolver Contract (EVM)

An EVM Smart contract resolver that can be used to set the address of an ANS node. It is currently used for main domains can can be extended to more features.

Deployed on Monad Mainnet.

```
0x314582158A0a72802aD8F6EeE6243C73dCf1F562
```

## Name House (SVM)

Domain NFT Wrapping / Unwrapping: a Solana Program that enables any domain from any TLD to be wrapped as an NFT and be traded on any SOLANA NFT marketplace.

Deployed on [Mainnet](https://explorer.solana.com/address/NH3uX6FtVE2fNREAioP7hm5RaozotZxeL6khU1EHx51) and [Devnet](https://explorer.solana.com/address/NH3uX6FtVE2fNREAioP7hm5RaozotZxeL6khU1EHx51?cluster=devnet).

```
NH3uX6FtVE2fNREAioP7hm5RaozotZxeL6khU1EHx51
```

## TLD Manager (SVM)

to be updated

## All Campaign (SVM)

&#x20;to be updated


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.alldomains.id/protocol/developer-guide/programs-svm-and-smart-contracts-evm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
