# How to Check your Account Balance

There are multiple ways to see your MGX balance, this guide explains the current options to check your MGX balances. To find your LP balances, read [**How to check your LP token balance**](/welcome/guides/technical-guides/how-to-check-your-lp-token-balance.md)

### Option 1 : Mangata Trading App

* Go to <https://app.mangata.finance/> and connect your wallet. Your balance should appear on the screen under “My Tokens”.

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

***

### Option 2 : Talisman

* You can check your MGX balance on Talisman App as well as the Talisman browser extension.

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

***

### Option 3 : Subscan

* You can copy your address to <https://mangatax.subscan.io/> to check your current MGX balance.

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

***

### Option 4 : Nova Wallet

* If you prefer a mobile wallet, you can check your MGX balance through Nova Wallet app.

<figure><img src="/files/t9duTzzPPNBNTqbrBJq9" alt="" width="288"><figcaption></figcaption></figure>

***

### Option 5 : Developer Portal

To query the balance for a token, you need the corresponding token ID: [How to look up Token IDs](/welcome/guides/technical-guides/how-to-look-up-token-ids.md)

* Visit the [developer portal](https://polkadot.js.org/apps)
* Go to Developer → Chain state
* tokens → accounts
* Choose your account for AccountId
* u32 stays = 0 (for MGX)
* Press the little plus (+) button on the top right
* You will see your balance at the bottom of the page

<figure><img src="/files/8NxKGIFVjTGGyfQXZJXm" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Pay attention to decimals! The number is given with **18 digits precision**. The example above shows the amount of \~46,000 MGX.
{% endhint %}


---

# 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.mangata.finance/welcome/guides/technical-guides/how-to-check-your-account-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.
