# Audits

## Security Reviews

| Auditors                               | Scope                                                                                                                   | Date       | Report                                                                                                                                                                                            |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Certora](https://www.certora.com/)    | Parallel V3: parallel-core l parallel-tokens l parallel-parallelizer (only LibOracle, Swapper, Redeemer, RewardHandler) | 2025-04    | [certora-report](https://github.com/parallel-protocol/parallel-parallelizer/blob/main/docs/audits/Certora_Report_Parallel_Parallelizer_BridgeToken_final.pdf)                                     |
| [Bail Security](https://bailsec.io/)   | Parallel V3: parallel-core l parallel-tokens l parallel-parallelizer                                                    | 2025-03    | [bailsec-report](https://github.com/parallel-protocol/parallel-parallelizer/blob/main/docs/audits/Bailsec%20-%20Parallel%20Protocol%20-%20V3%20Core%20-%20Final%20Report.pdf)                     |
| [Zenith](https://www.zenith.security/) | PRL Token l PRL Tokenomics                                                                                              | 2025-02-19 | [zenith-report](https://github.com/parallel-protocol/PRL-token/blob/main/docs/audits/Parallel%20Protocol%20-%20Zenith%20Audit%20Report.pdf)                                                       |
| [Bail Security](https://bailsec.io/)   | PRL Token l PRL Tokenomics                                                                                              | 2025-01    | [bailsec-report](https://github.com/parallel-protocol/PRL-token/blob/main/docs/audits/Bailsec%20-%20Parallel%20Protocol%20-%20PRL%20Token%20-%20Final%20Report%20-%20January%202025.pdf)          |
| [Bail Security](https://bailsec.io/)   | Parallel Bridging Module l Parallel V2 VaultsCoreState                                                                  | 2025-01-13 | [bailsec-report](https://github.com/parallel-protocol/bridging-module/blob/main/docs/audits/Bailsec%20-%20Parallel%20Bridge%20-%20BridgeableToken%20-%20Final%20Report%20-%20December%202024.pdf) |
| [Bail Security](https://bailsec.io/)   | Parallel Bridging Module                                                                                                | 2024-08-21 | [bailsec-report](https://github.com/parallel-protocol/bridging-module/blob/main/docs/audits/Bailsec%20-%20Parallel%20Bridge%20-%20BridgeableToken%20-%20Final%20Report.pdf)                       |
| [Code4rena](https://code4rena.com/)    | SuperVaults V2                                                                                                          | 2022-08-07 | [code4rena-report](https://code4rena.com/reports/2022-08-mimo)                                                                                                                                    |
| [Code4rena](https://code4rena.com/)    | Inception Vaults l Liquidity Mining V2 l LP Token Oracles l SuperVaults V1                                              | 2022-05-02 | [code4rena-report](https://code4rena.com/reports/2022-04-mimo)                                                                                                                                    |
| [Certik](https://www.certik.com/)      | Parallel V2                                                                                                             | 2021-04-18 | [certik-report](https://github.com/code-423n4/2022-04-mimo/blob/main/core/audits/certik.pdf)                                                                                                      |
| [Quantstamp](https://quantstamp.com/)  | Parallel V2                                                                                                             | 2021-01-29 | [quantstamp-report](https://certificate.quantstamp.com/full/ten-x-titan.pdf)                                                                                                                      |

{% hint style="info" %}
Developers can access the [developers documentation](/developers-hub/developers-guide.md) for a technical description of the Parallel Protocol.
{% endhint %}


---

# 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.parallel.best/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.
