# Security

- [Overview](https://rezerve.gitbook.io/protocol/security/overview.md): This page talks about the various security practices takes up by RZR Finance.
- [Oracles](https://rezerve.gitbook.io/protocol/security/oracles.md): This page talks about how Rezerve uses oracles to get pricefeeds of various assets
- [Audits](https://rezerve.gitbook.io/protocol/security/audits.md): This page talks about the various audits done on the protocol
- [Deployed Addresses](https://rezerve.gitbook.io/protocol/security/deployed-addresses.md): This page contains the list of deployed addresses
- [Timelocked Multisig Admin](https://rezerve.gitbook.io/protocol/security/timelocked-multisig-admin.md): This page talks about how Rezerve keeps the entire protocol ownership behind a timelock and a multisig


---

# 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://rezerve.gitbook.io/protocol/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.
