# Orchestration Intelligence Layer

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

* **Purpose**
  * The **Orchestration Intelligence Layer hosts** numerous **specialized tools**, each designed to handle a particular subset of tasks (e.g., real-time price tracking, social sentiment scraping).
* **Tool Categories**
  * **Financial Analysis**: Price feeds, volatility indexes, trading volume metrics.
  * **Social & Sentiment**: Influencer tracking, trending hashtags, overall sentiment scoring.
  * **On-Chain Analytics**: Whale spotting, token flow insights, wallet activity.
  * **Web & Media Scraping**: Collecting articles and forum posts for deeper context.
  * **Aggregation**: Meta-tools that unify data streams into a single “signal.”
* **Parallel Execution**
  * Multiple tools can run **simultaneously**, cutting latency for large or multi-faceted tasks.

***

* **FinTrack** (Financial Analysis)
  * Monitors real-time price data, volume, and volatility metrics across multiple exchanges.
* **SocioScope** (Social Analysis)
  * Gathers and aggregates key insights from community-driven platforms like Reddit, Telegram, and specialized forums.
* **SentiMind** (Sentiment Analysis)
  * Evaluates and scores market sentiment from diverse social media sources, flags shifts in user mood.
* **ChainWatch** (On-Chain Analysis)
  * Keeps tabs on blockchain transactions, wallet activity, and token flows for early detection of whale movements.
* **KOLRadar** (KOLs Spy)
  * Tracks social postings, announcements, and market moves influenced by Key Opinion Leaders (KOLs).
* **GeckoFetch** (CoinGecko API)
  * Fetches price feeds, token metadata, and market cap data directly from the CoinGecko API.
* **CrypNews** (Crypto News Aggregation)
  * Scrapes headlines and updates from crypto-focused media outlets, providing consolidated market news.
* **WebSnoop** (Web Search)
  * Executes targeted web searches for relevant articles, blog posts, and site-specific content.
* **Xcavator** (X/Twitter Scraping)
  * Continuously collects tweets and trending hashtags from X (Twitter), highlighting influencer mentions and sentiment.
* **ChartWizard** (Technical Overlay & Visualization)


---

# 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://aro-1.gitbook.io/aro/aros-tech/orchestration-intelligence-layer.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.
