Monitoring & Webhooks

Subscribe to score changes and lifecycle state transitions for any blockchain entity. Cencera pushes proactive webhook notifications the moment a trust score or lifecycle state changes.

Score Webhook Registration

Register a webhook URL to receive POST requests whenever a monitored entity's trust score changes or its lifecycle state transitions (e.g., Active → Flagged). Available on Enterprise tier.

WEBHOOK PAYLOAD EXAMPLEJSON
{
  "event": "score_change",
  "address": "0x123...abc",
  "chain": 56,
  "previous_score": 78,
  "new_score": 41,
  "lifecycle_state": "Flagged",
  "triggered_indicators": ["exploit_adjacency"],
  "model_version": "v2.1.0",
  "computed_at": 1742000000
}

Retroactive Rescoring

When a new exploit is confirmed, all similar entities are retroactively rescored within 4 hours. Competing systems only update going forward — leaving historical assessments intact and inaccurate. Webhook subscribers for affected entities receive push notifications automatically.

< 4 hours
Rescore latency
< 24 hours
Novel behavior review SLA
Every 2 weeks
Model minor update cycle

Feedback & Learning Channels

Confirmed Exploit Channel

Exploit confirmed → retroactive rescore of all similar entities within 4 hours + webhook notifications pushed to all subscribers.

Novel Behavior Review

AI-flagged unknown patterns routed to human review within 24 hours. Provisional score assigned during the review period.

Loss Report Channel

User-reported losses (submitted via POST /v1/loss-report with tx hash verification) elevate the associated entity's review priority.

Model Retraining

Minor updates every 2 weeks; major retraining quarterly. All model versions are immutably versioned. Every score is tagged with the model version used to compute it.

Enterprise Real-Time Stream

For high-frequency trading engines, exchanges, and institutional compliance platforms, Cencera offers a dedicated real-time data stream that pushes score updates on monitored entities as they are computed. Available under custom Enterprise SLA with signal-level detail and configurable lookback periods.

Contact Enterprise →