> For the complete documentation index, see [llms.txt](https://poolzfinance.gitbook.io/poolz-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://poolzfinance.gitbook.io/poolz-finance/smart-contract/audit-reports.md).

# Audit Reports

*Disclaimer: The results shared herein were formulated after thorough research by Arcadia. **The auditors did not find any issues in the Poolz smart contract**. While we’re pleased to see the results, we realize that there is always room for errors and discrepancies.*

\
**Results of the Audit:** Arcadia performed thorough testing of Poolz contracts starting with the analysis of code design patterns to ensure the smart contracts are well structured. Also, the safe use of third-party smart contracts and libraries was reviewed.

The results Arcadia produced through their audit found no issues with our smart contracts, for our community and for us, this is great news.\
\
<https://blog.poolz.finance/poolz-finance-audit-report/>\
\
Poolz Token Audit - March 23 2023 - Final Report : [Link](https://github.com/dcentralab-diligence/Dcentralab-Diligence-Audits/blob/main/Finalized/Poolz/Poolz%20Token%20Audit%20-%20March%2023%202023%20-%20Final%20Report.pdf)\
\
January 2023 update: [Refer to Pages 6-8](https://docs.google.com/document/d/1rGhZ2K-NOHqcKjISwhp234lU6uNMAnlbcM6mbc6liqc/edit#heading=h.ot10t52p8xq5)

June 2022 update: [Link](https://drive.google.com/file/d/14Ch_JVCMkokvoNplSmo3PO4iHqO9YHzO/view)

March 2022 update: [Link](https://drive.google.com/file/d/1HLVr9WUlbHvbyoGTwTZJ5MdlSW5vRVsR/view)

May 2021 update: [Link](https://drive.google.com/file/d/1cQ1vEFdBhWotBzJxu-vKsE2syeS93dhv/view)

March 2021 update: [Link](https://drive.google.com/file/d/1iWtTARtG21mRcuFvNZFaocxLFuHxISEG/view)


---

# 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://poolzfinance.gitbook.io/poolz-finance/smart-contract/audit-reports.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.
