# Contract Addresses

The following information may be useful to those building on Xai. We list the addresses of the smart contracts related to the protocol.

## Core contracts

The following contracts are deployed on Arbitrum One (L2)

<table><thead><tr><th width="272"></th><th>Xai</th><th data-hidden>Sepolia</th></tr></thead><tbody><tr><td>Rollup</td><td><a href="https://arbiscan.io/address/0xC47DacFbAa80Bd9D8112F4e8069482c2A3221336"><code>0xC47DacFbAa80Bd9D8112F4e8069482c2A3221336</code></a></td><td></td></tr><tr><td>Sequencer</td><td><a href="https://arbiscan.io/address/0x995a9d3ca121D48d21087eDE20bc8acb2398c8B1"><code>0x995a9d3ca121D48d21087eDE20bc8acb2398c8B1</code></a></td><td></td></tr><tr><td>CoreProxyAdmin</td><td><a href="https://arbiscan.io/address/0x041f85dd87c46b941dc9b15c6628b19ee5358485#code"><code>0x041F85dD87c46B941dc9b15c6628B19ee5358485</code></a></td><td></td></tr></tbody></table>

## Cross-chain messaging contracts

The following contracts are deployed on Arbitrum One (L2)

<table><thead><tr><th width="208"></th><th>Xai</th></tr></thead><tbody><tr><td>Delayed Inbox</td><td><a href="https://arbiscan.io/address/0xaE21fDA3de92dE2FDAF606233b2863782Ba046F9"><code>0xaE21fDA3de92dE2FDAF606233b2863782Ba046F9</code></a></td></tr><tr><td>Bridge</td><td><a href="https://arbiscan.io/address/0x7dd8A76bdAeBE3BBBaCD7Aa87f1D4FDa1E60f94f"><code>0x7dd8A76bdAeBE3BBBaCD7Aa87f1D4FDa1E60f94f</code></a></td></tr><tr><td>Outbox</td><td><a href="https://arbiscan.io/address/0x7dd8A76bdAeBE3BBBaCD7Aa87f1D4FDa1E60f94f"><code>0x1E400568AD4840dbE50FB32f306B842e9ddeF726</code></a></td></tr><tr><td>Challenge Manager</td><td><a href="https://arbiscan.io/address/0x3a3f62034a42a35eA1686B199bB73006aa525eE4"><code>0x3a3f62034a42a35eA1686B199bB73006aa525eE4</code></a></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://xai-foundation.gitbook.io/xai-network/en/build-on-xai/xai-chains-and-parameters/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.
