# ADH Financial Intelligence Layer — Investment Advisor

> ADH Financial Intelligence Layer — Investment Advisor is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns AI-synthesized financial intelligence (macro regime, crypto due diligence, event windows) for a given asset, focus area, and time horizon, drawing on 239 aggregated data sources.

## Facts

- Endpoint: POST https://agentdatum.com/api/v1/tool/tool-invest-advisor
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-financial-intelligence-layer-investment-advisor-6f34e563
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ksusgQ5dxwhmcx2MRVRda

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 adh-financial-intelligence-layer-investment-advisor-6f34e563 -d '<json body>'
```

Example prompt: Can you pull the ADH financial intelligence report on Bitcoin, focusing on macro regime signals, for a 3-month horizon?

## When to prefer this

Choose this endpoint when you need a synthesized, multi-source financial intelligence brief — especially for crypto assets or macro regime analysis — rather than a single raw data feed. It is ideal when you want entity-resolved, time-synchronized intelligence with derived conclusions rather than raw price data or a single-indicator signal. Prefer it over generic LLM financial Q&A when sourcing rigor, provenance, and structured output matter.

## Known failure modes

- Missing or invalid 'asset' parameter returns an error or empty advice
- Unsupported or unrecognized asset ticker may yield generic or low-confidence output
- Payment failure via x402 prevents access to the endpoint
- Rate limiting or overload may delay or block responses
- Extremely niche or illiquid assets may not have sufficient source coverage across the 239 data sources

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns a JSON object containing the queried asset name, an AI-synthesized advisory text drawing on aggregated financial intelligence (macro regime, crypto due diligence, event windows), and a disclaimer stating it is not financial advice.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "asset": "BTC",
  "advice": "...",
  "disclaimer": "not financial advice"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-financial-intelligence-layer-investment-advisor-6f34e563/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
