# Add a Custom Token

## Add a Custom Token on Virgo Wallet

### **Choose the Correct Chain**

The first step is to select the correct chain on which your token is based. If you don’t select the right chain, the token will be untraceable. In our example, we will add a token on the Binance Smart Chain (BEP-20).

* Go to “Manage Tokens” and search for your token.
* If the token you are looking for is not available, a message will indicate this.

<figure><img src="https://cdn-images-1.medium.com/max/800/1*vl61aLH1wDyo6kGhR9aJIQ.png" alt=""><figcaption></figcaption></figure>

### **Obtain the Token Information**

For our example on the Binance Smart Chain, we will use the [BscScan](https://bscscan.com) website. Each blockchain has a similar site containing all the necessary information.

1. Once on BscScan, search for the token name in the search bar. We will search for the [token KUSAMA](https://bscscan.com/token/0x2aa69e8d25c045b659787bc1f03ce47a388db6e8).
2. Once on the token page, copy the token contract address. For KUSAMA, the address is `0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8`.

<figure><img src="https://cdn-images-1.medium.com/max/800/1*-k_nqa9XRXIEmpe-OZlnsg.png" alt=""><figcaption></figcaption></figure>

### **Add the Token to Virgo Wallet**

1. Return to Virgo Wallet and go to “Manage Tokens”.
2. Click on “Add a New Token”.
3. Paste the token contract address and click on “Next”.
4. The token information will be automatically filled in. If not, enter the name, symbol, and decimal places, then click on “Confirm”.

<figure><img src="https://cdn-images-1.medium.com/max/800/1*NF8nurFF3ULNQBCgC-m22g.png" alt=""><figcaption></figcaption></figure>

### **Confirm the Addition**

After clicking “Confirm”, the token will be successfully added. It will be automatically enabled and displayed in your wallet, as well as in the “Manage Tokens” tab.

<figure><img src="https://cdn-images-1.medium.com/max/800/1*9UXAQffyss1DfxBEbPfaoQ.png" alt=""><figcaption></figcaption></figure>

#### Additional Information

**Note:** The price and price variations of the tokens you added yourself will not appear on Virgo Wallet.

## How to Remove or Hide a Custom Token?

To hide a custom token from your wallet, follow these simple steps:

1. Go to the “Manage Tokens” tab.
2. Search for the token and click on the button to its right. When the button is gray, the token no longer appears in your wallet.

<figure><img src="https://cdn-images-1.medium.com/max/800/1*D7IUfvycIGzThsw18Wzpng.png" alt=""><figcaption></figcaption></figure>

To permanently remove the token, click on the token on the main page and select “Remove KSM” (in the case of our KUSAMA example).

<figure><img src="https://cdn-images-1.medium.com/max/800/1*CZW_Nut0sd0DGei5DcOKPA.png" alt=""><figcaption></figcaption></figure>

By following these steps, you can easily manage and customize tokens in your Virgo Wallet, making your user experience more flexible and tailored to your specific cryptocurrency needs.


---

# 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.virgo.net/wallet/tutorials/add-a-custom-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.
