# Audits

**Comprehensive Security Audits** To validate the security and integrity of its smart contracts, Kim DEX has undergone a thorough audit by Quantstamp, a leading firm in smart contract security. Quantstamp audit services are renowned for their sophistication and thoroughness, assuring the robustness of Kim DEX's contracts. Users interested in reviewing the detailed audit report can access it [here](https://github.com/kim-protocol/public-reports/blob/main/audits/Kim_Dex_Final_Report-December-2023.pdf).

To further bolster the protocol's security, Kim DEX has implemented multisig, short for multi-signature, a type of digital signature that combines multiple unique signatures. This ensures that funds stored on a multi-signature address can only be accessed when two or more signatures are provided simultaneously. Using multisig wallets provides an additional layer of security, and by utilizing multisig, we can avoid the problems often associated with single-key wallets.

**Our V4 AMM** is based on the Algebra Integral solution. For audits related to this protocol component consult the [following page](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/audits).


---

# 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://docs.kim.exchange/reference-and-audits/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.
