# Questflow AI Investment Scout

> Questflow AI Investment Scout is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Analyzes real-time AI agent and Virtuals Protocol project metrics (TVL, volume, holders, FDV, price trends) to surface high-growth investment opportunities.

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68e682637ad7f91b3bd15611
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-6ed0bac4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oWgpeCADiCtCEgWnRbVIT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability questflow-6ed0bac4 -d '<json body>'
```

Example prompt: Use the AI Investment Scout to find the most promising Virtuals Protocol AI agent projects right now — show me the top opportunities ranked by TVL growth and 24-hour volume, and flag any with rapidly increasing holder counts.

## When to prefer this

Choose this endpoint when you need real-time, data-driven discovery of AI agent and Virtuals Protocol crypto investment opportunities, especially when you want multi-metric analysis (TVL, volume, holders, FDV, price) in a single call rather than querying individual data sources.

## Known failure modes

- Virtuals Protocol data feed unavailable — no project metrics returned
- Invalid or malformed query input — 400 error
- Payment of $0.5 USDC not processed — 402 Payment Required
- Swarm orchestration timeout — partial or no results returned
- No projects matching filter criteria found — empty result set

## How this service works

AI Investment Scout is a smart Swarm that helps you discover the best investment opportunities in the world of AI Agents and Virtuals Protocol projects.
Powered by Virtuals Agent, this Swarm analyzes real-time data such as TVL, 24-hour volume, number of holders, FDV, and price trends to find projects with high growth potential.

With AI Investment Scout, you can:

Discover the latest and most promising AI projects

Compare performance and key metrics between projects

Get quick insights based on real data

🚀 Discover opportunities before anyone else — let AI work for you.  | Powered by Questflow

## Output

A ranked list of AI agent and Virtuals Protocol projects with real-time metrics including TVL, 24-hour trading volume, number of holders, FDV, and price trend analysis, along with insights on which projects show high growth potential.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-6ed0bac4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
