# Security Audits

[MixBytes](https://mixbytes.io) and [Pessimistic](https://pessimistic.io) are continually working on auditing Power Pool contracts. Here is a complete list of audits:

* [`PowerIndexPool.sol` and `PoolRestrictions.sol` Security Audit by MixBytes](https://github.com/powerpool-finance/powerpool-docs/blob/master/audits/PowerIndexPoolSecurityAuditScope1.pdf)
* [`VestedLPMining.sol` and `PowerIndexPoolController.sol` Security Audit by Pessimistic](https://github.com/powerpool-finance/powerpool-docs/blob/master/audits/PowerIndexPool_SecurityAudit_Scope1_Pessimistic.pdf)
* [`PowerIndexPool.sol` Security Audit by Pessimistic](https://github.com/powerpool-finance/powerpool-docs/blob/master/audits/PowerIndexPool.sol%20Security%20Analysis%20by%20Pessimistic.pdf)
* [`Power Pool Lending Protocol`](https://github.com/powerpool-finance/powerpool-docs/blob/master/audits/powerpool-lending-security.pdf) Security Audit by Pessimistic
* [`PVesting.sol` Security Audit Report by Pessimistic](https://github.com/powerpool-finance/powerpool-docs/blob/master/audits/powerPool-vesting-security.pdf)
* [`PPVesting.sol` Security Audit Report V2 by Pessimistic](https://github.com/powerpool-finance/powerpool-docs/blob/master/audits/powerPool-vestingV2-security.pdf)
* [`PPTimedVesting.sol` Security Audit Report by MixBytes](https://github.com/powerpool-finance/powerpool-docs/blob/master/audits/PPTimedVesting_MixBytes.pdf)


---

# 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.powerpool.finance/powerpool-and-poweragent-network/security/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.
