# Security

Liquid Collective engaged independent security firms [Halborn](https://www.halborn.com/), [Spearbit](https://spearbit.com/), and [Quantstamp](https://quantstamp.com/) to perform security audits of the protocol's smart contracts. All protocol code deployed to mainnet has been audited by at least one of those teams.

## Resources:

* [Liquid Collective diligence hub](https://liquidcollective.io/diligence/): The central hub for Liquid Collective diligence resources
  * [Code audits](https://liquidcollective.io/security-audits/): Links to all audits of the Liquid Collective protocol's smart contracts
  * [Security repository](https://github.com/liquid-collective/security): Repository of all audit reports including the commits audited
* [Vulnerability disclosure policy](https://github.com/liquid-collective/security/blob/main/VULNERABILITY_DISCLOSURE.md): We welcome the community to review Liquid Collective's code and report any bug or security vulnerability discovered


---

# 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.liquidcollective.io/v1/security.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.
