# 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
