---
name: agentoracle.co
description: AgentOracle provides on-demand research reports on crypto and DeFi topics by querying multiple sources and returning structured outputs including summaries, key facts, analysis, and citations. It offers two query modes: a deep research report for comprehensive topic analysis, and a verification endpoint that returns a confidence score alongside sourced answers to factual claims.
host: agentoracle.co
---

# agentoracle.co

AgentOracle is a research-as-a-service host targeting crypto and DeFi use cases. It serves agents that need structured, multi-source research outputs rather than raw data or real-time feeds. The two skills differ in scope: one produces extended analytical reports on protocols, tokenomics, and teams; the other verifies specific claims or questions with a confidence score. Both are single-shot, point-in-time queries settled in USDC on Base via Perplexity Sonar.

## When to use this host

Use AgentOracle when an agent needs structured, cited research on crypto protocols, DeFi strategies, tokenomics, or team due-diligence, and a single-sentence answer is insufficient. Choose run-deep-research-query for broad analytical reports and fetch-research-verification when validating a specific factual claim with a confidence score. Do not use this host for real-time price feeds, live on-chain data, or sub-second latency requirements — use a dedicated price API or on-chain data endpoint instead. Also unsuitable for continuous monitoring or streaming data tasks.

## Capabilities

### Crypto Research and Verification

Covers both broad analytical research on crypto topics and targeted fact-checking of specific claims, returning structured outputs with summaries, key facts, sources, and optionally a confidence score.

- **`run-deep-research-query`** — Submits a research query and returns a structured deep-research report on crypto projects, DeFi strategies, tokenomics, teams, and on-chain signals, including a summary, key facts, analysis, and sources.
- **`fetch-research-verification`** — Submits a natural-language claim or question to Agent Oracle and returns a verified summary, key facts, source URLs, and a confidence score, powered by Perplexity Sonar and settled in USDC on Base.

## Workflows

### Research Then Verify

*Use when an agent needs to first build a comprehensive understanding of a crypto topic and then validate a specific claim or conclusion drawn from that research.*

1. **`run-deep-research-query`** — Submit a broad research query to obtain a full analytical report including summary, key facts, and analysis on the topic.
2. **`fetch-research-verification`** — Submit a specific claim or conclusion derived from the deep research report to obtain a sourced verification with a confidence score.

## Skill reference

### `run-deep-research-query`

**AgentOracle Deep Research** — Submits a research query and returns a structured deep-research report on crypto projects, DeFi strategies, tokenomics, teams, and on-chain signals, including a summary, key facts, analysis, and sources.

*Use when:* Use when an agent needs a comprehensive, multi-source research report on a crypto topic such as a protocol overview, DeFi yield strategy analysis, tokenomics breakdown, or team due-diligence — and a single-sentence answer is insufficient.

*Not for:* Do not use for real-time price feeds, live on-chain data lookups, or simple factual queries answerable from a knowledge base; use a price API or on-chain data endpoint instead.

**Inputs:**

- `query` (string, required) — Natural-language research question or topic to investigate. Should be specific enough to scope the report.

**Returns:** Returns a JSON object with the echoed query, tier='deep', and a result object containing a narrative summary, a list of key facts with source citations, a synthesis analysis paragraph, and a sources array.

**Example:** `{"query": "Comprehensive analysis of DeFi yield strategies on Base network"}`

---

### `fetch-research-verification`

**Agent Oracle Research** — Submits a natural-language claim or question to Agent Oracle and returns a verified summary, key facts, source URLs, and a confidence score, powered by Perplexity Sonar and settled in USDC on Base.

*Use when:* Use when an agent needs a sourced, verified research answer to a factual claim or question — such as current market data, news analysis, or fact-checking — and requires structured output with citations and a confidence score.

*Not for:* Do not use for real-time streaming price feeds or continuous monitoring; this is a single-shot query returning a point-in-time research snapshot. Not suitable for tasks requiring sub-second latency.

**Inputs:**

- `query` (string, required) — Natural-language claim or question to verify. Must be at least 1 character.

**Returns:** Returns a verified research object with a prose summary, an array of key facts, 7 source URLs, and a confidence score of 0.8 (medium), covering BTC spot price, intraday moves, and cited market catalysts.

**Example:** `{"query":"What is the current Bitcoin price, 24-hour and 7-day percent changes, and key market drivers from the last 48 hours?"}`

---
