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

# Bug Bounty

<figure><img src="/files/wYMDqF9MuKSvtsZ68ZXN" alt=""><figcaption></figcaption></figure>

With Momentum growing at record pace, we remain committed to upholding the highest possible security standards across all of our products and smart contracts.

That’s why we’ve teamed up with[@HackenProof](https://x.com/@HackenProof), one of the industry’s leading security platforms to launch an extensive Bug Bounty Program.

This initiative empowers white-hat hackers and security researchers to help us identify potential vulnerabilities before they can be exploited, strengthening the safety of every user and every dollar that flows through the Momentum ecosystem.

### Reward Structure

Qualified submissions will be rewarded based on severity:

* Critical: $20,000 – $200,000
* High: $2,000 – $20,000
* Medium: $100 – $1,000
* Low: $50 – $100

### Scope

The bounty covers Momentum’s Smart Contracts, focusing on vulnerabilities such as:

* Stealing or loss of funds
* Unauthorized transaction
* Transaction manipulation
* Attacks on logic (behavior of the code is different from the business description)
* Reentrancy
* Reordering
* Over and underflows

### Join the Bounty Hunt

Ready to test your skills and earn rewards?[Join the Momentum Bug Bounty on HackenProof](https://hackenproof.com/programs/momentum-smart-contracts)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mmt.finance/security/bug-bounty.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
