# 代币安全检测

<figure><img src="/files/402nLoYnJhxTzrEImAg9" alt=""><figcaption></figcaption></figure>

Ave.ai 提供合约安全检测，由gopluslabs.io 提供技术支持

注意： <mark style="color:red;">**合约检测仅供用户作为参考依据，不作为合约判断依据**</mark>

## 风险检测

* **代理合约**：检测合约是否为普通智能合约，避免使用代理合约带来的潜在不透明风险。
* **黑名单**：确保合约没有设置限制特定地址交易的黑名单机制。
* **管理员权限**：检测合约开发者已放弃对合约的控制权，提升项目的去中心化程度。
* **增发**：确认合约设计中禁止随意增加代币总量，确保代币供应的固定性和稳定性。
* **Top10持仓**：确认前十大地址持仓比例低于30%，降低大户操控市场的风险。
* **池子燃烧锁仓**：检测流动性池的资金已锁定或燃烧，减少移除流动性导致的交易风险。

\
您也可以通过 **代币详情页** 右上角安全选项查看该代币的安全检测

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


---

# 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://doc.ave.ai/cn/ave.ai-jiao-cheng/dai-bi-an-quan-jian-ce.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.
