# Bridged Token Addresses

Various ERC-20 tokens originally deployed to Ethereum also have corresponding "bridged" representations on Xai Mainnet.

{% hint style="info" %}
The presence of a token on this page does not imply any endorsement of the token or its minter
{% endhint %}

## Xai Mainnet

| Name          | Symbol | L2 Token (ArbOne)                                                                                                  | L3 Token (Xai)                                                                                                      |
| ------------- | ------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------- |
| XAI           | XAI    | [0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66](https://arbiscan.io/token/0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66) | Native token                                                                                                        |
| Wrapped XAI   | wXAI   | N/A                                                                                                                | [0x3fB787101DC6Be47cfe18aeEe15404dcC842e6AF](https://xaiscan.io/address/0x3fB787101DC6Be47cfe18aeEe15404dcC842e6AF) |
| esXAI         | esXAI  | [0x4C749d097832DE2FEcc989ce18fDc5f1BD76700c](https://arbiscan.io/token/0x4C749d097832DE2FEcc989ce18fDc5f1BD76700c) |                                                                                                                     |
| USD Coin      | USDC   | [0xaf88d065e77c8cc2239327c5edb3a432268e5831](https://arbiscan.io/token/0xaf88d065e77c8cc2239327c5edb3a432268e5831) | [0x1E3769Bd5fB2e9e9e7D4ED8667c947661F9A82E3](https://xaiscan.io/address/0x1E3769Bd5fB2e9e9e7D4ED8667c947661F9A82E3) |
| Wrapped Ether | wETH   | [0x82af49447d8a07e3bd95bd0d56f35241523fbab1](https://arbiscan.io/token/0x82af49447d8a07e3bd95bd0d56f35241523fbab1) | [0xBeE82CfdAff4a6AA4E4793cb81eb1C2E79aC463C](https://xaiscan.io/address/0xBeE82CfdAff4a6AA4E4793cb81eb1C2E79aC463C) |


---

# 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/bridged-token-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.
