# Audits

Balancer has completed full audits with Certora, OpenZeppelin, Trail of Bits, and ABKD.&#x20;

| Scope                             | Company       |
| --------------------------------- | ------------- |
| Vault, Weighted Pool, Stable Pool | OpenZeppelin  |
| Vault, Weighted Pool, Stable Pool | Trail of Bits |
| Vault                             | Certora       |
| MultiRewards, Stable Pool         | OpenZeppelin  |
| Linear Pool, Stable Phantom Pool  | Trail of Bits |
| Timelock Authorizer               | ABDK          |
| Batch Relayer                     | Trail of Bits |
| Composable Stable Pool            | Certora       |
| Composable Stable Pool            | Trail of Bits |
| Managed Pool                      | Trail Of Bits |

You can find the audit reports stored in the [Balancer V2 Core repository](https://github.com/balancer-labs/balancer-core-v2/tree/master/audits).


---

# 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://balancer.gitbook.io/balancer-v2/security/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.
