# Import ZXAI Token

## Import ZXAI Token

Users may need to manually import ZXAI into their wallet to view their token balance.

This is common for new tokens that are not automatically displayed in wallet apps.

{% hint style="info" %}
Importing ZXAI only makes the token visible in your wallet.\
It does not buy, claim, transfer or unlock tokens by itself.
{% endhint %}

***

#### Contract Address <a href="#contract-address" id="contract-address"></a>

`0x2CfF50dc78aAD6DfB195d91be6553F17e2bea7e9`

<https://etherscan.io/token/0x2cff50dc78aad6dfb195d91be6553f17e2bea7e9>

### Token Details

Before importing ZXAI, make sure you are using the official token contract address.

<table><thead><tr><th width="231.99993896484375">Detail</th><th>Value</th></tr></thead><tbody><tr><td><strong>Token Name</strong></td><td>Zerax AI</td></tr><tr><td><strong>Token Symbol</strong></td><td>ZXAI</td></tr><tr><td><strong>Network</strong></td><td>Ethereum Mainnet</td></tr><tr><td><strong>Decimals</strong></td><td>18</td></tr><tr><td><strong>Token Contract</strong></td><td><code>0x2CfF50dc78aAD6DfB195d91be6553F17e2bea7e9</code></td></tr></tbody></table>

{% hint style="danger" %}
Only use the official ZXAI token contract address.\
Fake token contracts may look similar and can cause confusion or loss.
{% endhint %}

***

## Import ZXAI on MetaMask

MetaMask allows users to add custom ERC-20 tokens manually. MetaMask’s official guide explains that users can add a custom token by opening the token section, selecting the custom token option and pasting the token contract address.

***

### MetaMask Mobile

Follow these steps on MetaMask mobile:

1. Open the **MetaMask** app.
2. Make sure your wallet is on **Ethereum Mainnet**.
3. Go to the main wallet screen.
4. Open the **Tokens** section.
5. Tap the **Import tokens** or **+** button.
6. Select **Custom Token**.
7. Paste the official ZXAI token contract address.
8. Wait for the token details to load.
9. Check that the token symbol is **ZXAI**.
10. Check that decimals are **18**.
11. Tap **Import**.

After this, ZXAI should appear in your MetaMask token list.

***

### MetaMask Browser Extension

Follow these steps on the MetaMask browser extension:

1. Open the **MetaMask** extension.
2. Select **Ethereum Mainnet**.
3. Scroll down to the asset/token list.
4. Click **Import tokens**.
5. Open the **Custom Token** tab.
6. Paste the official ZXAI token contract address.
7. MetaMask should automatically detect the token symbol and decimals.
8. Confirm that the symbol is **ZXAI**.
9. Confirm that decimals are **18**.
10. Click **Next**.
11. Click **Import**.

{% hint style="info" %}
If MetaMask does not automatically detect the token details, enter **ZXAI** as the symbol and **18** as decimals.
{% endhint %}

***

## Import ZXAI on Trust Wallet

Trust Wallet also supports custom token imports. Trust Wallet’s official instructions explain that users can open the asset management area, tap the plus button, choose the correct network and paste the token contract address.

***

### Trust Wallet Mobile

Follow these steps on Trust Wallet mobile:

1. Open the **Trust Wallet** app.
2. Go to the main wallet screen.
3. Scroll to the bottom of your asset list.
4. Tap **Manage Crypto**.
5. Tap the **+** button in the top-right corner.
6. Choose the correct network: **Ethereum**.
7. Paste the official ZXAI token contract address.
8. Wait for token details to appear.
9. Check that the token name is **Zerax AI**.
10. Check that the token symbol is **ZXAI**.
11. Check that decimals are **18**.
12. Tap **Add Token** or confirm the import.

ZXAI should now appear in your Trust Wallet asset list.

***

### Trust Wallet Browser Extension

Follow these steps on the Trust Wallet browser extension:

1. Open the **Trust Wallet** browser extension.
2. Go to your asset list.
3. Select **Manage Crypto**.
4. Click the **+** button.
5. Choose the network: **Ethereum**.
6. Paste the official ZXAI token contract address.
7. Confirm that the token details are correct.
8. Click **Add Token**.

***

### If ZXAI Does Not Appear

If ZXAI does not appear after importing:

* Make sure you selected **Ethereum Mainnet**.
* Check that the contract address is correct.
* Check that the token symbol is **ZXAI**.
* Check that decimals are **18**.
* Restart or refresh the wallet app.
* Make sure you imported the official contract, not a fake token.

{% hint style="warning" %}
If you do not hold ZXAI yet, the token may appear with a zero balance.\
This does not mean the import failed.
{% endhint %}

***

### Safety Checklist

Before importing ZXAI:

* Use only the official contract address.
* Make sure the network is Ethereum Mainnet.
* Do not import random token addresses.
* Do not trust private messages.
* Do not share your seed phrase.
* Do not share your private key.
* Do not connect your wallet to unknown websites.

{% hint style="danger" %}
Zerax AI will never ask for your seed phrase, private key or recovery phrase.
{% endhint %}

***

### Summary

To view ZXAI in your wallet, import the official ZXAI token contract on Ethereum Mainnet.

MetaMask and Trust Wallet both support custom token imports.

Always verify the official contract address before importing.


---

# 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.zeraxai.com/import-zxai-token.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.
