Skip to main content

Real-Time Monitoring & Hooks

CRYMBO Oracle supports real-time monitoring and event-driven integrations for VASPs, compliance platforms, and regulators. This enables immediate awareness of compliance events, identity requests, and data validation outcomes.

Available Monitoring Channels

  • Webhooks: Push-based HTTP calls triggered on compliance events
  • API Polling: Pull-based query endpoints for status checks
  • Smart Contract Events: On-chain event listeners for CRYMBO logs

Common Events to Monitor

Event TypeDescription
PIIRequestedTriggered when a sender requests identity
PIIReceivedEmitted when encrypted PII is submitted
ValidatedFired when quorum has approved the payload
RejectedOccurs if a validation fails

Webhook Example

POST /webhook/identity-event
Content-Type: application/json
{
"event": "Validated",
"txHash": "0xabc...",
"receiver": "0xReceiver",
"timestamp": 1713601234,
"vaspId": "CRY-0082"
}

Setup Instructions

  • Register your webhook URL via the CRYMBO Connect portal or API
  • Authenticate via token-based header
  • Confirm receipt with 200 OK within 2 seconds

Benefits of Monitoring

  • Real-time alerts for your compliance team
  • Reduce manual reconciliation of identity transfers
  • Enable automated internal processes (e.g., KYC verification, user notifications)

Optional Tools

  • Slack/Discord integrations for alert forwarding
  • Logging to SIEM/SOC dashboards
  • Support for JSON-RPC subscriptions (coming soon)

🎯 CRYMBO gives you the visibility and automation to stay ahead of compliance—without waiting for manual reviews.