# SCAN CONTRACT

With this command, you can conduct a quick analysis to verify the presence of malicious functions in the contract. Additionally, you can analyze top holders and obtain information about liquidity locks and renouncement of ownership rights.

| Commands             | Description                                 | Доступ |
| -------------------- | ------------------------------------------- | ------ |
| /x contract\_address | Provides information at the current moment. | FREE   |

<figure><img src="https://gemscore.gitbook.io/~gitbook/image?url=https%3A%2F%2F3315212108-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FmMWQnOqdDGwn0Zg8nyZU%252Fuploads%252FJuQb5kNwExiOnQQ1sdw7%252Fimage.png%3Falt%3Dmedia%26token%3D03ddf774-1ca1-4bcd-a8ff-258cd31eabdf&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4fad3565d62a5c2ce59e600146ff9293ed46efd83e7d88df39236cac3097da90" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="CREATOR" %}
Obtain information about the contract creator. Including the number of tokens in their wallet (Creator Balance). Additionally, if the creator executes a hidden renouncement of rights, you will be informed about the balance of that address (Owner Balance).
{% endtab %}

{% tab title="HOLDERS" %}
Details about the total number of holders. As well as the top 5 holders and the number of tokens in their wallets. Additionally, we have specified the balance at the contract address separately (CA Balance).
{% endtab %}

{% tab title="TAX" %}
Taxes on token buy and sell in real-time.
{% endtab %}

{% tab title="SECURITY" %}
In this section, you will be able to check the contract for a honeypot and also find out about liquidity locks and renouncement of ownership rights.
{% endtab %}

{% tab title="CA RISK" %}
Information about malicious functions in the contract. Here is a list of possible functions:

* Proxy: not the main contract, another contract manages its functions.
* Mint Function: function for creating new tokens.
* Stealth Owner: covert transfer of ownership rights by the contract.
* Change Balance: alterations to the balances of holders.
* Self Destruct: contract with a self-destruction function.
* Hidden Owner: function of a hidden contract owner.
* External Call: ability for external calls to the contract's functions.
* Gas Abuse: hidden setting of a high gas fee during token trading.
  {% endtab %}

{% tab title="HP RISK" %}
Information about potential risks when trading with the token. Most of these functions may not pose problems, but it is still essential to consider them, as developers may leave loopholes for their own benefit. Here is a list of possible functions:

* Cannot Buy: the token cannot be purchased.
* Cannot Sell: the token cannot be sold.
* Modifiable Tax: the ability to change taxes.
* Pausable Transfer: the ability to pause trading.
* Blacklist: the ability to block specific wallets.
* Whitelist: the ability to create a special list of addresses that can trade before others.
* Anti Whale: restrictions on trading or holding the maximum number of tokens.
* Modifiable Anti Whale: modification of Anti Whale restrictions.
* Trading Cooldown: creates time restrictions between token purchase and sale.
* Personal Slippage: the ability for developers to set different taxes for individual wallets.
  {% endtab %}
  {% endtabs %}


---

# 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://gemscore.gitbook.io/gemscore/gemscore-tools/checker/scan-contract.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.
