🔌 Live Enterprise Webhook Simulation Sandbox
Select a preconfigured payload schema, designate your local webhook endpoints, and trigger real-time dispatch checks.
validator.drift_detectedTriggered when a validator node latency spikes or drifts past trust tolerances.
treasury.imbalance_loggedDispatched when cross-chain payroll streams drift past the 15% balance gap guardrail.
consensus.healing_completedTriggered upon successful recovery propagation of the self-healing validator consensus waves.
Payload Schema Inspector
{
"event": "validator.drift_detected",
"timestamp": "2026-05-31T10:38:26.288Z",
"data": {
"nodeId": "val-04",
"driftLatencyMs": 125,
"confidenceThreshold": 90,
"resilienceStatus": "degraded"
}
}