KaelAi Shield

Know who's entering your
protocol before they do.

KaelAi Shield scores wallet behavior across 10 chains to detect exploit patterns, staging wallets, and coordinated attacks before they drain your protocol.

Five tiers. One clear answer.

Every Shield query returns an actionable recommendation - not just a number.

Tier Score What it means What to do
BLOCK 0-14 or threat registry Confirmed exploit wallet, mixer-funded, or extreme risk Reject interaction immediately
FLAG 15-24 Strong threat signals - receive-only, zero protocol engagement Manual review before any interaction
REVIEW 25-49 Manual assessment recommended. Covers two scenarios: wallets showing mixed or concerning behavioral signals that warrant investigation, and wallets with insufficient on-chain history where risk cannot be fully determined. Unknown is not the same as dangerous. Manual review recommended
  REVIEW does not mean blocked. It means your security team gets the information they need to make an informed decision — without adding friction for legitimate users.
MONITOR 50-69 Minor signals only - watch this wallet Allow with monitoring
ALLOW 70-100 or trusted registry Clean behavioral profile Proceed normally
Registry overrides: Registry matches always override score. Confirmed exploit wallets BLOCK at 0.99 confidence regardless of shield score. Trusted entities ALLOW regardless of behavioral signals.

Exploit Registry - real-time threat intelligence

Our proprietary registry of confirmed exploit wallets gets more powerful with every hack. Shield checks every queried wallet against known attacker addresses in real time. Registry matches return at 0.99 confidence - the highest certainty in the system.

11
Registry Entries
2
Incidents Tracked
$577M
Total Exploit Value
0.99
Confidence on Match
Drift Protocol Exploit
April 2026
$285M
4 attacker wallets registered
Kelp DAO Exploit
April 2026
$292M
1 wallet · Tornado Cash funded

We scored the exploit wallets blind.

Before we knew the Drift Protocol and Kelp DAO exploits had happened, we ran the attacker wallets through Shield. All five returned CCC grades with BLOCK recommendations. The behavioral signals were visible in the onchain data - we just didn't know what we were looking at yet.

What the data showed:

Zero outbound transactions

All attacker wallets had a 100% inbound transaction pattern - a staging address signature. No legitimate DeFi participant operates this way.

2.7 billion value spike ratio

One Drift wallet showed a max/mean transaction value ratio of 2.7 billion - an extreme drain-staging signal that no normal wallet produces.

0% known protocol ratio

None of the 5 wallets had interacted with a single verified DeFi protocol in their sampled history. Pure receive-and-hold infrastructure.

Coordinated 44-day creation window

All four Drift wallets were created within the same 44-day window - coordinated infrastructure that behavioral scoring surfaces immediately.

"The behavioral signals were there. Shield surfaced them. The exploit registry confirmed them afterward."

Phase 1 threat flags

Six behavioral signals that identify exploit infrastructure before it strikes. Each flag modifies the shield score and can trigger tier escalation.

📥

receive_only_pattern

No outbound transactions detected. Consistent with staging, aggregation, or drain wallets. One of the strongest exploit signals in the system.

🚫

zero_known_protocol_ratio

Zero interaction with verified DeFi protocols despite contract activity. Attacker wallets don't engage with protocols until the moment of exploit.

🌪️

tornado_cash_funded

Wallet funded via Tornado Cash or confirmed mixer - registry verified. Used to obscure the attacker's funding source and origin chain.

📈

value_spike_anomaly

Extreme transaction value variance (>50× spike ratio). Consistent with staged drain behavior where one massive transaction dwarfs all others.

🎯

counterparty_concentration

Single counterparty accounts for ≥70% of transaction volume. Suggests a controlled or purpose-built wallet, not an organic participant.

⚠️

failed_tx_anomaly

≥15% of transactions failed. Consistent with probing or malformed exploit attempts - testing protocol logic before the real attack.

One parameter. Full threat analysis.

Add mode=shield to your existing API call. That's it. Shield runs the same behavioral engine with threat-optimized weighting and exploit registry checks.

curl - Shield Mode
curl -X POST https://api.kaelai.io/api/v1/score \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "wallet_address": "0x6bcb37488dbe2b5d917e80586c544cb9174a1d6d",
    "chain": "eth",
    "mode": "shield"
  }'
JSON Response - Shield Mode
{
  "scoring_mode":          "shield",
  "overall_score":         22,
  "agent_score":           25,
  "grade":                 "CCC",
  "threat_classification": "confirmed_exploit_wallet",
  "threat_confidence":     0.99,
  "shield_flags": [
    "receive_only_pattern",
    "zero_known_protocol_ratio"
  ],
  "registry_checked": true,
  "registry_match": {
    "matched":       true,
    "registry_type": "threat",
    "incident_name": "Drift Protocol Exploit",
    "incident_date": "2026-04-01",
    "role":          "attacker",
    "amount_usd":    285000000
  },
  "recommended_action":       "block",
  "recommended_action_label": "REGISTRY MATCH — confirmed attacker wallet from Drift Protocol Exploit ($285M). Block immediately.",
  "alert_severity":           "critical"
}
alert_severity: critical - Registry matches always return critical severity. Behavioral-only flags return high, medium, or low based on flag combination and score.

Shield Pricing

Start with PAYG. Upgrade to registry access and real-time alerts. Founding rates locked for life.

Pay As You Go
$0.05
per query - no subscription
  • $0.05 per Shield query
  • Full 5-tier threat analysis
  • All 6 Phase 1 flags
  • Immediate activation
  • No subscription required
  • No exploit registry access
  • No alert delivery
Try Shield PAYG
Founding Member Rate
Shield Starter
$49.99
$64.99 standard
per month
Save 50% vs PAYG from your first query
  • 2,000 queries / month included
  • Registry access - exploit + trusted
  • Email alerts on BLOCK / FLAG
  • Full 5-tier threat analysis
  • All 6 Phase 1 flags
  • Rate locked for life while subscribed
Founding rate - locked while subscribed
Subscribe
Shield Enterprise
$999
per month
  • Unlimited queries / month included
  • Registry access - exploit + trusted
  • Webhook + Telegram + Slack alerts
  • Dedicated support
  • Custom integrations + SLA
  • Custom alert thresholds
Subscribe

Founding member rates are locked for life while subscribed.

Request a Demo - hello@kaelai.io