# Edge Agents CFO Capital & Liquidity Outlook

> Edge Agents CFO Capital & Liquidity Outlook is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns an evidence-backed CFO-level analysis of capital markets and liquidity conditions, including cross-market signals, leverage, rates, and FX outlook.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/cfo-capital-liquidity-outlook
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-cfo-capital-liquidity-outlook-b44d1e68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SYgO_2CRLU7O-11FKya5r

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 edge-agents-cfo-capital-liquidity-outlook-b44d1e68
```

Example prompt: Pull the latest CFO capital and liquidity outlook from Edge Agents — I need to know current liquidity conditions, leverage signals, rates and FX direction, and confidence level before our investment committee meets today.

## When to prefer this

Choose this endpoint when you need a structured, evidence-cited, CFO-grade view of current capital market liquidity, rates, leverage, and FX conditions — particularly for executive briefings, investment committee preparation, treasury decisions, or macro-aware capital deployment analysis. Prefer it over generic news summaries or LLM-only reasoning when you need signed provenance, confidence scoring, and sourced cross-market intelligence in a single call for $0.10 USDC.

## Known failure modes

- Payment not completed (x402 flow not resolved) — endpoint returns 402 before delivering content
- Data unavailability — report may note limited source freshness or coverage gaps in its limitations field
- Stale or incomplete evidence — live sources may be temporarily unavailable, reflected in evidence.policy field
- Malformed request — although GET requires no body, incorrect headers or payment tokens may cause rejection

## How this service works

CFO Capital & Liquidity Outlook. Translates rates, liquidity, FX, cycle and market evidence into bounded corporate-finance decision context. Purpose: Support capital, treasury and financing decisions with explicit evidence quality, trade-offs and invalidation conditions. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality object with status and confidence level; an analysis object with cross-market family classification, intent tags (liquidity, leverage, rates, FX, etc.), and a narrative summary; an evidence object with asset references and live policy status; provenance with issuer URL and signed flag; generatedAt timestamp; schemaVersion; and a disclaimer clarifying the research is not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "cross-market",
   "intents": [
    "liquidity",
    "leverage",
    "evidence",
    "cycle",
    "forecast",
    "rates",
    "fx"
   ],
   "summary": "Fresh CFO Capital & Liquidity Outlook findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "cfo-capital-liquidity-outlook",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-cfo-capital-liquidity-outlook-b44d1e68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
