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

# Audits

Megapot's smart contracts have been audited by leading security firms in the blockchain and iGaming industries. We believe in transparency and security, which is why we've worked with top-tier auditors to ensure the safety of your funds.

{% hint style="info" %}
**Reporting a vulnerability:** email <security@megapot.io>. See our [Security policy](/appendix/security.md) for scope, our PGP key, and safe harbor terms.
{% endhint %}

***

## Security Audits

Our smart contracts were audited by top security firms:

* [Zellic](https://www.zellic.io/), trusted by Polymarket, Morpho, and Hyperliquid ([view report](https://github.com/coordinationlabs/megapot-v2-audit-reports/tree/main/zellic))
* [Code4rena](https://code4rena.com/), trusted by AAVE, Coinbase, and Chainlink ([view report](https://github.com/coordinationlabs/megapot-v2-audit-reports/blob/main/code4rena/))
* [RiskCherry](https://riskcherry.com/), prominent iGaming auditors (see our [RNG certificate](/appendix/gaming-license.md#rng-certificate))

***

## Smart Contracts on Basescan

You can view and verify all of our smart contracts directly on Basescan, Base's blockchain explorer. This provides complete transparency into how Megapot operates.

For detailed information on interacting with our contracts, see our guide on [Using Smart Contracts With Basescan](/learn/using-smart-contracts.md).

***

## Additional Security Information

For more information about how Megapot ensures fairness and security:

* Learn about our [Provably Fair](/getting-started/provably-fair.md) lottery mechanism
* View our [Gaming License](/appendix/gaming-license.md) and RNG certificate
* Explore the [Contract Overview](/developers/contract-overview.md) for technical details


---

# 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.megapot.io/learn/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.
