> 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/context-layer-and-moni-search.md).

# Context Layer & Moni Search

The **Context Layer** brings Moni's offchain intelligence straight into your onchain workflow — social signals sit right next to price, so you never leave the chart to check who's behind a token.

### Token Page Overview

Open any token page and Moni surfaces its key offchain signals right above the chart — all pulled from the X account or X community linked to the token.

<figure><img src="/files/pSgy9b5ViqOHaN8Rb7iB" alt=""><figcaption></figcaption></figure>

### Available Metrics

| Metric             | What it shows                                                                             |
| ------------------ | ----------------------------------------------------------------------------------------- |
| **Moni Score**     | The token's overall social-traction score — smarts, smart mentions, engagement, momentum. |
| **Smart Status**   | Whether the linked X account is a Smart Account.                                          |
| **Smart Mentions** | The number of mentions from smart accounts.                                               |
| **Smart Holders**  | How many smart wallets currently hold the token.                                          |
| **Handle Changes** | Previous handles used by the linked X account.                                            |

{% hint style="info" %}
All metrics are based on the associated X account or X community connected to the token.
{% endhint %}

### Explore the data behind a metric

These metrics aren't just numbers — they're clickable. Open **Smart Mentions** or **Smart Holders** to drill into the data and analyze each participant individually.

{% columns %}
{% column width="33.33333333333333%" %}
**Inside this view, you can**

* inspect wallet behavior
* check PnL
* check Moni Score
* open the linked X profile
* assign or view custom tags
  {% endcolumn %}

{% column width="66.66666666666667%" %}

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

### Smart Holders and Tags

{% columns %}
{% column width="41.66666666666667%" %}
Smart Holders are enriched with our Moni and your own **Tags**.&#x20;

If you've tagged a wallet before, that label shows up here automatically — so you recognize known wallets at a glance, no extra digging. When a wallet is tied to a specific platform or behavior pattern, your tag surfaces it instantly and in context.
{% endcolumn %}

{% column width="58.33333333333333%" %}

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

## Moni Search

Moni Search gives you the same intelligence from a dedicated panel. Click the search icon in the bottom panel to open it.

{% columns %}
{% column width="33.33333333333333%" %}
When opened, it displays:

* Profile bio
* Smart mentions
* Smart holders
* Handle changes
  {% endcolumn %}

{% column width="66.66666666666667%" %}

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


---

# 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/context-layer-and-moni-search.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.
