> For the complete documentation index, see [llms.txt](https://guide.worldofsmellykoala.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.worldofsmellykoala.com/basics/tokens.md).

# Tokens

**KOALA Coin** is the heartbeat of the entire World of Smelly Koala metaverse. Powering our Telegram and the upcoming web game, this coin facilitates engagement in our universe centered around kindness, love, and joy. With the KOALA Coin, you are not just playing games, but participating in a broader mission that strives to make the world a kinder place.

**KCHAT Coin** is the backbone of our social community initiative for a more meaningful global WAX Telegram community. It's not just a token but a tool for promoting kinder and deeper connections within our KCHAT Communities on Telegram and Koala Farm on the web. With KCHAT Coin, you are contributing to the creation of an engaging, respectful online space where every interaction counts.

**KPOINT Coin** is a symbol of our appreciation for our community. It's not just a reward system but an embodiment of our gratitude. Holders of World of Smelly Koala and Guest Collections mine it daily, reaping rewards simply for being part of our journey. With KPOINT Coin, you are tangibly appreciated, turning each day into a rewarding adventure.

Our tokens smart contract on the WAX Blockchain is **appsbmtokens**.

**Notice**

Please note that the KOALA Coin, KCHAT Coin, and KPOINT Coin are central to our World of Smelly Koala metaverse. As these tokens exist on the WAX blockchain, they can also be incorporated into other projects. While we recognize the innovative spirit of the blockchain community, we would like to remind our players that we can only provide assurance for the experiences and rewards associated with these tokens within the official World of Smelly Koala games and communities. We encourage all our players to stay informed and exercise discernment. Together, we can foster a vibrant and engaging gaming environment.


---

# 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://guide.worldofsmellykoala.com/basics/tokens.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.
