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

***

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