> For the complete documentation index, see [llms.txt](https://docs.mangata.finance/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mangata.finance/welcome/guides/technical-guides/how-to-check-your-account-balance.md).

# 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 %}
