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

# Developers

- [Smart Contracts](https://docs.candychain.com/developers/smart-contracts.md)
- [Bug Bounty](https://docs.candychain.com/developers/bug-bounty.md): The Candy Chain Bug Bounty Program invites participants to uncover security vulnerabilities in its blockchain ecosystem, rewarding discoveries with Candy Tokens based on severity.
- [Audits](https://docs.candychain.com/developers/audits.md): Candy Chain Audits provide transparency and security. Explore our Ethereum, Binance Smart Chain, and Polygon contract audits. Stay updated with our latest reports.
- [KYC](https://docs.candychain.com/developers/kyc.md): Candy Chain's KYC Verification page provides links to KYC and AML compliance documents, affirming our commitment to transparency and integrity in the crypto space.
- [Litepapers](https://docs.candychain.com/developers/litepapers.md): Discover Candy Chain, a Layer 2 EVM-compatible blockchain fostering a vibrant community for meme coin developers and creators.


---

# 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://docs.candychain.com/developers.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.
