# Aggregate Social Data

The **Aggregate Social Data** module provides a high-level, macro-scale view of the cryptocurrency market's prevailing psychological state and overall level of engagement. By synthesizing millions of data points into two core, industry-wide indicators, it offers a diagnostic tool for assessing overall market health and sentiment extremes.

This module consists of two primary metrics:

1. **Fear & Greed Index:** This is a composite sentiment index that quantifies the primary emotions driving the market at a given time. It synthesizes data from various sources, including social media sentiment, market volatility, trading volume, and survey data, to produce a single, normalized score on a scale from 0 (Extreme Fear) to 100 (Extreme Greed). This metric serves as a contrarian indicator; extreme readings often signal potential market reversals, as unsustainable euphoria can precede a downturn, and pervasive fear can indicate a buying opportunity.
2. **Industry-Wide Social Volume:** This metric represents the absolute, deduplicated count of Twitter mentions related to the cryptocurrency industry over a 24-hour rolling window. It functions as a direct measure of total ecosystem engagement and attention. A rising aggregate volume indicates growing public interest and the potential for increased market liquidity, while a declining volume may signal waning retail attention or a period of market consolidation. Correlating this with price action helps distinguish between broad-based market moves and those occurring in a low-attention environment.


---

# 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://cryptobuzz.gitbook.io/cryptobuzz-docs/aggregates/aggregate-social-data.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.
