# Adding custom tokens to Metamask

If you have created a token using [Dexpanse's Token Builder](https://dexpanse.io/token-builder), but have forgotten to add it to your Metamask after finalizing a transaction, then this short tutorial will show you how to fix that. Do note, however, that provided you have successfully finalized the transaction, the token has already been safely added to your address, it just doesn't show until you add it to Metamask.

1. Open the Matamask widget and switch to the network that you have previously used to create your token.
2. Go to the Activity tab and find the transaction that was used to create the token. Knowing the fee that you paid will greatly help with that.
3. ![](/files/XNbN3QwY8J53LGFxkuG4)
4. If Metamask has forgotten your transaction, or you're opening the wallet on a different device, then you can click the ellipsis menu at the top of the Metamask widget and choose the *View Account in Explorer* option to see all your transactions on this network.
5. ![](/files/88e4WQXgfbERJVhPvkQq)
6. Click on the correct transaction in Metamask to see its details and then choose the *View on block explorer* button. If you have found the transaction on the block explorer already, then go to the detailed view.
7. ![](/files/DUhBe6EBwq4T17fIZBwJ)
8. In the details of the transaction you will find the token you have created. On BSC this is in the *Tokens Transferred* section.

![Click on the Test Token (TEST) in the Tokens Transferred section](/files/G7K8OOwGHHpQS6nupRX7)

9\. Go to the details of the created token and copy its contract address.

![Copy the Contract address](/files/aWHbeZqEoUwtpAWuo0KB)

10\. Back on Metamask, go to the *Assets* tab and scroll to the bottom to find and click the *Import Tokens* button.

11\. Paste in the Token Contract Address of the created token and confirm with the *Add Custom Token* button.

![](/files/41mUjExGiZEezYEE58Te)

12\. Your token will now show in the *Assets* tab of your wallet, along with  information regarding how many of these tokens you hold.

![](/files/1LQOyM1HmVQIJVHxnUzz)


---

# 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://dexpanse.gitbook.io/dexpanse-wiki/tutorials/adding-custom-tokens-to-metamask.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.
