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

# Security

Security is paramount at MAXX Finance, offering a stark contrast to centralized exchanges (CEXs). In MAXX Finance, users retain full control of their crypto, holding their own wallet keys, unlike in CEXs where users rely on the exchange's security.

Our Smart Contract undergoes rigorous audits and community testing phases, including bug bounty programs. Renowned firms like SolidProof.io, SolidityFinance, and Certik are involved in these audits, with detailed updates to follow.

Moreover, we employ **GnosisSafe** multi-signature wallets for all Contract Owners, requiring a consensus of at least 3 out of 5 team members for any significant action. This structure not only enhances security but also ensures operational continuity in unforeseen circumstances. [MAXX Vault](/features/maxx-vault.md)

To combat bot activities, bot protection is integrated into our contract, preventing front-running bots from impacting user transactions. Additionally, a kill switch is in place within the MAXX Smart Contract to temporarily halt operations, if necessary, ensuring prompt resolution of any critical issues.


---

# 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.maxx.finance/features/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.
