# Token List

TokenList is the platform for managing the Fungible Token list on-chain based on their on-chain [MetadataViews](https://github.com/onflow/flow-ft/blob/master/contracts/FungibleTokenMetadataViews.cdc).

And this service also provides an API endpoint to obtain the token list json.

## Contracts

| Contract Name | Testnet                                                                            | Mainnet                                                                            |
| ------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| BlackHole     | [0xad26718c4b6b921b](https://contractbrowser.com/A.ad26718c4b6b921b.BlackHole)     | [0x4396883a58c3a2d1](https://contractbrowser.com/A.4396883a58c3a2d1.BlackHole)     |
| FTViewUtils   | [0xb86f928a1fa7798e](https://contractbrowser.com/A.b86f928a1fa7798e.FTViewUtils)   | [0x15a918087ab12d86](https://contractbrowser.com/A.15a918087ab12d86.FTViewUtils)   |
| ViewResolvers | [0xb86f928a1fa7798e](https://contractbrowser.com/A.b86f928a1fa7798e.ViewResolvers) | [0x15a918087ab12d86](https://contractbrowser.com/A.15a918087ab12d86.ViewResolvers) |
| TokenList     | [0xb86f928a1fa7798e](https://contractbrowser.com/A.b86f928a1fa7798e.TokenList)     | [0x15a918087ab12d86](https://contractbrowser.com/A.15a918087ab12d86.TokenList)     |

## API Endpoints

{% content-ref url="token-list/query-tokenlist" %}
[query-tokenlist](https://docs.fixes.world/concepts/token-list/query-tokenlist)
{% endcontent-ref %}

{% content-ref url="token-list/query-reviewers" %}
[query-reviewers](https://docs.fixes.world/concepts/token-list/query-reviewers)
{% endcontent-ref %}


---

# 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.fixes.world/concepts/token-list.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.
