> For the complete documentation index, see [llms.txt](https://docs.mutuum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutuum.com/protocol-stability/bug-bounty-program.md).

# Bug Bounty Program

<figure><img src="/files/2KFCTODol8qgs6psmX8X" alt=""><figcaption></figcaption></figure>

Mutuum employs a bug bounty program to strengthen the security of its smart contracts and overall infrastructure. This initiative incentivizes developers, researchers, and security experts to thoroughly inspect the protocol’s code, identify potential vulnerabilities, and responsibly disclose them to the Mutuum team. By rewarding accurate bug reports, the program fosters a cooperative relationship between the protocol and the global security community.

The bounty extends to all smart contracts, libraries, and off-chain services directly impacting the protocol’s functionality, including:

* **Core Lending and Borrowing Contracts**: Vulnerabilities that might cause loss of user funds, incorrect interest calculations, or compromised collateral.
* **mtToken Mechanisms**: Issues involving the minting, burning, or interest accrual logic of Mutuum’s deposit-token model.
* **Price Oracles and Integrations**: Manipulation in oracle data sources or fallback mechanisms that might trigger erroneous liquidations or mispriced assets.
* **Protocol Interfaces and APIs**: Attack vectors in front-end applications or APIs that could compromise user interactions or leak sensitive data.


---

# 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.mutuum.com/protocol-stability/bug-bounty-program.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.
