---
name: x402.blackswan.wtf
description: x402.blackswan.wtf exposes a single AI-driven on-chain anomaly detection endpoint that returns the current market risk status, severity level, a natural-language assessment, and any active signals. It is a point-in-time query service with no historical or streaming capability.
host: x402.blackswan.wtf
---

# x402.blackswan.wtf

This host serves agents that need a quick, structured read on whether on-chain markets or derivatives are currently exhibiting anomalous behavior. It wraps an AI anomaly-detection model into a single callable skill, returning severity-graded output suitable for downstream decision logic. It is not a data feed, analytics platform, or alerting pipeline — it answers one question: is something unusual happening right now?

## When to use this host

Use this host when an agent needs a fast, structured risk-status check before executing a trade, rebalancing a portfolio, or making any decision sensitive to on-chain market anomalies. Do not use it for historical anomaly lookups, time-series analysis, or continuous monitoring — it returns only the current state at query time. For streaming alerts or historical anomaly data, look for dedicated event-streaming or time-series analytics hosts. For raw price or OHLCV data, use a market data host rather than this one.

## Capabilities

### On-Chain Anomaly Status

Provides a structured, AI-generated assessment of current on-chain market conditions, including a severity level and any active anomaly signals, as a single-shot query.

- **`fetch-flare-alert-status`** — Queries an AI-driven on-chain anomaly detection agent and returns the current market risk status, severity level, assessment summary, and any active signals.

## Skill reference

### `fetch-flare-alert-status`

**Flare Alert Agent** — Queries an AI-driven on-chain anomaly detection agent and returns the current market risk status, severity level, assessment summary, and any active signals.

*Use when:* Use when an agent needs to check whether on-chain markets, derivatives, or price data currently exhibit anomalies or elevated risk, and wants a structured severity assessment with supporting signal details.

*Not for:* Do not use for historical anomaly lookups or continuous streaming alerts; this is a single-shot status check returning the current state at query time.

**Returns:** Returns success=true with a data object containing status='clear', severity='none', a timestamped assessment string, an empty signals array, and a count of 5325 datapoints analysed.

**Example:** `POST https://x402.blackswan.wtf/smart-agents/flare
Content-Type: application/json

{}`

---
