# How to look up Token IDs

### Common TokenIDs

<table><thead><tr><th width="156">Asset ID</th><th width="178">Description</th></tr></thead><tbody><tr><td>0</td><td>MGX</td></tr><tr><td>4</td><td>KSM</td></tr><tr><td>7</td><td>TUR</td></tr><tr><td>11</td><td>IMBU</td></tr><tr><td>14</td><td>BNC</td></tr><tr><td>15</td><td>vKSM</td></tr><tr><td>16</td><td>vsKSM</td></tr><tr><td>23</td><td>vBNC</td></tr><tr><td>26</td><td>ZKL</td></tr><tr><td>30</td><td>USDT</td></tr><tr><td>31</td><td>RMRK</td></tr><tr><td>39</td><td>MOVR</td></tr></tbody></table>

<table><thead><tr><th width="153">Asset ID</th><th width="181">Description</th></tr></thead><tbody><tr><td>3</td><td>“Sudo Liquidity” - the liquidity initially used before the first actual liquidity was bootstrapped</td></tr><tr><td>5</td><td>MGX-KSM</td></tr><tr><td>8</td><td>TUR-MGX</td></tr><tr><td>12</td><td>IMBU-MGX</td></tr><tr><td>17</td><td>BNC-MGX</td></tr><tr><td>19</td><td>vsKSM-KSM</td></tr><tr><td>20</td><td>vKSM-KSM</td></tr><tr><td>21</td><td>vKSM-KSM</td></tr><tr><td>27</td><td>BNC-MGX</td></tr><tr><td>32</td><td>KSM-USDT</td></tr><tr><td>33</td><td>MGX-RMRK</td></tr><tr><td>43</td><td>MGX-MOVR</td></tr></tbody></table>

### How to look up a Token ID

Mangata uses the [ORML Tokens Pallet](https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens) to represent tokens.

Regular tokens as well as LP tokens are represented in the `tokens` pallet.

This article assumes you use developer portal to look up information.

{% hint style="warning" %}
If you want to check your balances, see How to Check your Account Balance & How to check your LP token balance
{% endhint %}

### To look up registered tokens

1. Inspect the Chain state at [Developer→Chain state→Storage](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fprod-kusama-collator-01.mangatafinance.cloud%2F#/chainstate)
2. Select **`assetsInfo` -> `assetsInfo`**
3. As parameter, give the ID of a token

### To look up the liquidity pool of 2 assets

1. Inspect the Chain state at [Developer→Chain state→Storage](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fprod-kusama-collator-01.mangatafinance.cloud%2F#/chainstate)
2. Select **`xyk` -> `liquidityAssets`**
3. In the params, give the ids of the two assets in question. Try both variations of how to order them, e.g. KSM & MGX → 4 & 0 leads to 5. This means the token ID of the MGX-KSM liquidity pool is 5.

## Rococo TokenIds

This section is only relevant for the Rococo testnet.

| Asset ID | Description |
| -------- | ----------- |
| 0        | MGR         |
| 4        | ROC         |
| 6        | KAR         |
| 7        | TUR         |
| 14       | IMBU        |
| 16       | BNC         |
| 17       | vKSM        |
| 19       | IMBR        |
| 27       | TST         |
| 35       | USDT        |

| Asset ID | Description |
| -------- | ----------- |
| 5        | MGR-ROC     |
| 10       | MGR-TUR     |
| 21       | MGR-IMBU    |
| 22       | TUR-IMBU    |
| 24       | BNC-IMBU    |
| 33       | ROC-IMBU    |
| 37       | MGR-BNC     |


---

# 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-look-up-token-ids.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.
