> For the complete documentation index, see [llms.txt](https://gemscore.gitbook.io/gemscore/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gemscore.gitbook.io/gemscore/gemscore-tools/checker/coin-info.md).

# COIN INFO

This command allows you to obtain important metrics about the coin itself: liquidity lock, start metrics, social networks etc.

This command can be called with additional arguments.

| Commands               | Description                                                                                                 | Access            |
| ---------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------- |
| /i contract\_address   | Information about the coin at the current point of time.                                                    | FREE              |
| /i=N contract\_address | Information about the coin's state after N minutes from the start of trading, where N is the minute number. | PAID SUBSCRIPTION |

<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%252FPAlDnuvatdmvYkthHqKU%252Fimage.png%3Falt%3Dmedia%26token%3D54e6b7b9-521b-435a-a009-f625e07328c1&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=783d30cf80a9e94916b424dc8effd80e918ab28b4d7a6baed49b455cfe39936a" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="1. Social links" %}
**Social networks**

Fast access to project social networks if that was repre
{% endtab %}

{% tab title="2. Launch info" %}
**Launch metrics**

The information that may be useful for determining the initial liquidity volume and understanding the distribution of tokens between developers and users: Launch Pool reflects the ETH added by the developer to the liquidity pool, while Token pool and Coin pool reflect the ratio of tokens that the developer added to the pool and those that are kept unavailable for trading.
{% endtab %}

{% tab title="3. LP & RENOUNCE" %}
**Liquidity lock and renounce**

Once the developer locks liquidity, the indicator turns green and displays the locking method: Burn or using the platform for liquidity locking, along with the lock-up period. We also indicate whether the developer has renounced ownership rights to the contract.
{% endtab %}

{% tab title="4. MC & LIQ" %}
**MCAP & LIQUIDITY**

This section presents the most important token metrics and the dynamics of their changes over the last five minutes. In addition to the main indicators, there is the Token Pool metric, reflecting the percentage of tokens in the liquidity pool, and the Change From ATH parameter, reflecting the recent price movement.
{% endtab %}

{% tab title="5. ALL MAKERS" %}
**Makers - buyers and sellers.**

Here we specify the number of buyers and sellers for the entire period and their changes in the last 5 minutes.
{% endtab %}

{% tab title="TRX & VOLUMES" %}
Transaction and volumes

In this section, you can find the total number and volume of transactions for all time and the last five minutes. Additionally, the ratio of buys to sells is provided here.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Only users with subscription have access to last 5 minutes block.
{% endhint %}

The COIN INFO command allows you to obtain all the essential information about the token and assess the market activity related to this token, both at the current moment and in historical perspective.


---

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