> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-one/my-assets/tokens/adding-tokens.md).

# Adding Tokens

To add tokens to metapro wallet, you will need to follow these steps:

1\.      Make sure that metapro wallet supports the token that you want to add. Not all wallets support all tokens, so you will need to check to ensure that metapro wallet is compatible with the token that you want to add.

2\.      Find the address for the token contract. Each token has a unique contract address on the blockchain, and you will need this address to add the token to your wallet. You can usually find this information on the website of the token issuer or on a cryptocurrency exchange.

3\.      Add the token to metapro wallet. Our metapro wallets will have a specific option for adding tokens.

4\.      Confirm the token has been added to your wallet. Once you have added the token to your wallet, you should be able to see it listed in the asset view of your wallet. You can then use your wallet to manage your token balance and make transactions with the token.

It's important to note that adding tokens to a wallet does not necessarily mean that you own the tokens. To actually acquire tokens, you will need to purchase them from an exchange or from someone else. Once you have acquired the tokens, you can then add them to your wallet for safekeeping and easy management.

In order to add new Token, you will need to follow a few steps.

**Step 1**

Select **Tokens**

<figure><img src="/files/ShqGpHUFNoB1wcMjn3WU" alt="" width="245"><figcaption></figcaption></figure>

**Step 2**

Select **equalizer icon** to add more Tokens

<figure><img src="/files/RuaUI3tWwoQ2b9IHmKAZ" alt="" width="246"><figcaption></figcaption></figure>

**Step 3**

Add new Tokens from the existing list by **moving the** **shifter**

<figure><img src="/files/srJwt2Z0CJecJJqkOWuA" alt="" width="246"><figcaption></figcaption></figure>

**Step 4**

If you would like to **Add Custom Token** please select this option

<figure><img src="/files/d7ESxmsKfScX9fOkHsUA" alt="" width="248"><figcaption></figcaption></figure>

**Step 5**

Paste contract address of selected custom token

{% hint style="success" %}
Name, Symbol and Decimals should be recognized automatically
{% endhint %}

<figure><img src="/files/APbjJKmkbrEJx2TsdndR" alt="" width="247"><figcaption></figcaption></figure>

**Step 6**

Select **Save**

<figure><img src="/files/qNCv511BSr8CagNY2okF" alt="" width="248"><figcaption></figcaption></figure>

**Step 7**

Your Custom Token has been added to the list of Tokens

<figure><img src="/files/MCmSkoTMBsQRmRjcXKND" alt="" width="248"><figcaption></figcaption></figure>

**Step 8**

Token also has been added to your wallet main list

<figure><img src="/files/k6cD2DCHT27F6VbxYynV" alt="" width="246"><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://docs.metaproprotocol.com/metapro-one/my-assets/tokens/adding-tokens.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.
