How-to

Integration
guides.

Step-by-step walkthroughs for common integration patterns. Each guide includes code samples, best practices, and production checklists.

Guides

From integration to production.

Each guide pairs a working code example with deployment notes, fail modes, and a pre-launch checklist.

01

Sanctions Integration

Screen every address before processing transfers. Learn to handle match and clear responses and implement fail-closed logic that blocks transactions when the API is unreachable.

Read time8 min
02

Risk Scoring Setup

Configure risk thresholds and consume SHAP explanations. Build risk-based workflows with calibrated probabilities from the 15-model ensemble.

Read time12 min
03

Webhook Configuration

Subscribe to events, verify HMAC signatures, and handle delivery retries. Includes a production-ready webhook consumer pattern with idempotency checks.

Read time10 min
Advanced

Streaming. SAR automation.

Real-time WebSocket consumption and end-to-end SAR generation with fact verification.

04

Real-time Streaming

Connect to the WebSocket endpoint and process live transfer events. Filter by chain and minimum amount. Handle reconnection and backpressure.

Read time7 min
05

SAR Automation

Trigger SAR generation from investigation cases. Review AI-generated narratives, verify facts through the hallucination gate, and submit to FinCEN via SFTP.

Read time15 min
Get started

Pick a guide. Ship the integration.

Start with the sanctions guide if you want the fastest path to a production compliance check.