# 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: 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.alldomains.id/protocol/developer-guide/programs-svm-and-smart-contracts-evm.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.
