# Import the Autonomi Token

Once you have [added and enabled the Arbitrum Network](/token/using-autonomi-tokens/holding/add-arbitrum-network.md) you'll need to import the Autonomi Network Token contract into your wallet so you can see any tokens you receive.

## Token contract address

```
0xa78d8321B20c4Ef90eCd72f2588AA985A4BDb684
```

Most wallets will populate any remaining fields after you enter the contract address.

## Importing the token in MetaMask

Here's an example of how the process works in MetaMask. The screens may look slightly different depending on the version of MetaMask you are using, but it's the same process.

{% stepper %}
{% step %}
**Make sure you are on the Arbitrum Network**

You can use the dropdown top left to **select Arbitrum One**

<figure><img src="/files/gjz8HQ1Z8sLYupCh9mZA" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Click the small dots menu**, then **Import Token**

<figure><img src="/files/CdQPOOgjNJ57IuxoFjkJ" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the **Custom Token Tab**

<figure><img src="/files/PjYrHwUTOQ75gxbbMAG4" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Paste in the following **Token contract address** in the text box

```
0xa78d8321B20c4Ef90eCd72f2588AA985A4BDb684
```

<figure><img src="/files/03XnWNOvzcGjYemrs7Km" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Click Next** then **Import**<br>
{% endstep %}
{% endstepper %}

You'll now be able to see your Autonomi Network Tokens in 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.autonomi.com/token/using-autonomi-tokens/holding/import-the-autonomi-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.
