# Audit Reports

The Liqee codebase is based on codes of [dForce Lending](https://app.dforce.network/#/lending), which is audited by Trail of Bits, ConsenSys Diligence, CertiK, and Certora (formal verification). Click [here](https://github.com/dforce-network/documents/tree/master/audit_report/Lending) to view full reports.

dForce team rendered necessary support to facilitate the proper deployment of contracts and configuration of Liqee lending protocol, and participated in discussions related to collateral onboarding and initial risk parameter setup.

Additional audits will be performed in the event we need to upgrade Liqee’s smart contracts to introduce new features. &#x20;


---

# 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.liqee.io/developers/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.
