# Supported Chains

The core infrastructure of Glacis is deployed across the following chains. Each deployment undergoes integration testing to ensure that all Glacis operations function correctly on the respective chain and with the actual GMPs.

Testnet chains only communicate with other Testnet chains while Mainnet chains only communicate with other Mainnet chains.

## Testnet

<table><thead><tr><th>Chain Name</th><th>Chain ID</th><th>Glacis Router Address</th><th data-hidden>Sample Contract</th></tr></thead><tbody><tr><td>avalanche-testnet</td><td>43113</td><td>0x1Ce678F0e7834713868877C34F84C2cfaf511aFe</td><td>0xe39f21885E56Bef104D19fbA1EeB76c74a70ae7a</td></tr><tr><td>bsc-testnet</td><td>97</td><td>0x7B46E11429F51fb1E4324273fa26CF92c63Df18d</td><td>0x4358bDEfCF7De985fA84C8ad0C7A12c81b7cdd31</td></tr><tr><td>arbitrum-sepolia</td><td>421614</td><td>0x51f4510b1488d03A4c8C699fEa3c0B745a042e45</td><td>0x58eeC04A92E7dD25c6689098880F4B0B1c4dCe75</td></tr><tr><td>optimism-sepolia</td><td>11155420</td><td>0xefc27DdE9474468ED81054391c03560a2A217b87</td><td>0x58f43594f87bd98a556aF9698d6084294ac1A61d</td></tr><tr><td>moonbase-alphanet</td><td>1287</td><td>0xD404d5a915722807323a3Ec76F728D9b9F2BcF9d</td><td>0xCF506DCa98bCc42d1A71f8e637bD1f190E672E66</td></tr><tr><td>somnia-testnet</td><td>50312</td><td>0x33D27A8f34F8C9d4891957435c7E302626938EDC</td><td>0x1984e654F840988111D108Dc3CaF3091f5d769E4</td></tr></tbody></table>

## Mainnet

<table data-full-width="true"><thead><tr><th width="132">Chain</th><th width="100">Id</th><th width="427">Glacis Router Contract</th><th width="435">Glacis Token Mediator Contract</th><th data-hidden>Tested</th></tr></thead><tbody><tr><td>Ethereum</td><td>1</td><td><pre><code>0xa8E809b54cff39bCA2ca75d49E13F9BfCEA2864e
</code></pre></td><td><pre><code>0x59295f49e29524453c4f3c00F2AeC63c0A64edb1
</code></pre></td><td></td></tr><tr><td>Optimism</td><td>10</td><td><pre><code>0xb515a38AE7FAb6F85aD03cBBa227D8c198823180
</code></pre></td><td><pre><code>0xD404d5a915722807323a3Ec76F728D9b9F2BcF9d
</code></pre></td><td>Yes</td></tr><tr><td>BSC</td><td>56</td><td><pre><code>0xaAcFE6eDad6F7401F96A766f1963FD52E90D9036
</code></pre></td><td><pre><code>0x5412Ea23D3843a0A2B20888C8e8B7f9fA09Ff09A
</code></pre></td><td>Yes</td></tr><tr><td>Moonbeam</td><td>1284</td><td><pre><code>0x46c2996ee4391787Afef520543c78f2C1aE3fE22
</code></pre></td><td><pre><code>0x00E279d42540A3e541b2e182E32D7E509993d14B
</code></pre></td><td></td></tr><tr><td>Base</td><td>8453</td><td><pre><code>0xb515a38AE7FAb6F85aD03cBBa227D8c198823180
</code></pre></td><td><pre><code>0xD404d5a915722807323a3Ec76F728D9b9F2BcF9d
</code></pre></td><td>Yes</td></tr><tr><td>Arbitrum One</td><td>42161</td><td><pre><code>0x46c2996ee4391787Afef520543c78f2C1aE3fE22
</code></pre></td><td><pre><code>0x00E279d42540A3e541b2e182E32D7E509993d14B
</code></pre></td><td>Yes</td></tr><tr><td>Avalanche C-Chain</td><td>43114</td><td><pre><code>0xEB50881a831E5094A8aCd716007C5F885f114736
</code></pre></td><td><pre><code>0x2f7cb5Df24AF81b1077634d2c062D5992A448989
</code></pre></td><td>Yes</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.glacislabs.com/glacis-core/references/supported-chains.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.
