# Assets Management

### Why can’t I see my assets after I imported the wallet?

If the asset is not shown on the assets page, please check if you have added the chain in your ONT ID wallet and the token to the assets page.&#x20;

Guides:

<https://ontology-1.gitbook.io/onto/guides/wallet-management/add-chain-wallet-in-ont-id-wallet>

[https://ontology-1.gitbook.io/onto/guides/assets/adding-and-submitting-new-token-type](#why-i-cant-see-my-assets-after-i-imported-the-wallet)

### How to add a token to the assets page?

Add the wallet of the chain where that asset is on, and then search and add that asset:

{% content-ref url="/pages/-MeKrRpOaa1LPo5IWpjt" %}
[Add Chain Wallet in ONT ID Wallet](/guides/wallet-management/add-chain-wallet-in-ont-id-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MRU3OTK3mqnZp\_B9K10" %}
[Adding and Submitting Tokens](/guides/assets/adding-and-submitting-new-token-type.md)
{% endcontent-ref %}

### I don’t know which token to choose from the search results, or the search results don’t have what I want. What do I do?

Please notice the icon picture of the token from the search results and identify the chain differences. If you can’t find the token from your wanted chain, please make sure you have added the chain before.

### Why did my transaction fail? What does "insufficient fee/gas fee" mean? What is a fee/gas fee?

If your transaction failed, please check if you have enough balance in your wallet to pay for transaction fees. If you don’t have enough balance, transaction failures occur. Most on-chain transactions require a certain amount of fees. Different chains require different tokens to pay for the fees. Please check your fee balance before you transact.

### Why didn’t I receive my transactions? Why can’t I find my transacted BTC?

If the token is not shown on the assets page, please check if you have added the chain in your ONT ID wallet and the token to the assets page.&#x20;

Guides:

<https://ontology-1.gitbook.io/onto/guides/wallet-management/add-chain-wallet-in-ont-id-wallet>

[https://ontology-1.gitbook.io/onto/guides/assets/adding-and-submitting-new-token-type](#why-i-cant-see-my-assets-after-i-imported-the-wallet)

If the amount of the token is not updated, please refresh the asset page.

ONTO updates the BTC balance at UTC +6 every day.

### Why does an error of "wrong address" occur when I send ONT or ONG to the exchange? Which network should I choose?

The network should be the same as the blockchain that your sending address is on. If your sending address is on Ontology, where the address starts with A, then choose "Ontology" as the network. If your sending address is on Binance Smart Chain, where the address starts with 0x, then choose "Binance Smart Chain (BEP20)" as the network.


---

# 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.onto.app/q-and-a/assets-management.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.
