Flash loan exploits
Detects atomic borrow-manipulate-repay sequences before the second half completes. Catches the bZx and Cream Finance class of attacks.
Protocol Guardian is an autonomous AI sentinel for DeFi. It watches the Ethereum mempool, classifies threats with Claude, and calls emergencyPause() on your contracts before exploits complete — usually within a single block.
Every transaction in the Ethereum mempool gets screened against six high-signal exploit patterns. Anything suspicious is escalated to the AI agent for a confidence call.
Detects atomic borrow-manipulate-repay sequences before the second half completes. Catches the bZx and Cream Finance class of attacks.
Pattern-screens external calls followed by state writes that leave intermediate balances exploitable. The DAO and Cream-style classics.
Watches for unauthorized calls into privileged functions — owner takeovers, missing modifiers, signature replay against admin paths.
Flags price feeds that diverge from market consensus by more than a configurable threshold. Catches single-block oracle squeezes.
Detects abnormal outflow patterns that exceed the protocol's normal withdrawal velocity, including multi-tx siphoning across blocks.
Tracks abnormal voting power concentration and proposal contents that touch privileged treasury or upgrade paths.
pause() — in one block.Four stages run in pipeline. Average end-to-end latency from mempool sighting to on-chain pause is well under 12 seconds on Sepolia.
WebSocket subscription to the Ethereum mempool plus block stream via Alchemy. Every pending transaction touches the heuristics engine.
A deterministic heuristics layer scores transactions against the six attack patterns. Anything above the risk floor escalates to the agent.
Claude classifies the candidate threat, scores confidence 0–100, and recommends an action. Reasoning is logged for post-incident review.
If confidence ≥ 75, the agent calls emergencyPause() on the registered Guardian contract. A full incident report follows.
We're onboarding a small cohort of DeFi protocols for the post-hackathon pilot. Drop your email — you'll hear from Rivaldo personally.