# Contract Addresses (Testnet)

{% hint style="info" %}
The following addresses are **EXCLUSIVE** for Polygon Mumbai Testnet. These tokens have zero economic value and are only for testing purposes.&#x20;
{% endhint %}

### Token List

#### Collateral Assets

<table data-header-hidden><thead><tr><th width="225.99999999999997">Token Name</th><th>Contract</th><th>Decimals</th></tr></thead><tbody><tr><td>Token Name</td><td>Contract</td><td>Decimals</td></tr><tr><td><strong>MOT (Möbius Token)</strong></td><td><code>0xAA3aE75e8118FC1b6DeBC99Bc52dB28F7403A54c</code></td><td>18</td></tr><tr><td><strong>METH</strong></td><td><code>0xC350457316999ECA45698F124d07Eb8EfDA93b9d</code></td><td>18</td></tr><tr><td><strong>MDAI</strong></td><td><code>0xA3BcFf6aA08ff0cA764e65A9579748C7E676e566</code></td><td>18</td></tr><tr><td><strong>MATIC</strong></td><td><em>Matic token can be acquired on their official faucet</em></td><td>-</td></tr></tbody></table>

#### moAssets

| Token Name | Contract                                     | Decimals |
| ---------- | -------------------------------------------- | -------- |
| **moUSD**  | `0xD51C2a4ef18aD2dC424B29B4120899e83AC82483` | **18**   |
| **moTSLA** | `0xb7d8378F720723f9Bd51d8c739bB1aDefa3fa11D` | **18**   |
| **moXAU**  | `0xEa0C2C9e1Cb5B0ce365cE075DcB93A311473Ade9` | **18**   |
| **moBTC**  | `0x5afd7Cf37d3c372f49F110506CE0cba08041eAb6` | **18**   |
| **moETH**  | `0x8730aD4E54f5d2A0E1046897D991f5832163f7BE` | **18**   |

### &#xD;Contract List

Smart contracts will be open-sourced after the mainnet launch.


---

# 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.mobius.finance/technical-resources/contract-addresses.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.
