> 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/audits.md).

# Audits

## Candy Chain Audits

Candy Chain takes security and transparency very seriously. Our code has been reviewed by various top-notch audit firms, and we aim to maintain the highest level of safety standards in the industry.

Below, you can find details of the audits conducted, including links to the full audit reports.

### Ethereum Smart Contract

* Contract Address: [0x70a8546f70d404afa13912cd4f35584f56fe03cc](https://etherscan.io/address/0x70a8546f70d404afa13912cd4f35584f56fe03cc)
* **Audit Firm 1:** [View Report](https://dessertswap.finance/audits/Candychain-Multi-Chain-AUDIT-18003014.pdf)
* **Audit Firm 2:** [View Report ](https://dessertswap.finance/audits/CandyChain-Presale-Multi-Audit-18050604.pdf)

### Binance Smart Chain Contract

* Contract Address: [0x3ba5cabd330ed172991b645df91bb8b29a9214f0](https://bscscan.com/address/0x3ba5cabd330ed172991b645df91bb8b29a9214f0#code)
* **Audit Firm 1:** [View Report](https://dessertswap.finance/audits/Candychain-Multi-Chain-AUDIT-18003014.pdf)
* **Audit Firm 2:** [View Report](https://dessertswap.finance/audits/CandyChain-Presale-Multi-Audit-18050604.pdf)[ ](https://dessertswap.finance/audits/CandyChain-Presale-Multi-Audit-18050604.pdf)

### Polygon Smart Contract

* Contract Address: [0x3ba5cabd330ed172991b645df91bb8b29a9214f0](https://polygonscan.com/address/0x3ba5cabd330ed172991b645df91bb8b29a9214f0#code)
* **Audit Firm 1:** [View Report](https://dessertswap.finance/audits/Candychain-Multi-Chain-AUDIT-18003014.pdf)
* **Audit Firm 2:** [View Report ](https://dessertswap.finance/audits/CandyChain-Presale-Multi-Audit-18050604.pdf)

### Summary

Ensuring the integrity and safety of our smart contracts is a top priority for Candy Chain. Our team continually strives to follow best practices in the crypto space.

For any further inquiries, please contact our support team at <support@candychain.com>, or follow us on our social channels:

* [Twitter](https://twitter.com/CandyChainCoin)
* [Link Tree](https://linktr.ee/candychain)
* [GitHub](https://github.com/candychaincoin)
* [Telegram](https://t.me/CandyChainCoin)

Please note that the above links to the audit reports are placeholders, and they will be updated with the actual links once the audits are completed. Stay tuned for more updates!


---

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