> For the complete documentation index, see [llms.txt](https://space-misfits.gitbook.io/space-misfits-mayhem-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://space-misfits.gitbook.io/space-misfits-mayhem-guides/bug-bounty-program.md).

# Bug Bounty Program

Want a way to earn SMCW and also help improve Space Misfits - Mayhem and ensure exploits and vulnerabilities are eliminated? This is your chance to join the bug bounty program!\
\
For every bug or exploit you find inside Mayhem you will be paid in SMCW based on score. There will be 4 classes of scores that we will rate based on our discretion. As the score of your bug or exploit increases so will your bounty payout.&#x20;

| Score  | Description                                                                                                         | Payout            |
| ------ | ------------------------------------------------------------------------------------------------------------------- | ----------------- |
| Low    | Low impact on gameplay or minor bug                                                                                 | 200 SMCW          |
| Medium | Medium impact on gameplay can cause interruption or frustration in gameplay                                         | 500 SMCW          |
| High   | High impact would cause fatal errors impacting playability                                                          | 2,500 SMCW        |
| Severe | An exploit or cheat discovered that could potentially allow players to be able to be rewarded in items or currency. | Up To 10,000 SMCW |

## How to Join the Bug Bounty?

Step 1 : Join our Discord [here](https://discord.gg/space-misfits-560969562753859585) \
\
Step 2 : Head over to the "Testing-General" channel. &#x20;

Step 3 : Download the latest test build and begin testing

Step 4 : Log any bugs you find using this Google Form - <https://forms.gle/PuNo24tFftxR8zpT6>\
\
Step 5 : Once we analyze your findings we will send payment within 7 days. Payment is our sole discretion and ONLY new bugs found will be paid out. The first report of a valid bug will be paid out, no duplicates will be paid out.\
\
Please check this Google Sheet to see if the bug has already been reported.&#x20;

Your participation in our bug bounty is vital! We also welcome any feedback to help us improve Mayhem. We appreciate everyone's support and we hope to see you inside our program.


---

# 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://space-misfits.gitbook.io/space-misfits-mayhem-guides/bug-bounty-program.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.
