# Strale DeFi Risk Check

> Strale DeFi Risk Check is a paid API for AI agents from api.strale.io, paid per call via x402, $1.62/call, status unknown (last checked 2026-09-15).

Runs a compliance and risk assessment on a DeFi protocol, returning structured risk indicators and audit trail data.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/defi-risk-check
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-defi-risk-check-fc80a81e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7DJvHsUf35pjaovxUpYJe

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 strale-defi-risk-check-fc80a81e -d '<json body>'
```

Example prompt: Can you run a DeFi risk and compliance check on Aave — their site is aave.com — and tell me if it's safe to interact with?

## When to prefer this

Use this endpoint when an agent needs to assess the trustworthiness, compliance posture, or financial safety of a specific DeFi protocol before recommending it to a user or executing transactions on it.

## Known failure modes

- Unknown or unsupported protocol name returns empty or low-confidence result
- Invalid or unreachable protocol URL causes validation failure
- Protocol too new to have sufficient data for scoring
- Payment not received or insufficient USDC balance returns 402 error

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

Structured JSON containing risk scores, compliance check results, financial validation indicators, and an audit trail for the specified DeFi protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "protocol_url",
  "protocol_name"
 ],
 "properties": {
  "protocol_url": {
   "type": "string",
   "description": "DeFi protocol website URL"
  },
  "protocol_name": {
   "type": "string",
   "description": "Protocol name (e.g. Aave, Compound)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-defi-risk-check-fc80a81e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
