> For the complete documentation index, see [llms.txt](https://docs.definitive.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.definitive.fi/references/audits.md).

# Audits

Definitive has undergone six audits, and no critical issues have been reported.

## First Audit - Smart Contract Security Assessment

**Auditor :** [**Zellic**](https://www.zellic.io/)

**Date of Report : June 9, 2023**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/Definitive_Zellic_Audit_Report_June_2023.pdf)

## Second Audit - Smart Contract Security Assessment

**Auditor :** [**Zellic**](https://www.zellic.io/)

**Date of Report : August 31, 2023**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/Definitive_Zellic_Audit_Report_Aug_2023.pdf)

## Third Audit - Smart Contract Security Assessment

**Auditor :** [**Zellic**](https://www.zellic.io/)

**Date of Report : September 13, 2023**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/Definitive_LLSD_Zellic_Audit_Report_Sept_2023.pdf)

## Fourth Audit - Smart Contract Security Assessment

**Auditor :** [**Zellic**](https://www.zellic.io/)

**Date of Report : March 28, 2024**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/Definitive%20-%20Zellic%20Audit%20Report%20March%2028th%202024.pdf)

## Fifth Audit - Smart Contract Security Assessment

**Auditor :** [**Ottersec**](https://osec.io/)

**Date of Report : May 3, 2024**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/Definitive_OtterSec_May2024.pdf)

## Sixth Audit - EDGE Token Audit

**Auditor :** [Cantina](https://www.cantina.xyz)

**Date of Report : October 21, 2025**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/EDGE%20_Token_Cantina_Audit_October_2025.pdf)

## Seventh Audit - Flash API EVM Audit

**Auditor :** [Cantina](https://www.cantina.xyz)

**Date of Report : June 10, 2026**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/Definitive%20Flash%20EVM%20Audit.pdf)

## Eighth Audit - Flash API Solana Audit

**Auditor :** [Cantina](https://www.cantina.xyz)

**Date of Report : June 18, 2026**

The report can be viewed [here](https://github.com/DefinitiveCo/definitive-public/blob/main/audits/Definitive%20Flash%20SVM%20Audit.pdf)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.definitive.fi/references/audits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
