> For the complete documentation index, see [llms.txt](https://oscarswap-official.gitbook.io/oscarswap-official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscarswap-official.gitbook.io/oscarswap-official/technical-and-security/security.md).

# Security

In Crypto projects, the security and safety of community members are major concerns. However, Oscarswap DEX takes this matter seriously. To ensure customer safety, our core team, primary developers, and members have been KYC'd with SolidProof Security. Prior to launching the DEX, we conducted rigorous audits by top leading security firms [CERTIK](https://skynet.certik.com/projects/oscarswap) & [Solid Proof](https://github.com/solidproof/projects/tree/main/OscarSwap), and all smart contracts are deployed with multi-signature verification, which includes not only team members but also community members. The smart contract also has a 24-hour timelock, which allows users to examine all changes to be put on the blockchain 24 hours before they are visible on the explorer.

<figure><img src="/files/0bWB1QxXZGwmZIc0grcM" alt=""><figcaption></figcaption></figure>

Oscarswap team has follow suggestion proposed by Certik auditors and we have mitigate Centrlized Risk by integrating multisignature wallet and time lock, that means whenever any function executed on contract level it requires 48 hours to be executed.

## AUDITS:

{% embed url="<https://github.com/solidproof/projects/tree/main/2023/OscarSwap>" %}

## KYCS:

<figure><img src="/files/8Wad3e8OrBdH984reAO1" alt=""><figcaption></figcaption></figure>

{% embed url="<https://github.com/solidproof/projects/tree/main/OscarSwap>" %}


---

# 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://oscarswap-official.gitbook.io/oscarswap-official/technical-and-security/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.
