> For the complete documentation index, see [llms.txt](https://docs.unilapse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unilapse.com/whitepapers/uni-token/audit.md).

# Audit

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

The SlowMist Security Team received the team's application for smart contract security audit of the UNILAPSE (UNI) on 2023.03.27. The following are the details and results of this smart contract security audit:

**Token Name :** UNILAPSE (UNI)

**The contract address :** [**https://polygonscan.com/address/0xf0b2b2d73a7c070e5f44a4e12b3f6a51949a3459**](https://polygonscan.com/address/0xf0b2b2d73a7c070e5f44a4e12b3f6a51949a3459)

**The audit items and results :**&#x20;

(Other unknown security vulnerabilities are not included in the audit responsibility scope)<br>

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

**Audit Result :** Passed

**Audit Number :** 0X002303290001

**Audit Date :** 27 Mar 2023 - 29 Mar 2023

**Audit Team :** SlowMist Security Team

**Summary conclusion :** This is a token contract that does not contain the tokenVault section and dark coin functions. The total amount of contract tokens remains unchageable. SafeMath security module is used, which is a recommended approach. The contract does not have the Overflow and the Race Conditions issue.

*For detailed information please follow the link below :*&#x20;

[AUDIT SUMMARY](https://www.slowmist.com/security-audit-certificate.html?id=6b581d77928f3aceedcb2ff50943da4b3f4cbd360352f1655d2b6f5b36c59748)\
[AUDIT REPORT](https://drive.google.com/file/d/15BtOr-gltmqn5XlIh5gVk0C0ILfsH43d/view?usp=sharing)


---

# 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.unilapse.com/whitepapers/uni-token/audit.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.
