# 7.3 - Audits

<figure><img src="/files/4QverRcTf1lfltvINEku" alt=""><figcaption></figcaption></figure>

Below are the public competitions/audit sources referenced for inherited code and major components.

#### 1) Bail Security Audit

BailSec has published a dedicated audit report for nest covering the **VE Core**, with the final report made available on GitHub. Nest has stated that its technical team reviewed and responded to every item before BailSec issued the final report.

[\[Final Report\]](https://github.com/bailsec/BailSec/blob/main/Bailsec%20-%20Nest%20-%20VE%20Core%20-%20Final%20Report.pdf)

#### 1) Hats Finance — Core code / Thena-derived lineage (Blast-era)

Prior to Blast deployment, implicated code derived from the Thena fork underwent a Hats Finance audit competition with a $40,000 reward pool.

* **Audit repository (GitHub):** <https://github.com/hats-finance/Fenix-Finance-0x83dbe5aa378f3ce160ed084daf85f621289fb92f>
* **Audit scope (Hats):** [https://app.hats.finance/audit-competitions/fenix-finance-0x83dbe5aa378f3ce160ed084daf85f621289fb92f/scope](https://app.hats.finance/audit-competitions/fenix-finance-0x83dbe5aa378f3ce160ed084daf85f621289fb92f/scope?utm_source=chatgpt.com)
* **Result summary (as published):** 12 findings (2 High, 1 Medium, 2 Low) — *status: resolved* (per published notes)

#### 2) Hats Finance — Voting management / automation & compounding system

A second Hats Finance competition focused on the voting management system (vote delegation, vote optimisation, reward auto-compounding).

* **Scope / repository / findings (Hats):** [https://app.hats.finance/audit-competitions/fenix-0x9d7765a7ebd5b6322a30797a44a5428531970d3d/scope](https://app.hats.finance/audit-competitions/fenix-0x9d7765a7ebd5b6322a30797a44a5428531970d3d/scope?utm_source=chatgpt.com)
* **Result summary (as published):** 12 findings (1 High, 3 Medium, 8 Low) — *status: resolved* (per published notes)

#### 3) Code4rena — Voting contract changes (Invitational)

A Code4rena Invitational audit covered changes to voting contracts following implementation of the voting management system.

* **Contest page (Code4rena):** [https://code4rena.com/audits/2024-09-fenix-finance-invitational](https://code4rena.com/audits/2024-09-fenix-finance-invitational?utm_source=chatgpt.com)
* **Final report (Code4rena):** [https://code4rena.com/reports/2024-09-fenix-finance](https://code4rena.com/reports/2024-09-fenix-finance?utm_source=chatgpt.com)
* **Result summary (as published):** 7 findings (1 High, 6 Medium) — *status: resolved* (per published notes)

#### 4) Algebra Integral — concentrated liquidity engine + audits

Nest’s CLAMM + plugin/hook capability is powered by Algebra Integral.

* **Algebra audits index (docs):** [https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/audits](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/audits?utm_source=chatgpt.com)
* **Algebra audit repository (GitHub):** <https://github.com/cryptoalgebra/Algebra/tree/master/audits>

> Note: Some summaries reference additional auditors (e.g., “Paladin”) for whole-codebase reviews. Always treat the **official audit links above** as the source of truth.

#### 5) Ongoing / new audits

Nest expands coverage as new modules ship. If a “full protocol audit” is underway or completed, the **latest reports will be published via official channels** and added here.


---

# 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.usenest.xyz/protocol-and-security/7.3-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.
