Zero-Touch Resolution

One API call.
Complete resolution.

Send a transaction hash. Receive an audit-ready decision, evidence package, and SAR filing in under 40 seconds.

Alert Ingestion
Transaction hash received, enrichment started
0.4s
Triage Agent
Classification: needs_investigation (confidence 0.94)
2.3s
Investigation Agent
90-day history, 14 counterparties analyzed
18.1s
SAR Generation
FinCEN narrative + BSA XML ready
11.6s
Resolved 32.4s total
Evidence Package

Every decision ships with proof.

The resolution API returns a structured evidence package that satisfies examiner requirements. Every artifact is timestamped, hashed, and stored for the retention period your jurisdiction requires.

Evidence Package Contents
Triage Classification
confidence: 0.94, model_version: v3.2
Investigation Summary
14 counterparties, 3 risk indicators
Transaction Timeline
90-day on-chain history, all hops traced
Risk Score Breakdown
SHAP explanations per feature
SAR Narrative + BSA XML
FinCEN-ready, XSD-validated
Audit Hash
SHA-256 integrity seal
Integration

One endpoint. Full resolution.

POST a transaction hash. Receive a complete resolution with evidence, risk scores, and filing-ready SAR output. Webhook delivery for async results. Average response time under 40 seconds.

Powered by
Triage Agent Investigation Agent SAR Generation
// POST /v1/resolve

curl -X POST https://api.useveris.finance/v1/resolve \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tx_hash": "0x8a3f...2c9d",
    "chain": "ethereum",
    "callback_url": "https://your.app/webhook"
  }'

// Response (32.4s)
{
  "resolution_id": "res_7k2m9x",
  "status": "resolved",
  "classification": "file_sar",
  "confidence": 0.94,
  "evidence_url": "/v1/evidence/res_7k2m9x",
  "sar_xml_url": "/v1/sar/res_7k2m9x.xml",
  "processing_time_ms": 32400
}

Get your resolution ROI analysis.

See how much analyst time Veris recovers for your team.

Get your resolution ROI analysis