> For the complete documentation index, see [llms.txt](https://wiki.chainmonsters.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.chainmonsters.com/game-economy/resources/candies.md).

# Candies

In Chainmonsters, Candies are special, rare items that can be found occasionally in the game world or purchased from specific vendors during events and other special occasions. When fed to a Chainmon, Candies instantly increase the Chainmon's experience points by varying amounts, allowing them to level up quickly. These items provide a convenient way for players to enhance their Chainmons' growth and performance without the need for extensive training or battles.

There are multiple candy types including but not limited to:

* Green Candy - grants a small boost to experience
* Blue Candy - grants a good boost to experience
* Purple Candy - grants a great boost to experience

When a Candy is consumed and the experience bar is almost full prior, the remaining exp will be added to the new level. Only if your Chainmon is close to hitting their current Potential Rank limit, then any excess excess experience will be lost!


---

# 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:

```
GET https://wiki.chainmonsters.com/game-economy/resources/candies.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.
