# Hyperliquid

**Nabla Mainnet Alpha** contracts are deployed to HyperEVM (chain id: 999).

***

### **Nabla Portal**

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

### Nabla Oracle

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

***

## Crypto Hub

### Router

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Address</td><td><pre><code>0xe62b7C96F9b804742d2Cbd57613F19Bda82D426F
</code></pre></td></tr><tr><td>Oracle<br>(price update data)</td><td>Nabla</td></tr></tbody></table>

### Swap Pools

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

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0x5C542cE2e3dC25B4EF197b79B239261AAE27b3Dd
</code></pre></td></tr><tr><td>Name</td><td>Nabla Crypto Hub ETHU Swap LP</td></tr><tr><td>Symbol</td><td>naETHUc</td></tr><tr><td>Decimals</td><td>18</td></tr><tr><td>Asset</td><td>Unit Ethereum</td></tr><tr><td>Asset address</td><td><pre><code>0xBe6727B535545C67d5cAa73dEa54865B92CF7907
</code></pre></td></tr></tbody></table>
{% endtab %}

{% tab title="UBTC" %}

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0xB5E4C3Ca3D1D804DA0c1808cF60ddED6FF3b65e5
</code></pre></td></tr><tr><td>Name</td><td>Nabla Crypto Hub BTCU Swap LP</td></tr><tr><td>Symbol</td><td>naBTCUc</td></tr><tr><td>Decimals</td><td>8</td></tr><tr><td>Asset</td><td>Unit Bitcoin</td></tr><tr><td>Asset address</td><td><pre><code>0x9FDBdA0A5e284c32744D2f17Ee5c74B284993463
</code></pre></td></tr></tbody></table>
{% endtab %}

{% tab title="USDT0" %}

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0x8426d3de775f77c7226f89eed6839b288639ad73
</code></pre></td></tr><tr><td>Name</td><td>Nabla Crypto Hub USDT0 Swap LP</td></tr><tr><td>Symbol</td><td>naUSDT0c</td></tr><tr><td>Decimals</td><td>6</td></tr><tr><td>Asset</td><td>USD₮0</td></tr><tr><td>Asset address</td><td><pre><code>0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb
</code></pre></td></tr></tbody></table>
{% endtab %}

{% tab title="WHYPE" %}

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Pool address</td><td><pre><code>0x5c235275583048BF99C14C1e20DE35Eeb23AADd7
</code></pre></td></tr><tr><td>Name</td><td>Nabla Crypto Hub WHYPE Swap LP</td></tr><tr><td>Symbol</td><td>naWHYPEc</td></tr><tr><td>Decimals</td><td>18</td></tr><tr><td>Asset</td><td>Wrapped HYPE</td></tr><tr><td>Asset address</td><td><pre><code>0x5555555555555555555555555555555555555555
</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>0x2cD52FF130FD8c4cB1F83c9a179C41FbB06d2363
</code></pre></td></tr><tr><td>Name</td><td>BSPool</td></tr><tr><td>Symbol</td><td>BSP</td></tr><tr><td>Decimals</td><td>6</td></tr><tr><td>Asset</td><td>USD₮0</td></tr><tr><td>Asset address</td><td><pre><code>0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb
</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/hyperliquid.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.
