# Add Tokens

To see Arbitrum tokens on your wallet UI, you must manually add them. \
Even if you haven't imported tokens, your wallet will still receive them, but they won't be displayed natively.

{% hint style="info" %}
You can obtain the contract address for the token from its official website. Popular token contract addresses such as: :arrow\_heading\_down:

* <mark style="color:blue;">USDC</mark>
* <mark style="color:blue;">USDT</mark>
* and <mark style="color:blue;">wBTC</mark> can also be found at <https://arbiscan.io/>.
  {% endhint %}

1. **Once you obtain the token address, open MetaMask and click on (import tokens) at the bottom.**&#x20;

![](/files/T3kuNQfeZpNzBuhpa9Ep)

2. **After pasting the token's contract address, MetaMask will automatically fill out the remaining details for you. However, if any details are missing, add them manually.**

![](/files/CSS51gUDX0dCUMmp1Ytv)

{% hint style="info" %}
**When added, click on \[Add Custom Token].**&#x20;
{% endhint %}

3. **You will now be able to see the balance of the token you added to your wallet.**


---

# 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.unlimited.trade/start-trading/or-arbitrum-guide/add-tokens.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.
