# Check Balance

We understand that the last thing you want is having your balance shown in a public server full of people. That's why we created the function `$balance` or short-hand `$bal`/`$bals` for users to view their wallet balance discretely in their DM.

Mochi Bot will shows all the tokens you currently own in your server wallet (including on-chain and off-chain tokens), together with the amount and total estimation in USD!

<figure><img src="/files/X4ZZu4YGu1qxjVF8Yat6" 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://mochibot.gitbook.io/mochi-bot/functions/mochi-pay/check-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.
