# Bridge to Xai Mainnet

## Bridge XAI to Xai Mainnet

{% hint style="info" %}
You'll need sufficient ETH in your wallet to cover the transactions costs of bridging funds
{% endhint %}

1. Go to <https://bridge.arbitrum.io/?destinationChain=xai&sourceChain=arbitrum-one>
2. Confirm you see XAI in the currency dropdown.
3. Enter an amount to bridge.
4. Click "Move funds to Xai"
5. Wait at least 10 minutes for the bridging process to complete.

## Bridge ETH to Xai Mainnet&#x20;

{% hint style="info" %}
You'll need wrap your ETH (WETH) to bridge to Xai. For a guide on wrapping ETH see [below](#wrap-eth-to-get-weth-on-arbitrum). For an explanation on why ETH needs to be wrapped at all, check out this [article](https://ethereum.org/en/wrapped-eth/#why-do-we-need-to-wrap-eth).
{% endhint %}

1. Go to <https://bridge.arbitrum.io/?destinationChain=xai&sourceChain=arbitrum-one>
2. Click XAI in the currency dropdown.
3. Type in WETH.

{% hint style="info" %}
These are the two WETH contracts depending on the chain:

* WETH on Xai: 0xbee82cfdaff4a6aa4e4793cb81eb1c2e79ac463c
* WETH on Arb: 0x82af49447d8a07e3bd95bd0d56f35241523fbab1
  {% endhint %}

4. Enter an amount to bridge.
5. Click "Move funds to Xai"
6. Wait at least 10 minutes for the bridging process to complete.

<figure><img src="/files/5jR9XdSPvIGc16O05h5N" alt="" width="375"><figcaption><p>Arbitrum Bridge to move XAI into Xai mainnet</p></figcaption></figure>

## Wrap ETH to get WETH on Arbitrum

1. Go to <https://app.camelot.exchange/>
2. Connect your wallet on the top right
3. Select To currency as WETH
4. Click Wrap

<figure><img src="/files/oyNx0I7YwZR111yGdawQ" alt="" width="375"><figcaption><p>Camelot DEX UI to wrap ETH</p></figcaption></figure>


---

# 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/build-on-xai/xai-chains-and-parameters/bridge-to-xai-mainnet.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.
