Crypto payment gateways
Pre-screen merchant deposit, payout and settlement wallets before irreversible movement.
EVM-first wallet risk intelligence
An explainable wallet risk scoring API for crypto payment processors, wallets, on/off-ramp providers and fraud teams. Score EVM wallets, route risky cases to review and run shadow pilots before production blocking.
{
"wallet": "0x...",
"risk_score": 84,
"risk_level": "high",
"decision": "manual_review_high",
"why": "Graph and registry risk signals require review.",
"evidence": ["model", "graph", "registry", "policy"]
}
KairoRisk is designed for operational fraud workflows: score a source or destination wallet, explain why it is risky and route the case to allow, monitor, manual review or hold.
Pre-screen merchant deposit, payout and settlement wallets before irreversible movement.
Score source or destination wallets before crypto delivery, release or review.
Add a counterparty wallet-risk layer before users sign, send or interact.
Use explainable scores as a second-opinion signal beside existing AML/KYT tools.
Prioritize cases with model, registry, graph and policy evidence your analysts can read.
Client feedback is quarantined and audited before it can influence future offline releases.
The API is built for product and risk teams that need a compact response: risk score, decision, reason text and evidence fields that can be stored with the customer case.
POST /v1/score/wallet
{
"address": "0x...",
"chain": "eth",
"depth": 2,
"tx_limit": 250
}
{
"risk_score": 84,
"risk_level": "HIGH",
"decision": "manual_review_high",
"risk_source": "live_ml",
"scoring_version": "v97",
"risk_scoring_explanation": {
"what": "Advisory wallet risk score",
"decision_meaning": "Route to fraud review",
"why": {
"primary_reasons": [
"Model review signal",
"Graph or registry risk evidence"
]
}
}
}
Current evidence is EVM-first and should be described as a hybrid risk policy: ML blend plus graph, registry and trusted-source controls.
The safest commercial path is a read-only pilot. A buyer sends historical or live wallet events, KairoRisk scores them, and the team compares results against existing fraud and compliance workflows before changing user-facing behavior.
Batch score known clean, risky and reviewed wallets to establish baseline value.
Measure review lift, false-positive pressure, explanation coverage and decision drift.
Convert the pilot into API subscription, enterprise deployment, partnership or full IP transfer.
KairoRisk is positioned as advisory wallet risk intelligence. It is not a legal fraud determination and it does not replace a regulated AML program.
API codebase, scoring runtime, model artifacts, blend configuration, evaluation reports, explainability logic, docs, pricing materials, one-pagers and buyer handoff materials can be included under agreed terms.
The current package is pre-revenue. It is built and commercially packaged for paid pilots, API licensing, enterprise deployment or acquisition.
The strongest current evidence is EVM-first. Additional chains can be added through chain-specific feature work, audited data expansion and separate evaluation.
Yes, but not through unsafe online learning. Feedback enters a quarantine and audit workflow before it can influence future offline training or evaluation cycles.
Technical details, model card, due-diligence material and full asset transfer scope can be shared with serious buyers under NDA.