# Edge Agents Treasury Positioning Regime

> Edge Agents Treasury Positioning Regime 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 evidence-backed analysis of current Treasury market positioning regimes, including leverage, rotation, and institutional flow signals with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/treasury-positioning-regime
- 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-treasury-positioning-regime-9627e1fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sUMIfC4AgrzS4km4niWVL

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-treasury-positioning-regime-9627e1fc
```

Example prompt: Can you pull the latest Treasury positioning regime analysis from Edge Agents — I want to know what the current evidence says about leveraged fund and asset manager positioning, whether there's a rotation or anomaly signal, and what the confidence level is?

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed regime classification for US Treasury markets — particularly when you need to distinguish between leverage, rotation, anomaly, and cycle phases with explicit confidence scoring. Prefer this over generic macro data feeds when you need bounded decisions with stated limitations and audit-ready provenance. Best suited for CFOs, portfolio managers, strategy teams, or autonomous agents that must justify positioning decisions with cited evidence rather than raw data.

## Known failure modes

- Data may be incomplete if source freshness is limited — the report will state coverage gaps explicitly
- Confidence may be downgraded if contradictory evidence is detected across sources
- The endpoint returns a point-in-time snapshot; stale calls may reflect an older regime if not re-called
- Payment failure (x402 protocol) will block access before analysis is returned
- If no fresh evidence is available, dataStatus may indicate incomplete rather than complete

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a JSON object containing: a quality status and confidence level (e.g. 'strong'/'high'), an analysis block with the regime family (e.g. 'rates'), a list of active intent signals (leverage, rotation, anomaly, institutional, etc.), and a natural-language summary. Also includes an evidence block with policy context and source citations, provenance attestation (issuer URL, signed flag), generation timestamp, schema version, data completeness status, coverage limitations, and a standard non-investment-advice disclaimer.

## 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": "rates",
   "intents": [
    "leverage",
    "rotation",
    "anomaly",
    "evidence",
    "cycle",
    "forecast",
    "institutional",
    "rates",
    "positioning",
    "leveraged-funds",
    "asset-manager"
   ],
   "summary": "Fresh Treasury Positioning Regime findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "treasury-positioning-regime",
  "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-treasury-positioning-regime-9627e1fc/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)
