# Check Wallet Balance

All transactions and actions with your wallet on a blockchain are recorded; you can check them by using one of the blockchain explorers below.&#x20;

[**Etherscan**](https://etherscan.io/) is a Block Explorer for Ethereum Network. \
[**BscScan**](https://bscscan.com/) is a Block Explorer for Binance Smart Chain. \
[**Polygonscan**](https://polygonscan.com/) for Polygon Network. \
[**SnowTrace**](https://snowtrace.io/) for Avalanche Network. \
[**FTMScan**](https://ftmscan.com/) for Fantom Network. \
[**ArbiScan**](https://arbiscan.io/) for Arbitrum Network. \
[**Optimistic Ethereum Etherscan**](https://optimistic.etherscan.io/) for Optimism Network. \
[**GnosisScan**](https://gnosisscan.io/) for Gnosis Chain. \
[**Celo Explorer**](https://explorer.celo.org/) for CELO Network.

If you do not see assets in your wallet, it is a good idea to check your wallet’s address on a blockchain explorer. Use [**Etherscan**](https://etherscan.io/) for **Ethereum** transactions, [**BscScan**](https://bscscan.com/) for **Binance Smart Chain** transactions, and so on.  <br>

Copy your wallet’s public address and search for it on a blockchain explorer.

![](/files/-MdYZ4xLAYlBkHvDaFKm)

After entering your public address, you will see your ETH or BNB balance in native value. You will also see all up-to-date transactions that happened to your wallet. To view Expanded Token Holdings click on the button next to the value of your custom tokens.

![](/files/-MdYZAi61DX3S8yzSakV)

![](/files/-MdYZE9haH9h2-D2xW61)

Wallets like MetaMask display a limited list of standard token balances but do not display current balances for custom tokens. You have to add a custom token to your wallet manually. All you need is a Token Contract Address that you can find on [**Etherscan**](https://etherscan.io/) for ERC-20 tokens and [**BscScan**](https://bscscan.com/) for BEP-20 tokens. <br>

Go to your Token Holdings, find the token you want to add to your wallet, and press it. Copy the Contract Address. You will need to add it to your wallet.

![](/files/-MdYZISyqyyN4SucY8Aq)

If you are using MetaMask, go to your Assets, scroll down, and press “Add Token”

![](/files/-MdYZN3wrHMDktCs4s-L)

![](/files/-MdYZRT-PLWZfyXhz57q)

Press “Custom Token.” Make sure you are connected to the correct network (ETH or BSC).

![](/files/-MdYZUdOEyWh4RonjhDT)

Now paste the Token Contract Address. Token Symbol and Decimals of Precision will be filled automatically.

![](/files/-MdYZ_fDbOrEg0KA4eG9)


---

# 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.dex.guru/how-to/see-my-wallets-balance.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.
