# Smart Sentiment

Smart Sentiment is FOMO’s analytics layer that converts on-chain trader behavior on connected DEXs into actionable signals. It continuously tracks and filters cohorts of consistently profitable traders (the “Smart Traders”) to surface clear, tradeable intent inside the app. Smart Sentiment powers Sentiment Orders, Copy Trading, and Smart Vault.

Data is sourced from connected venues (currently Hyperliquid) via the Markets Layer. The system is architected for multi-DEX expansion without changing user flow.

<div align="left"><figure><img src="/files/pCNxLxuqT5bpKoCbo2Nc" alt=""><figcaption></figcaption></figure></div>

### Model Overview

Smart Sentiment aggregates qualified trader actions with weights and quality filters:

$$
\begin{aligned}
SS &= \sum\_{i=1}^{n} (W\_i \times S\_i \times F\_i) + \Omega \\
\end{aligned}
$$

Where:

$$
\begin{aligned}
W\_i &\ — \text{ trader weight (trust, recency, stability)} \\
S\_i &\ — \text{ performance score (profitability, drawdown, win-rate)} \\
F\_i &\ — \text{ quality filter (removes bots/MM/outliers)} \\
\Omega &\ — \text{ extension term (future integrations)}
\end{aligned}
$$

Traders are evaluated on long-horizon consistency (e.g., \~90-day robustness), not one-off wins. The filter stack suppresses bot-like flow and MM-style inventory behavior.

### What you see in FOMO

{% hint style="info" %}
**Risk tip:** avoid entering if the cohort is already +5 % or more above Avg. Entry Price — odds may be lower. *Not financial advice. DYOR.*
{% endhint %}

The Smart Sentiment panel explains itself in plain terms:

<table data-view="cards"><thead><tr><th>Sentiment</th><th align="center">% aligned</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>LOOONG / SHOOORT</strong></td><td align="center">≥ 75 %</td><td>Smart Traders clearly favor one side and momentum is dominant or near its peak.</td></tr><tr><td><strong>LONG / SHORT</strong></td><td align="center">65–75 %</td><td>Most Smart Traders lean one way and the trend is likely forming or continuing.</td></tr><tr><td><strong>NEUTRAL</strong></td><td align="center">&#x3C; 65 %</td><td>Smart Traders are balanced and the market is likely ranging or preparing to reverse.</td></tr></tbody></table>

**24h change (%)** — how Smart Sentiment has shifted in the last 24 hours; shows trend acceleration or fading momentum.\
**Volume ($)** — total notional of Smart Traders’ open positions behind the current bias; higher volume = stronger market participation.\
**Wallets** — number of distinct Smart Trader addresses in the active cohort; indicates how broad the conviction is.\
**Avg. Entry Price** — average entry level of active long/short positions; helps measure how extended the move already is.

### Features powered by Smart Sentiment

Smart Sentiment is modular and easily expandable with new data and DEXs, enabling a range of intelligent tools — some of which are already on the way to FOMO:

{% tabs %}
{% tab title="Smart Vault" %}
A passive strategy layer allocating toward the strongest Smart Sentiment-backed positions, with guardrails for correlation and drawdown. Rebalances as cohort strength changes.
{% endtab %}

{% tab title="Sentiment Orders" %}
Order logic that triggers on Smart Sentiment conditions (e.g., “open when bias flips LONG,” “scale while ≥75% LOOONG”). Designed to time entries with cohort conviction rather than price alone.
{% endtab %}

{% tab title="Copy Trading" %}
Automated replication restricted to qualified Smart Traders only (post-filter, post-scoring). Users set caps and risk limits; custody never leaves the venue.
{% 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://docs.onfomo.com/smart-sentiment.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.
