# View token balances

### Understand balance types <a href="#understand-balance-types" id="understand-balance-types"></a>

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.

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.
* **Locked**: The locked balance indicates the number of frozen tokens unavailable to be transferred.

### View your token's balance <a href="#view-your-tokens-balance" id="view-your-tokens-balance"></a>

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

*In this example, we want to view ACA's balance on the Acala network. Tap "ACA" to proceed.*

<figure><img src="/files/NPbu2kIgzXzpNBKm4x9T" alt="" width="282"><figcaption></figcaption></figure>

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

<div><figure><img src="/files/3YCR2Ef6aowfcdx1sluP" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/ySuU1AqsYcqkvDB16Wys" alt="" width="282"><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/DBCHil9ESswjzQllSJy7" alt="" data-size="original">
{% endhint %}

### Show/hide zero balances <a href="#show-hide-zero-balances" id="show-hide-zero-balances"></a>

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

{% 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, tap the fader icon to get to the Customize asset display screen.

<figure><img src="/files/yQxmszBN5WL1Lfm65XPh" alt="" width="282"><figcaption></figcaption></figure>

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

*In this example, we want to enable the toggle.*

<div><figure><img src="/files/HfePKwtltVTUqyqQxL8M" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/HI2gxAuoG4vfLLQeU0Qm" alt="" width="282"><figcaption></figcaption></figure></div>

{% hint style="info" %}
You can enable/disable 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/qxfVQ5qaNr5bz9D2wPxV" alt="" width="282"><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/mobile-app-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.
