# 安审报告

作为一个链上的交易所项目，我们首要考虑的是智能合约的安全。&#x20;

为了确保智能合约的安全，我们的开发团队撰写了超过一千个测试案例，对合约的每一个函数，每一行进行测试， 测试覆盖了100%的合约代码。

从2023年7月开始，我们推出了产品的测试版本，超过30000个交易者在平台上完成了超过100000笔交易，在长时间的大规模测试下，智能合约经受住了考验，没有严重的漏洞在测试网中被发现。

另一方面，在2023年的8月和11月，我们分别邀请了Halborn和Damocles的团队，对我们的合同进行了细致和全面的审计。根据审计结果，团队进行了必要的修改，以提高我们智能合约的安全性。

{% file src="/files/cLrHLvMX3CvyowzCabzR" %}

{% file src="/files/fA6u2o28k7AvtAVenC0c" %}


---

# 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.substancex.io/zh/an-quan/an-shen-bao-gao.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.
