# Edge Agents DeFi Protocol Risk & Yield Synthesis

> Edge Agents DeFi Protocol Risk & Yield Synthesis 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 risk and yield intelligence for DeFi protocols, synthesizing cross-market signals including TVL, momentum, and supply metrics.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/defi-protocol-risk-yield-synthesis
- 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-defi-protocol-risk-yield-synthesis-b3a72d02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B4eWTC23F8aL1F8hvgsyA

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-defi-protocol-risk-yield-synthesis-b3a72d02
```

Example prompt: Can you pull the latest evidence-backed DeFi protocol risk and yield synthesis report — I need the cross-market risk status, confidence level, and TVL/yield signals to evaluate a protocol I'm considering allocating to?

## When to prefer this

Choose this endpoint when you need a synthesized, evidence-backed risk and yield snapshot for DeFi protocols that combines cross-market signals (TVL, momentum, supply, yield) in a single signed, provenance-tracked report. Prefer it over raw on-chain data feeds when you need analyst-quality synthesis with confidence scoring and disclaimer-compliant output suitable for institutional or agent-driven decision support.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Protocol identifier not recognized — may return empty evidence assets
- Data unavailable for requested protocol — report may note coverage gaps in limitations field
- Stale or unavailable upstream sources — disclosed in the limitations array of the response
- Invalid request schema — returns error due to malformed input

## 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

A structured JSON report containing a quality assessment (status and confidence), cross-market analysis with identified intents (risk, momentum, supply, DeFi, yield, TVL), evidence assets, data provenance with issuer signature, a disclaimer, schema version, and a point-in-time generatedAt timestamp. Coverage limitations and source freshness caveats are included in every report.

## 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": [
    "risk",
    "momentum",
    "supply",
    "defi",
    "yield",
    "tvl"
   ],
   "summary": "Fresh DeFi Protocol Risk & Yield Synthesis findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "defi-protocol-risk-yield-synthesis",
  "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-defi-protocol-risk-yield-synthesis-b3a72d02/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)
