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

# Security

- [Audits](https://docs.zerolend.xyz/security/audits.md): This section explains about the audits done for ZeroLend
- [Oracles](https://docs.zerolend.xyz/security/oracles.md): This section explains how ZeroLend uses oracles to determine the price of various assets.
- [PYTH Oracles](https://docs.zerolend.xyz/security/oracles/pyth-oracles.md)
- [Redstone](https://docs.zerolend.xyz/security/oracles/redstone.md)
- [API3 Oracles](https://docs.zerolend.xyz/security/oracles/api3-oracles.md)
- [Chainlink](https://docs.zerolend.xyz/security/oracles/chainlink.md)
- [eOracle](https://docs.zerolend.xyz/security/oracles/eoracle.md)
- [Deployed Addresses](https://docs.zerolend.xyz/security/deployed-addresses.md): This page contains all our deployed addresses on zkSync, Manta, Linea, Blast, Ethereum mainnet, Base and X Layer.
- [Timelocked Multisig Admin](https://docs.zerolend.xyz/security/timelocked-multisig-admin.md): This page discusses the timelock admin contract that governs ZeroLend’s administrative functions.
- [Insurance Fund](https://docs.zerolend.xyz/security/insurance-fund.md): This section talks about our unique approach to add another safety layer for our users.


---

# 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:

```
GET https://docs.zerolend.xyz/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.
