> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/features-and-tools/token-audit-checks.md).

# Token Audit Checks

{% hint style="warning" %}
Remember, audit checks provide information but don’t guarantee safety. Always **DYOR** before trading.
{% endhint %}

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

#### These quick indicators help you understand key details about token security at a glance.

<table><thead><tr><th width="155.52734375">Audit Check</th><th>What it means</th></tr></thead><tbody><tr><td><strong>Freezable</strong></td><td>✅ No – Token creator cannot freeze this token to prevent transfers and trading (Good)</td></tr><tr><td><strong>Mintable</strong></td><td>✅ No – Token creator cannot create more tokens (Good)</td></tr><tr><td><strong>LP Burned</strong></td><td>✅ 100% - Token creator can’t withdraw the liquidity, making it safer for holders (Good)<br><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span> Turns red if 99% and below </td></tr><tr><td><strong>Dev Holdings</strong></td><td>✅ 0% - Devs don't hold any tokens (Good)<br><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span> Turns red if above 10% </td></tr><tr><td><strong>Top 10 Holdings</strong></td><td><p>❌ 17.5% of token supply is held by top 10 wallets (may be a centralization risk)</p><p>✅ Turns green if below 16% (considered a small share - safer)</p></td></tr><tr><td><strong>Insiders</strong></td><td>✅ 0% - No pre-allocated wallets had tokens before trading started (Good)<br><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span> Turns red if above 10% - risk of dumps!</td></tr></tbody></table>


---

# 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://xtrade.gitbook.io/docs/features-and-tools/token-audit-checks.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.
