# Aggregation Infrastructure

### How

* Real-time aggregations are processed in-memory via event streamers.
* Historical aggregations are computed from MongoDB + time-series DB pipelines.
* All are available via:
  * REST API (pull on demand)
  * WebSocket (real-time subscriptions)
  * GraphQL (soon)

### Why

Built for decision-making

* Agents and bots subscribe to real-time triggers
* Analysts and researchers query aggregated trends
* Security teams monitor wallet behaviors
* AI models use structured, labeled features for prediction

### Next

You're ready to use the aggregations:

* Subscribe to real-time data
* Query token or wallet insights
* Build dashboards or alerts

\ <img src="https://paper.dropboxstatic.com/static/img/ace/emoji/1f449.png?version=8.0.0" alt="backhand index pointing right" data-size="line"> Continue to the API & Streams section to start integrating.
