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

# Overview

SMC Stats is the central intelligence hub powering the SMC ecosystem. \
\
We provide a comprehensive statistics dashboard that unifies, visualizes, and monitors data across all SMC products and services—giving community members, investors, and partners the insights they need to understand our ecosystem and make informed investment decisions.&#x20;

This unified platform provides:

### 🔍 **Core Functions**

* **Performance Monitoring:** Track real-time usage, growth trends, and health of each product/service.
* **Cross-Product Insights:** View comparative stats across the SMC ecosystem to identify strengths, gaps, and opportunities.
* **User Engagement Data:** Understand how users interact with each product (sessions, retention, active users, feedback).
* **Revenue & Transactions:** Monitor income streams, subscriptions, token activity, and transactional data.
* **Operational Metrics:** Track uptime, request success rates, and latency for all services.

### 📊 **Key Features**

* Interactive dashboards with filters by time, product, and region
* Visuals: charts, graphs, KPIs, heatmaps, and scorecards
* Downloadable reports and scheduled summaries
* User alerts for anomalies or key milestones
* API integrations for real-time updates from all SMC tools

### 🌐 **Strategic Value**

* **Transparency:** Clear view of ecosystem growth and performance
* **Optimization:** Identify what's working and where improvements are needed
* **Decision-Making:** Drive data-informed product strategy and prioritization
* **Investor Readiness:** Provide reliable metrics to partners, stakeholders, or regulators


---

# 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://smc-stats.gitbook.io/overview/overview.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.
