> For the complete documentation index, see [llms.txt](https://mingle-bot.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mingle-bot.gitbook.io/en/mingle-coin.md).

# Mingle Coin

Mingle Coin is the internal token of the Mingle application, designed for conducting internal transactions and exchanging values on the platform. It operates on the TON blockchain, which is the Telegram blockchain.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Name</td><td><strong>Mingle Coin</strong></td><td></td><td><a href="https://tonscan.org/jetton/EQCJL2vi6G5TcUWtSjUYJ9Aiynf0xwYw0BihB07h3Wxmtx1z#holders">https://tonscan.org/jetton/EQCJL2vi6G5TcUWtSjUYJ9Aiynf0xwYw0BihB07h3Wxmtx1z#holders</a></td></tr><tr><td>Ticker</td><td>?</td><td></td><td></td></tr><tr><td>Blockchain</td><td><strong>The Open Network</strong></td><td></td><td><a href="https://ton.org">https://ton.org</a></td></tr></tbody></table>

## Mingle Coin

1. **Internal token:** Mingle Coin is exclusively used within the Mingle platform for conducting various operations and exchanging digital assets among users.
2. **TON blockchain:** All Mingle Coin transactions are conducted on the TON blockchain, ensuring the security and transparency of all transactions.
3. **Internal transactions:** All internal transactions on the Mingle platform are conducted exclusively in Mingle Coin, providing convenience and efficiency in user interaction.

<br>

\
Thus, Mingle Coin plays a crucial role in the Mingle platform ecosystem, providing users with the ability to safely and conveniently conduct all operations on the platform.


---

# 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://mingle-bot.gitbook.io/en/mingle-coin.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.
