Slashing Alerts
TODO: Complete Slashing Alerts Feature Documentation
Real-time alerts when operators face slashing conditions.
Required Sections
-
Alert Types
- Slashing event occurred (on-chain confirmation)
- Slashing condition detected (off-chain prediction)
- Operator suspension (temporary inability to operate)
- Risk score threshold breached
-
Alert Delivery Channels
- REST API webhooks
- WebSocket subscriptions
- Email notifications
- On-chain oracle events
-
Alert Configuration
- Subscribing to specific operators
- Filtering by AVS
- Risk score thresholds
- Delivery preferences
-
Alert Accuracy & Guarantees
- When alerts fire
- False positive rates (if any)
- Delivery guarantees (at-least-once, exactly-once)
- Latency from event to alert
-
Examples
- Subscribing to alerts for operators you've delegated to
- AVS subscribing to operator changes
- Insurance protocol monitoring premium-bearing operators
API Integration
Status: NOT STARTED — Requires alert system implementation details