# View token balances

### Understand balance types

{% hint style="info" %}
Different balance types dictate whether your balance can be used for transfers, to pay fees, or must remain frozen and unused due to an on-chain requirement.
{% endhint %}

In SubWallet, with each token, there are 2 types of balances depending on the account activity:

* **Transferable**: The transferable balance indicates the number of free tokens available to be transferred.&#x20;
* **Locked**: The locked balance indicates the number of frozen tokens unavailable to be transferred.

### View your token's balance

**Step 1**: On the SubWallet homepage, click on the token you want to view its balance.

*In this example, we want to view DOT balance on the Hydration network.*

<figure><img src="/files/7O8EQ69hZ72VcwAtSu0j" alt=""><figcaption></figcaption></figure>

**Step 2**: In the Your balance section, click DOT on the Hydration network to get to the Token details screen.&#x20;

<figure><img src="/files/DuCFJ0rGVqPUqDmqL58J" alt=""><figcaption></figcaption></figure>

A popup screen will appear on the right side. You'll see detailed information about your token balances.

<figure><img src="/files/ngO6qjQmjsrokal8YtSD" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you are in the "**All accounts**" mode, you can also click the "**Account Details**" tab to see detailed token balance information on each account.

![](/files/Xa1hICxdw8U8MZO7e7ok)
{% endhint %}

### Show/hide zero balances

If you like keeping your wallet tidy by hiding all the tokens with zero balance, this feature is made for you.&#x20;

{% hint style="info" %}
This feature is enabled by default when you first use the wallet, but you can turn it off to fit your needs.
{% endhint %}

**Step 1**: On the SubWallet homepage, click the Network button at the top of the screen.

**Step 2**: A popup screen will appear on the right side. Turn off the "**Show zero balance**" toggle to hide all the tokens with zero balances.

<figure><img src="/files/0Tc90mKf8bnZtjQZ1Cik" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ns6u4fWMhXHpd4Gv39ea" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can enable the toggle back at any time.
{% endhint %}

**Step 3**: Voila! Now, the wallet will only display tokens that have a balance.

<figure><img src="/files/X4uSJu7opbvGhVdLlZTe" alt=""><figcaption></figcaption></figure>


---

# 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.subwallet.app/main/web-dashboard-user-guide/asset-and-address-management/view-token-balances.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.
