# Balance Hiding

In **MyTonWallet**, you can keep your balances and transaction amounts **hidden** from prying eyes.

## How to hide your balance

1. Open the **Wallet** tab.
2. On the wallet card, tap the **crossed-out eye** icon.
3. Balances and amounts will be hidden immediately.

## How to show balances again

* Tap the **eye** icon again, or tap any hidden amount (spoiler) to reveal it.

## Tips

* Use balance hiding when sharing your screen or checking your wallet in public.
* Balance hiding is a **privacy** feature. It does not change on-chain data.

## See also

* [How to hide balances in MyTonWallet?](/intro/security-and-access-recovery/how-to-hide-balances-in-mytonwallet.md)


---

# 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://help.mytonwallet.io/intro/key-features/balance-hiding.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.
