wss://ws.defimon.xyz/ws/attacks

Stream on-chain exploits the moment they happen.

Defimon detects DeFi attacks across 8 chains and streams them as structured JSON over WebSocket — raw and LLM-confirmed. Built for DeFi incident response.

Just want the free alerts? Join the public Telegram channel

live8 networks<300ms detection$2M+ rescued

// how it works

Connect once, act on everything

01

Connect

Open a WebSocket to the feed with your API key. One key works for both streams across all 8 networks.

02

Stream

Receive every detected attack as a single JSON object the instant it's found — or subscribe to the curated, LLM-confirmed stream for lower noise.

03

Act

Parse the payload and route it into your own systems — hedge a position, snapshot state, page on-call, or trigger a circuit breaker. No scraping, no parsing Telegram.

connect.js
const ws = new WebSocket( "wss://ws.defimon.xyz/ws/attacks?api_key=YOUR_API_KEY" ); ws.onmessage = (event) => { const attack = JSON.parse(event.data); // Machine-readable: act on it however you like if (attack.balance_change > 100_000) { hedge(attack.victim_address, attack.network); } };

// the payload

One JSON object per attack

No parsing screenshots. No scraping a channel. Structured, enriched payloads your code can act on in milliseconds.

{ "network": "mainnet", "severity": "CRITICAL", "attack_type": "suspicious_contract_call_with_profit", "transaction_hash": "0x074ec9317d8336db37e8c348fbdd7515573ff4088239c77ab429f522509aeeb1", "exploit_address": "0x06f5…0fcd", "attacker_address": "0x0f18…dd17", "victim_address": "0xff1f2b4adb9df6fc8eafecdcbf96a2b351680455", "block_number": 25043217, "block_timestamp": 1781438400, "balance_change": 2190000.0, "matched_traces": "", "protocols": { "is_full_enrichment": true, "hacker_profit": 2190000.0, "victim_info": { "name": "Aztec Connect", "symbol": null, "tvl": null, "site_url": "https://aztec.network", "protocol_id": 318, "is_protocol": true }, "balance_changes": [ { "address": "0x0f18…dd17", "balance_change_usd": 2190000.0, "is_eoa": true }, { "address": "0xff1f…0455", "balance_change_usd": -2190000.0, "is_eoa": false, "name": "Aztec Connect", "is_protocol": true } ] } }

Raw, real-time. Fires the instant a suspicious transaction is detected — fully enriched with the victim protocol, TVL, and per-address balance changes.

// why teams wire it in

Fast, enriched, verified

<300ms

Detection latency

Exploits are flagged within milliseconds of execution and pushed straight to your socket. No polling, no scraping.

TVL + balances

Full on-chain enrichment

Every payload carries the victim protocol, TVL, token symbols, and per-address USD balance changes. No extra lookups required.

2 streams

Raw and LLM-confirmed

The raw stream fires instantly. A curated second stream drops MEV and arbitrage false positives and attaches a written explanation.

// pricing

Three ways to watch the chain

From a free public channel to a real-time machine-readable feed.

for enthusiasts

Defimon Alerts

Public Telegram channel

Free
+DeFi incidents & exploits (~24h delay)
+On-chain messages from attackers
+Security monitoring of Immunefi protocols
+Community-driven discussion

No account needed.

for traders

Defimon Signals

Premium Telegram channel

$50/mo
+Human-readable, LLM-verified alerts
+Automatic victim-protocol detection
+Root-cause analysis, near real-time
+Protocol & TVL context, trading signals

Telegram Stars · CryptoBot · Tribute

for DeFi teams

WebSocket Feed

Machine-readable API

$200/mo
+Structured JSON over WebSocket
+Both feeds: raw + LLM-confirmed exploits
+Full enrichment: victim, TVL, balance changes
+8 networks, one API key, <300ms detection
+Includes Defimon Signals channel access

Pay in crypto · Cancel anytime

Prefer Telegram for the WebSocket feed? Pay with Telegram Stars in the bot →

// the alternatives

How the feed compares

Designed for DeFi protocol teams and incident response.

Defimon WebSocketAny public source such as XBuild your own
Detection latency<300msUp to ~24h delayVaries — high effort
Machine-readable JSON
LLM-confirmed stream
Protocol & TVL enrichmentPartial
Per-address balance changes
Networks covered88Per-chain infra
Maintenance burdenNoneNoneConstant
Cost$200/moFree$$$ infra + eng

// faq

Frequently asked

Put the feed in your stack

Connect in minutes. Every attack across 8 chains, as JSON, in under a second.

@DefimonAlerts

© 2026 Defimon by Decurity

Powered by QuickNode