> For the complete documentation index, see [llms.txt](https://docs.nabla.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nabla.fi/developers/contract-addresses/berachain.md).

# Berachain

**Nabla Mainnet Alpha** contracts are deployed to Berachain (chain id: 80094).

***

### **Nabla Portal**

<table><thead><tr><th width="175">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Address</td><td><pre><code>0x1F917Fe724F186a1fFA7744A73afed18C335b9eC
</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>0x9B5a425a9F4b4411D42B21caacf86d026dce43Ec
</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>0x6d6190Da8fD73E0C911929DED2D6B47cE066e441
</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>0x8756fd992569E0389bF357EB087f5827F364D2a4
</code></pre></td></tr><tr><td>Oracle<br>(price update data)</td><td>Nabla</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>0xBa8cC2Ac11CbB65f542FF59A3af5655940fB3282
</code></pre></td></tr><tr><td>Name</td><td>Nabla 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>0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590
</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>0x896BDED4b4A89C1104587dd045C1B441110B8B5f
</code></pre></td></tr><tr><td>Name</td><td>Nabla 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>0x0555E30da8f98308EdB960aa94C0Db47230d2B9c
</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>0xE971445787DCB0BB577610126287DED493DDDAE7
</code></pre></td></tr><tr><td>Name</td><td>Nabla 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>Bridged USDC (Stargate)   |   USDC.e</td></tr><tr><td>Asset address</td><td><pre><code>0x549943e04f40284185054145c6E4e9568C1D3241
</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>0xfa158Cf7cD83F418eBD1326121810466972447F6
</code></pre></td></tr><tr><td>Name</td><td>Nabla 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>Bridged USDC (Stargate)   |   USDC.e</td></tr><tr><td>Asset address</td><td><pre><code>0x549943e04f40284185054145c6E4e9568C1D3241
</code></pre></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nabla.fi/developers/contract-addresses/berachain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
