# 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**: Open the SubWallet extension and click on the token you want to view its balance.

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

<figure><img src="/files/F2oeMDe9riv6YlGgFUbE" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the Token screen, click MYTH on the Hydration network to get to the Token details screen. You'll see detailed information about your token balances.

<div><figure><img src="/files/Ats1Qet628RcId98Z1B9" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/1IqcE8aS3NnxuiBrrqLH" alt="" width="362"><figcaption></figcaption></figure></div>

{% 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.

<img src="/files/DZfCE2R6su9DBroylEhg" alt="" data-size="original">
{% endhint %}

<details>

<summary>View balances of Bitcoin tokens on different address types</summary>

Currently, SubWallet supports displaying BTC balances for all 3 address types, and the balance you see on the homepage is equal to the total balance from all these address types.

<div><figure><img src="/files/RwNadVgRPt7KoJklZgow" alt=""><figcaption></figcaption></figure> <figure><img src="/files/17Dkroc3TOTQW2bKm4fJ" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you're in the "All accounts" mode, it will look like this:

<img src="/files/2Bf3XhxxzzR2Qv1BkjTm" alt="" data-size="original"><img src="/files/6s1c50uL1Ax9lSs9muQS" alt="" data-size="original"><img src="/files/uw9JLb1Gbc33uDIzGzxL" alt="" data-size="original">
{% endhint %}

</details>

### 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**: Open the SubWallet extension and click on the <img src="/files/4h0YVp5fUkK5pESa9MbE" alt="" data-size="line"> icon at the top of the screen, then choose "**Network display**".

<div><figure><img src="/files/ygu4y97FdxHVQzAHaPnZ" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/xEkGjyQUE50UWpIqcFRf" alt="" width="363"><figcaption></figcaption></figure></div>

**Step 2**: Turn off the "**Show zero balance**" toggle to hide all the tokens with zero balances.

<div><figure><img src="/files/OwygZRaq40BkcpiKdlp1" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/styYP96ATRt3WPi9h7Hm" alt="" width="363"><figcaption></figcaption></figure></div>

{% 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.

<div><figure><img src="/files/RJtW7lICX4NadsvDSPhA" alt="" width="362"><figcaption><p>Before</p></figcaption></figure> <figure><img src="/files/aLlQ2POdr1VqnMs1nHTQ" alt="" width="362"><figcaption><p>After</p></figcaption></figure></div>


---

# 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/extension-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.
