> For the complete documentation index, see [llms.txt](https://whitepaper.anttime.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.anttime.net/tokenomics/anttime-token/how-to-add-anttime-token-to-your-wallet.md).

# How to add ANTTIME Token to your wallet

In MetaMask, you must manually add specific tokens to your token list to view your balance.\
This guide explains how to add the **ANTTIME Token** to your MetaMask wallet.

## How to Add - PC

1. **Open MetaMask**\
   Launch the MetaMask wallet.

2. **Token List Menu**\
   Click the menu button within the Token List.

   <figure><img src="/files/e8RmWLDLPltbQXKmrn2R" alt=""><figcaption></figcaption></figure>

3. **Import Tokens**\
   Click the "Import tokens" button (usually located at the bottom of the list).

   <figure><img src="/files/Zt0aMyyuiNQwHXIhKlfQ" alt=""><figcaption></figcaption></figure>

4. **Select Chain**\
   Select the chain where you want to add the token. Since the ANTTIME Token is issued on the BNB Chain, please make sure to select BNB Chain.

   <figure><img src="/files/5LHByK5PFt18y415nKmX" alt=""><figcaption></figcaption></figure>

5. **Select 'Custom token'**\
   The ANTTIME Token may not appear in the standard search results. Therefore, please select the "Custom token" tab.

   <figure><img src="/files/CAxFBWnQjyw614PMJlHr" alt=""><figcaption></figcaption></figure>

6. **Enter Token Contract Address**\
   Enter the Token Contract Address for the ANTTIME Token in the field provided.

   * **ANTTIME Token Contract Address:** `0xFf4A90B8A0C60047a838D64DbC762bdb4cB78394`

   <figure><img src="/files/DkeapQKmDwk12CU7LUkW" alt=""><figcaption></figcaption></figure>

7. **Check Token Symbol and Decimal**\
   Once you enter the Token Contract Address, the Token Symbol and Token Decimal should populate automatically.

   * **ANTTIME Token Contract Address:** `0xFf4A90B8A0C60047a838D64DbC762bdb4cB78394`
   * **Token Symbol:** `ANT`
   * **Token Decimal:** `18`

   If the information matches the above, click the **"Next"** button.\
   ⚠️ *if the symbol or decimal is incorrect, please restart the browser where MetaMask is running and start the process again from the beginning.*

   <figure><img src="/files/Ysg4bh8tgS8MSp2gGyK3" alt=""><figcaption></figcaption></figure>

8. **Select Import**\
   You will be asked to confirm if you want to add the token. Click the **"Import"** button.

   <figure><img src="/files/I70ZHivyiPUXIYFJl5di" alt=""><figcaption></figcaption></figure>

9. **Addition Successful**\
   You will see a **"Token imported"** message, and the ANTTIME Token will be added to the bottom of your Token List. You can now check your ANTTIME Token balance and make transfers.

   <figure><img src="/files/QQL5K9QP6jNz1hxyjFoR" alt=""><figcaption></figcaption></figure>

***

## How to Add - Mobile

1. **Open MetaMask**\
   Launch the MetaMask app on your mobile device.

2. **Token List Menu**\
   Tap the **“+” (Import Tokens)** button located within the Token List.

   <figure><img src="/files/64RMJDlYS2NZCRuaofQd" alt="" width="313"><figcaption></figcaption></figure>

3. **Select Chain**\
   Select the chain where you want to add the token. Since the ANTTIME Token is issued on the BNB Chain, please make sure to select **BNB Chain**.

   <figure><img src="/files/m5t35eVf4TDgZWM9HzMJ" alt="" width="313"><figcaption></figcaption></figure>

4. **Select 'Custom Token'**\
   The ANTTIME Token may not appear in the standard search results. Therefore, please select the **"Custom token"** tab.

   <figure><img src="/files/2mrthfVhWGGOlEzCF2IB" alt="" width="313"><figcaption></figcaption></figure>

5. **Enter Token Contract Address**\
   Enter the **Token Contract Address** for the ANTTIME Token in the field provided.

   * **ANTTIME Token Contract Address:** `0xFf4A90B8A0C60047a838D64DbC762bdb4cB78394`&#x20;

   <figure><img src="/files/4jKt1rqFbixP4bApPRiY" alt="" width="313"><figcaption></figcaption></figure>

6. **Select Import**\
   You will be asked to confirm if you want to add the token. Tap the **"Import"** button.

   <figure><img src="/files/gQ5lc2UZrRAVWzTLsuvP" alt="" width="313"><figcaption></figcaption></figure>

7. **Addition Successful**\
   You will see an **"Imported Token"** message, and the ANTTIME Token will be added to the bottom of your Token List. You can now check your ANTTIME Token balance and make transfers.

   <figure><img src="/files/BF2FjvXM4W5Vtrr1JUOY" alt="" width="313"><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.anttime.net/tokenomics/anttime-token/how-to-add-anttime-token-to-your-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
