> For the complete documentation index, see [llms.txt](https://moni-ai.gitbook.io/moni/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/moni/moni-extension/analytics/social-context/moni-score-and-stats.md).

# Moni Score & Stats

{% hint style="info" %}
Moni Score combines the quality of smart accounts, smart mentions, engagement velocity, narrative presence, and social momentum.
{% endhint %}

Moni Score is a single number that sums up how much real social traction an account or token has. It's shown as both a value and a level (for example, *Level 8: Top)* so you can read the signal in a second, then dig into the stats behind it.

{% columns %}
{% column valign="middle" %}

### What's Moni Score

The score is built from social signals, not raw follower counts:

* **Followers** quality
* Quality and relevance of **smart mentions**
* **Engagement** velocity and **narrative** presence
* **Social** activity patterns
* Strength of interactions from **influential accounts**
  {% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/3B9ALHCqlRI9GVlmNATK" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="50%" valign="middle" %}

### What Stats show

Alongside the score, Moni shows four live stats:

* **Followers** – follower count
* **Smarts** – number of smart accounts&#x20;
* **Smart Mentions** — mentions from notable accounts
* **Smart Holders** — smart wallets holding the token (shown when a contract address is attached)
  {% endcolumn %}

{% column width="50%" valign="middle" %}

<figure><img src="/files/91opJB4kTpOepobBKFOe" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
The Score gives you direction at a glance; the Stats show the data behind it.
{% endhint %}


---

# 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/moni/moni-extension/analytics/social-context/moni-score-and-stats.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.
