# 7.2 Audits and Continuous Verification

The Accessth codebase, specifically the ZK-Circuits (written in Circom and Halo2), undergoes a rigorous, continuous audit process.

* Dual-Verifier Architecture: Every proof submitted to the network is verified by two independent implementations of the verifier logic to prevent bug exploitation in a specific client.
* The Bug Bounty Treasury: 5% of the total token supply is allocated to a perpetual bounty program, offering payouts for critical vulnerabilities in the ZK-SNARK circuits or the Fog Pool smart contracts.


---

# 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.accessth.xyz/part-7/7.2-audits-and-continuous-verification.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.
