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

# Audits

The Liquid Loans protocol on Base is a fork of the Liquid Loans protocol on PulseChain, and inherits all risks of that protocol.

The Liquid Loans development team has only made the necessary changes to Liquid Loans original set of smart contracts to ensure it operates successfully.

These changes may include pointing the code to oracles (such as ChainLink) and decentralized exchanges.

Now that the protocol has launched on the Base mainnet, the Liquid Loans protocol has been professionally reviewed and audited by leading international blockchain security firm, Halborn.

The final report is publicly available for you to [read and download here](https://llprod-resource.s3.ap-southeast-2.amazonaws.com/Audit/Base/Halborn+Audit+Report+-+Liquid+Loans+on+Base.pdf).

<figure><img src="/files/Ow4Zx9foreyY6BY3FpKW" alt="Liquid Loans Audit Report by Halborn.jpeg" width="375"><figcaption></figcaption></figure>

We also strongly recommend you review the following Liquid Loans on PulseChain audit.

* Audit by [Halborn](https://llprod-resource.s3.ap-southeast-2.amazonaws.com/Audit/Liquid_Loans_Protocol_Smart_Contract_Security_Assessment_Report_Halborn.pdf) June 2023


---

# 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.liquidloans.io/base/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.
