# Audit Reports

KairosSwap has been independently audited by two leading smart contract security firms. Both audits cover the core protocol contracts, including swap mechanics, the rate index library, swap formulas and other contracts critical to the protocol.

* [**Octane** — Read the report](/dev-docs/audit-reports/octane.md)
* [**Guardian** — Read the report](/dev-docs/audit-reports/guardian.md)&#x20;

All findings have been addressed or formally acknowledged. We strongly encourage integrators to review both reports before building on top of the protocol.


---

# 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.kairosswap.com/dev-docs/audit-reports.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.
