StableAML: Machine Learning for Behavioral Wallet Detection in Stablecoin Anti-Money Laundering on Ethereum
Luciano Juvinski, Haochen Li, Alessio Brini
TL;DR
This paper tackles AML detection for stablecoin flows on Ethereum by building StableAML, a large, labeled dataset of 16,433 wallets with 68 domain-specific features across four categories. It benchmarks multiple models (logistic regression, tree ensembles, DNN, GraphSAGE GNN) and finds domain-informed tree ensembles consistently outperform graph-based approaches in a sparse, tokenized graph setting, achieving Macro-F1 above $0.97$ and AUROC near 1.0. Beyond high predictive accuracy, the work provides interpretable insights by linking features to money-laundering stages (Placement, Layering, Integration) and aligns with regulatory objectives (MiCA, GENIUS, OFAC) to support auditable, compliant monitoring. The results suggest that deterministic, contract-event–driven signals at stablecoin choke points can robustly detect illicit activity while fostering innovation in a privacy-aware ecosystem.
Abstract
Global illicit fund flows exceed an estimated $3.1 trillion annually, with stablecoins emerging as a preferred laundering medium due to their liquidity. While decentralized protocols increasingly adopt zero-knowledge proofs to obfuscate transaction graphs, centralized stablecoins remain critical "transparent choke points" for compliance. Leveraging this persistent visibility, this study analyzes an Ethereum dataset and uses behavioral features to develop a robust AML framework. Our findings demonstrate that domain-informed tree ensemble models achieve higher Macro-F1 score, significantly outperforming graph neural networks, which struggle with the increasing fragmentation of transaction networks. The model's interpretability goes beyond binary detection, successfully dissecting distinct typologies: it differentiates the complex, high-velocity dispersion of cybercrime syndicates from the constrained, static footprints left by sanctioned entities. This framework aligns with the industry shift toward deterministic verification, satisfying the auditability and compliance expectations under regulations such as the EU's MiCA and the U.S. GENIUS Act while minimizing unjustified asset freezes. By automating high-precision detection, we propose an approach that effectively raises the economic cost of financial misconduct without stifling innovation.
