> For the complete documentation index, see [llms.txt](https://whitepaper.igocoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.igocoin.org/overview/token-features.md).

# Token Features

{% hint style="info" %}
IGO token has been minted 21000110 IGO on BSC chain. For the future, it can only be minted for airdrops. In the event of a mintage, the IGO community will be informed about the reason for the mintage and transparency will be maintained at all times.
{% endhint %}

## For other features

In Pancakswap you can trade [IGO/USDC](https://pancakeswap.finance/swap?inputCurrency=0x7f483b96cfCF0cC89d98E8215A36190EeeAFa1Cc\&outputCurrency=0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d) or [IGO/WBNB](https://pancakeswap.finance/swap?inputCurrency=0x7f483b96cfCF0cC89d98E8215A36190EeeAFa1Cc\&outputCurrency=0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) pairs or add liquidity and earn. Every trader and investor should do their research before trading. You can check whether the IGO token is a [honeypot](https://honeypot.is/?address=0x7f483b96cfCF0cC89d98E8215A36190EeeAFa1Cc). The result is shown in the figure below.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.igocoin.org/overview/token-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
