# Monad Testnet

**Nabla Mainnet Alpha** contracts are deployed to Monad Testnet (chain id: 10143)

***

### **Nabla Portal**

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Address</td><td><pre><code>0xA3E4dC9e6481c027FF6520Bcfe0A7a1FD6140042
</code></pre></td></tr></tbody></table>

### Pyth Adapter V2

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Address</td><td><pre><code>0x0d1aDD2ECF1306F1AA44E35F45c7f77de104b8e6
</code></pre></td></tr></tbody></table>

***

## Main Crypto Hub

### Router

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Address</td><td><pre><code>0x4a7b3A83cf4B2fA10f50e27fe88450424B59973d
</code></pre></td></tr></tbody></table>

### Swap Pools

{% tabs %}
{% tab title="WETH" %}

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0x66D1953aef1639af7EA6509F74b0342A66db1f31
</code></pre></td></tr><tr><td>Name</td><td>Nabla Main Crypto Hub WETH Swap LP</td></tr><tr><td>Symbol</td><td>naWETHc</td></tr><tr><td>Decimals</td><td>18</td></tr><tr><td>Asset</td><td>Wrapped Ether</td></tr><tr><td>Asset address</td><td><pre><code>0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37
</code></pre></td></tr></tbody></table>
{% endtab %}

{% tab title="WBTC" %}

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0x5b90901818F0d92825F8b19409323C82ABe911FC
</code></pre></td></tr><tr><td>Name</td><td>Nabla Main Crypto Hub WBTC Swap LP</td></tr><tr><td>Symbol</td><td>naWBTCc</td></tr><tr><td>Decimals</td><td>8</td></tr><tr><td>Asset</td><td>Wrapped Bitcoin</td></tr><tr><td>Asset address</td><td><pre><code>0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d
</code></pre></td></tr></tbody></table>
{% endtab %}

{% tab title="USDC" %}

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0x01B0932F609caE2Ac96DaF6f2319c7dd7cEb4426
</code></pre></td></tr><tr><td>Name</td><td>Nabla Main Crypto Hub USDC Swap LP</td></tr><tr><td>Symbol</td><td>naUSDCc</td></tr><tr><td>Decimals</td><td>6</td></tr><tr><td>Asset</td><td>USD Coin</td></tr><tr><td>Asset address</td><td><pre><code>0xf817257fed379853cDe0fa4F97AB987181B1E5Ea
</code></pre></td></tr></tbody></table>
{% endtab %}

{% tab title="USDT" %}

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0x356Fa6Db41717eccE81e7732A42eB4E99AE0D7D9
</code></pre></td></tr><tr><td>Name</td><td>Nabla Main Crypto Hub USDT Swap LP</td></tr><tr><td>Symbol</td><td>naUSDTc</td></tr><tr><td>Decimals</td><td>6</td></tr><tr><td>Asset</td><td>Tether USD</td></tr><tr><td>Asset address</td><td><pre><code>0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D
</code></pre></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

### Backstop Pool

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Address</td><td><pre><code>0x124B91b1f91119Bca308Fe5013C34614da5cE186
</code></pre></td></tr><tr><td>Name</td><td>Nabla Main Crypto Hub Backstop LP</td></tr><tr><td>Symbol</td><td>naBSPc</td></tr><tr><td>Decimals</td><td>6</td></tr><tr><td>Asset</td><td>USD Coin</td></tr><tr><td>Asset address</td><td><pre><code>0xf817257fed379853cDe0fa4F97AB987181B1E5Ea
</code></pre></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.nabla.fi/developers/contract-addresses/monad-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.
