# Testnet

## Networks

* [Rinkeby](#rinkeby)
* [Kovan](#kovan)
* [Goerli](#goerli)
* [Moonbase Alpha](#moonbase-alpha) (Moonbeam Testnet)
* [Evmos Testnet](#evmos-testnet)
* [Milkomeda C1 Testnet](#milkomeda-c1-testnet)

## Rinkeby

**Domain ID:** `2000`

<table><thead><tr><th width="150">Name</th><th width="150">Symbol</th><th width="150">Decimals</th><th>Address</th><th>Origin Domain</th></tr></thead><tbody><tr><td>Wrapped Ether</td><td>WETH</td><td><code>18</code></td><td>0xf1A137F67aa6aE2FEba192de252f7D4FC244766A</td><td>3000</td></tr><tr><td>Test Token</td><td>TEST</td><td><code>18</code></td><td>0xf4CF3FcC8dC7E5171Bb08bef75EDe3fEf00F46E6</td><td>3000</td></tr><tr><td>USD Coin</td><td>USDC</td><td><code>6</code></td><td>0x238Afa01c004CD2a82908D3B80CF421040601244</td><td>3000</td></tr><tr><td>Wrapped wADA</td><td>WWADA</td><td><code>18</code></td><td>0xeBe76a234bC185606601C807352876Ae757b54D5</td><td>8000</td></tr><tr><td>Wrapped MOVR</td><td>WMOVR</td><td><code>18</code></td><td>0x6FAe8aee3A8681B604837a72b203A72C93987562</td><td>5000</td></tr><tr><td>Wrapped wADA</td><td>WWADA</td><td><code>18</code></td><td>0xc7D9c115e40Bd0a362270A9240975C0009E97c31</td><td>8000</td></tr><tr><td>Random ERC20</td><td>rERC20</td><td><code>18</code></td><td>0x2D997F0917Ce644B6d31303300913E17178F3F3F</td><td>3000</td></tr><tr><td>Wrapped ADA</td><td>WADA</td><td><code>18</code></td><td>0xA9aE90E9D541F726ae8Fb39C5172F2c9D09E2E54</td><td>8000</td></tr><tr><td>Wrapped Ether</td><td>WETH</td><td><code>18</code></td><td>0x12a89f0Cdf44082aEEF0194924A5280Cc178073A</td><td>9000<br></td></tr></tbody></table>

## Kovan

**Domain ID:** `3000`

| Name          | Symbol | Decimals | Address                                    | Origin Domain |
| ------------- | ------ | -------- | ------------------------------------------ | ------------- |
| Wrapped Ether | WETH   | `18`     | 0x6A8a5FB1bd977849b4fEcFb1e104ABfeB23b440b | 2000          |
| USD Coin      | USDC   | `6`      | 0x10e8BD2aEa9d43439aC072bF4C68Fb41fa6eB73A | 2000          |

## Goerli

TODO

## Moonbase Alpha

**Domain ID:** `5000`

<table><thead><tr><th width="150">Name</th><th width="150">Symbol</th><th width="150">Decimals</th><th>Address</th><th>Origin Domain</th></tr></thead><tbody><tr><td>Wrapped Ether</td><td>WETH</td><td><code>18</code></td><td>0x6A8a5FB1bd977849b4fEcFb1e104ABfeB23b440b</td><td>2000</td></tr><tr><td>USD Coin</td><td>USDC</td><td><code>6</code></td><td>0x10e8BD2aEa9d43439aC072bF4C68Fb41fa6eB73A</td><td>2000</td></tr></tbody></table>

## Evmos Testnet

TODO

## Milkomeda C1 Testnet

**Domain ID:** `8000`

<table><thead><tr><th width="150">Name</th><th width="150">Symbol</th><th width="150">Decimals</th><th>Address</th><th>Origin Domain</th></tr></thead><tbody><tr><td>Wrapped Ether</td><td>WETH</td><td><code>18</code></td><td>0x6A8a5FB1bd977849b4fEcFb1e104ABfeB23b440b</td><td>2000</td></tr><tr><td>USD Coin</td><td>USDC</td><td><code>6</code></td><td>0x10e8BD2aEa9d43439aC072bF4C68Fb41fa6eB73A</td><td>2000</td></tr></tbody></table>


---

# 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.nomad.xyz/token-bridge/deployed-tokens/testnet.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.
