# Token Audit

<figure><img src="/files/CqBYa97aeAMUF0vcnCcX" alt=""><figcaption><p>Vyper Quick Audit</p></figcaption></figure>

## Audit Datapoints

<table><thead><tr><th width="221">Type</th><th>Description</th></tr></thead><tbody><tr><td>Owner Balance</td><td>The % of tokens held by the token developer</td></tr><tr><td>Twitter Usernames</td><td>The number of previous usernames the token has</td></tr><tr><td>LP Burned</td><td>No: the original token liquidity can be pulled by the token owner. <br>Yes: the original token liquidity cannot be pulled by the token owner.</td></tr><tr><td>Mint Authority</td><td>Enabled: the token owner can mint new tokens, increasing the supply. (This usually means the token is a scam)<br>Disabled: the token owner cannot mint new tokens.</td></tr><tr><td>Freeze Authority</td><td>Enabled: the token owner can blacklist wallet addresses preventing them from trading or transferring tokens they hold. (This usually means the token is a scam)<br>Disabled: the token owner cannot blacklist wallet addresses.</td></tr><tr><td>Top 10 Holders</td><td>The holding percentage of the top 10 holders</td></tr><tr><td>Contract Creator</td><td>The address of the token creator</td></tr><tr><td>LP Creator</td><td>The address of the LP creator (typically will only show if the pool is not the original token launch pool)</td></tr><tr><td>Insider Holders</td><td>The holding percentage of insiders</td></tr><tr><td>Pooled Token Amount</td><td>The amount of tokens in the LP pool</td></tr><tr><td>Pooled SOL</td><td>The amount of SOL in the LP pool</td></tr></tbody></table>


---

# 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.vyper.trade/vyper/token-page/token-audit.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.
