# Token Security Check

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

Ave.ai provides contract security checks, powered by gopluslabs.io.

**Note:** <mark style="color:red;">**These checks are for reference only and should not be used as the sole basis for evaluating a contract.**</mark>

## **Security Checks**

* **Proxy Contract:** Verifies that the contract is a standard smart contract, avoiding potential opacity risks associated with proxy contracts.
* **Blacklist:** Ensures the contract does not implement a mechanism that restricts trading for specific addresses.
* **Admin Permissions:** Confirms that the contract developer has renounced control, enhancing the project's decentralization.
* **Minting:** Verifies that the contract design prohibits arbitrary increases to the total token supply, ensuring supply stability.
* **Top 10 Holdings:** Ensures that the top 10 addresses hold less than 30% each, reducing the risk of market manipulation by large holders.
* **Liquidity Pool Lock/Burn:** Checks that liquidity pool funds are locked or burned, mitigating trading risks from liquidity removal.

You can also view a token's security check via the safety option at the top right of the token details page.

<figure><img src="/files/P8ae78F0dWukjCAH8Taj" 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/tutorial/token-security-check.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.
