# How to check your LP token balance

### Check your LP tokens balance on the [developer portal](https://polkadot.js.org/apps/)

To perform this step, you will need the token ID for the LP token you want to check. e.g. “MGX-KSM LP” are token ID 5.

To find other LP token Ids, see this guide: [How to look up Token IDs](/welcome/guides/technical-guides/how-to-look-up-token-ids.md). To find your regular token balances, read [How to Check your Account Balance](/welcome/guides/technical-guides/how-to-check-your-account-balance.md).

You can see how many LP tokens you received by calling an extrinsic from the [developer portal](https://polkadot.js.org/apps/).&#x20;

* Switch to Mangata Parachain from the top left corner.
* Go to: Developer → Chain State
* Selected state query: tokens → accounts
* Select your account in Account Id.
* u32 : LP token ID → 5
* Press the little plus button on the top right corner.
* You will see your LP balance on the bottom.

{% hint style="info" %}
The number has **18 decimals** (subtract the last 6 groups of 3 digits to get full LP tokens) - The example below shows \~11912 LP tokens.
{% endhint %}

<figure><img src="/files/GE6T59b5U3z2qKKLQIlH" 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://docs.mangata.finance/welcome/guides/technical-guides/how-to-check-your-lp-token-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.
