# Security & Audits

### <sup>Audit: Zenith Security</sup>

LiquidBots' core smart contracts have been independently audited by **Zenith** — a security firm that assembles auditors with proven track records from public audit competitions.

#### Audit Details

| Detail               | Info                                         |
| -------------------- | -------------------------------------------- |
| **Auditor**          | [Zenith](https://zenith.security/)           |
| **Auditors**         | IllIllI, ether\_sky                          |
| **Target**           | lq-core                                      |
| **Scope**            | `src/**/*.sol` — all core Solidity contracts |
| **Audit Dates**      | March 16–17, 2026                            |
| **Report Published** | March 19, 2026                               |
| **Report Version**   | 1.1                                          |

#### Results

| Severity      | Count |
| ------------- | ----- |
| Critical      | **0** |
| High          | **0** |
| Medium        | 1     |
| Low           | 2     |
| Informational | 3     |
| **Total**     | **6** |

**Zero critical or high-severity issues were found.**

The single medium finding (a type mismatch in order cancellation logic) and both low-severity findings were promptly resolved or acknowledged as known design trade-offs. All informational items - covering documentation accuracy and type consistency - were resolved.

#### Full Report

📄 The complete Zenith audit report is publicly available:

{% file src="/files/Nz9gue62dIOqAMKL9ze4" %}


---

# 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.liquidbots.xyz/security-and-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.
