> For the complete documentation index, see [llms.txt](https://docs.gemach.io/gemach-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gemach.io/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/adding-tokens-to-the-wallet-interface.md).

# Adding Tokens to the Wallet Interface

Tokens you receive are always in your wallet — but they will not appear in the MetaMask interface until you import them. This is a one-time step per token.

***

## Steps

### 1. Find the Token Contract Address

The project's official website or documentation will list the contract address. You can also look up popular token addresses on [Arbiscan](https://arbiscan.io/).

> ⚠️ **Warning:** Scammers create fake tokens with similar names. Always verify the contract address against the official project source before importing. Never import a contract address sent to you by a stranger.

### 2. Open MetaMask and Import Token

In MetaMask, scroll down and click **Import tokens**.

### 3. Paste the Contract Address

Paste the contract address into the **Token Contract Address** field. MetaMask will automatically fill in the token symbol and decimals if the contract is verified on-chain. If it does not fill in automatically, enter the details manually.

### 4. Add the Token

Click **Add Custom Token**, then **Import Tokens** to confirm.

***

The token balance will now appear in your MetaMask wallet interface. Repeat this process for each new token you want to track.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.gemach.io/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/adding-tokens-to-the-wallet-interface.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.
