# Security & Audits

- [Security Practices](https://tech.usual.money/security-and-audits/security-practices.md)
- [Testing Framework](https://tech.usual.money/security-and-audits/testing-framework.md)
- [Monitoring Framework](https://tech.usual.money/security-and-audits/monitoring-framework.md)
- [Audits](https://tech.usual.money/security-and-audits/audits.md): Smart Contract safety and security is paramount to us. Therefore we we ensure that every  public release has been vetted thoroughly by reputable Smart Contract auditors.
- [Bug Bounty](https://tech.usual.money/security-and-audits/bug-bounty.md): In addition to regular audits, and always because security is a major concern for our protocol, we have a bug bounty program for the Usual Protocol smart contracts on Ethereum.


---

# 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://tech.usual.money/security-and-audits.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.
