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

# FAQ

<details>

<summary>What are the preliminary results you're seeing with ARO?</summary>

ARO outperforms OpenAI models by 8.1% in cost-to-output-quality ratio, which is never seen before in the space.

ARO also outperforms GROK tweet categorisation speed (70.5%) and depth (33.33%) - going deeper into the history for answers, and labeling each tweet more accurately than the GROK itself thanks to specialized label and categorisation agents that handle only this task. This is important for crypto people working with sentiment-based decisions).

ARO by far even at this stage outperforms every crypto reasoning AI available.

</details>

<details>

<summary>What is ARO?</summary>

ARO, or the AI Research Orchestrator, is a coordination, routing and orchestration engine that uses AI, specialized tools, and real-time data processing to provide actionable insights. ARO is focused primarily for cryptocurrency and DeFi analytics but is adaptable to other industries.

</details>

<details>

<summary>Why is ARO important for the AI ecosystem?</summary>

ARO eliminates the complexity and cost of managing multiple LLM subscriptions by providing a **scalable, market-focused framework** that combines **the best features of each model** with powerful analytics tools. It’s a smarter, more efficient way to harness AI for actionable market insights.

ARO is important because it addresses critical challenges in today’s data-driven decision-making environments:

* **Fragmented Data Sources**: ARO consolidates diverse data streams (financial, social, and on-chain) into a unified framework, eliminating the inefficiencies of siloed analysis.
* **Precision Through AI**: By dynamically assigning tasks to the most suitable LLMs and tools, ARO ensures that insights are accurate, context-aware, and actionable.
* **Scalability and Adaptability**: Its modular architecture scales to handle complex tasks and can adapt to new domains, making it versatile for a wide range of industries.
* **Continuous Learning**: ARO’s self-learning capabilities and automated dataset creation allow it to refine and improve over time, ensuring that insights stay relevant in evolving markets.
* **Empowered Decision-Making**: With real-time insights, automated alerts, and holistic outputs, ARO enables users—from traders to enterprises—to make faster and more informed decisions.

</details>

<details>

<summary>How does ARO differ from other platforms?</summary>

ARO acts as a **central reasoning engine**, dynamically assigning tasks to the most suitable **LLMs** and leveraging their unique capabilities. It integrates **over 80 specialized tools** and **automated dataset creation** into a **unified, scalable framework**, combining data from **financial metrics**, **social sentiment**, and **on-chain analytics** to deliver precise, holistic insights.

</details>

<details>

<summary>What LLMs are used in the Multimodal Reasoning Layer?</summary>

ARO integrates a diverse array of advanced Large Language Models (LLMs), dynamically selecting the best option for each task. These include providers such as **OpenAI** (GPT-4o, GPT-o1), **DeepSeek** (DeepSeek-R1), **Anthropic** (Claude 3.5 Sonnet), **Gemini** (Gemini-2.0), **Grok (xAI)** (Grok-2), and **Qwen** (Qwen2.5). This robust ecosystem of models ensures ARO delivers precise, efficient, and task-specific performance for a wide range of applications.

</details>

<details>

<summary>What can ARO do?</summary>

* **Financial Analysis**: Monitor token prices, track market volatility, and identify key trading opportunities.
* **Social Media Scraping**: Analyze sentiment, track influencer (KOL) activity, and detect social trends.
* **On-Chain Data**: Examine transaction volumes, track wallet activity, and detect unusual blockchain events.
* **News Aggregation**: Gather and filter relevant market updates, ensuring you never miss critical information.

For a full breakdown of features, visit ARO’s [Orchestration Intelligence](/aro/aros-tech/orchestration-intelligence-layer.md) page.

</details>

<details>

<summary>What is the $ARO Buyback &#x26; Burn Mechanism?</summary>

ARO allocates 85% ecosystem earning funneled back to $ARO via Buyback & Burn mechanism. This reduces the circulating supply and aligns platform growth with token value. 10% is used for operating costs of scaling, expansion etc., and 5% is long term team's buy-and-vest (1yr) program. The team gets successful only if ARO is used and growing. This way we are commited to the project, keeping ARO useful and impactful for the crypto AI.

</details>


---

# 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://aro-1.gitbook.io/aro/faq.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.
