> For the complete documentation index, see [llms.txt](https://moni-ai.gitbook.io/checker-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moni-ai.gitbook.io/checker-bot/overview/what-does-this-bot-show.md).

# What does this bot show?

The bot provides a wide range of metrics — starting from fundamental data like the account’s creation date to more detailed insights such as its most recent activity, including notable or influential profiles. Moreover Moni Checker Bot can provide on-chain data based on the CA mentioned in crypto account's description (only for SOL at the moment).

{% hint style="warning" %}
By switching between tabs, you can explore each metric in more details.
{% endhint %}

{% tabs fullWidth="true" %}
{% tab title="🌟 Example" %}

## Response example

{% hint style="success" %}

## When you provide a link to any crypto account, the bot returns a full set of metrics — all in one place.

{% endhint %}

<div><figure><img src="/files/UJ1dkf2tyAx9odQaigzj" alt="" width="375"><figcaption><p>Full example of given information on a crypto account<br>(without CA)</p></figcaption></figure> <figure><img src="/files/EqvYjkX8nbxIfbZNME9G" alt="" width="375"><figcaption><p>Full example of given information on a crypto account with CA</p></figcaption></figure></div>
{% endtab %}

{% tab title="🔮 Social Stats" %}
{% hint style="success" %}

## 🔮 **Social Stats**

**It helps you quickly assess the overall value of an account without digging into detailed metrics — ideal for spotting high-signal profiles.**
{% endhint %}

<figure><img src="/files/dODF8wmBoGm1Q9Vwa1b6" alt="" width="433"><figcaption></figcaption></figure>

#### **A score that reflects how influential and smartly engaged a Twitter (X) account is.**

* `Moni Score` – A metric that combines the quality and quantity of smart mentions, engagement velocity, narrative presence, and social momentum.
* `Smarts` – Represents the number of high-signal individuals(VCs, Influencers, Angels, Alpha hunters, traders) interacting to the account via mentions, replies, comments, on-chain actions, Telegram activity, forum discussions, Farcaster posts, and more.
* `Smarts Mentions` – Total number of mentions came from Smart accounts.
* `Mentions`  – A metric which shows how many usual mentions the account got.
* `Followers` – Total number of followers.
* `X Created` – The date the Twitter (X) account was created. `Detected` — the moment our platform found this account.
* `Tweets` – Total number of tweets.
* `Previous Handles` – Past usernames of the account, if any.
  {% endtab %}

{% tab title="🧠 Top Smarts" %}
{% hint style="success" %}

## 🧠 Top Smarts

**It helps you detect early signals of growing interest from high-value users — a possible sign of future momentum.**
{% endhint %}

<figure><img src="/files/EtDa7IOtmlPb9e76WFQm" alt="" width="419"><figcaption></figcaption></figure>

#### **Highlights Smarts who recently engaged** with **this account.**

* **`Score`** – Weighted score of the Smart, based on the activity and smartness.
* **`Fol.`** – Number of followers the new follower has.
* **`Smarts`** – How many Smarts does the account have.
  {% endtab %}

{% tab title="🪄 Last Smart Mentions" %}
{% hint style="success" %}

## 🪄 Last Smart Mentions

**It is useful for tracking real-time attention and identifying short-term shifts in visibility.**
{% endhint %}

<figure><img src="/files/tAk84VJVtcvJ1MX7hmNY" alt="" width="441"><figcaption></figcaption></figure>

#### **Displays the most recent smart activity, regardless of score:**

* See who engaged with this account.
* Includes their follower count, smart count, score, and when it happened.
* Useful for monitoring short-term attention shifts.
  {% endtab %}

{% tab title="👀 On-chain Stats" %}
{% hint style="success" %}

#### **👀 On-chain Stats**

**It is useful when you don't need to check token info manually. Instead of it all in one place!**
{% endhint %}

<figure><img src="/files/TFnpv8fYFTb9za9wcyyQ" alt="" width="441"><figcaption></figcaption></figure>

**Highlights the most crucial data on the token if it's given in crypto account's decription (only SOL at the moment).**

* `MC` - market capitalization.
* `FDV` - fully diluted value.
* `VOL` - volume.
* `Holders` - the number of holders.
* `Deployed` - dev's address.
* `Security` - a little scam audit to check is everything fine.
  {% endtab %}

{% tab title="🔗 Links" %}
{% hint style="success" %}

## 🔗 Quick links

**From this section you can easily jump into Moni Discover or X account.**
{% endhint %}

<figure><img src="/files/xYC7x7mgisz7HCTjUeHY" alt="" width="563"><figcaption></figcaption></figure>

* **`Discover`**– Explore more accounts and projects on Moni.
* **`X`**– Direct link to the user's Twitter profile.
* `Check full profile` — Direct link to the Moni Discover profile.
  {% endtab %}
  {% endtabs %}


---

# 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://moni-ai.gitbook.io/checker-bot/overview/what-does-this-bot-show.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.
