Chainalysis: Crypto Flows to Trafficking Networks Surge 85%

TheNewsCrypto2026-02-13 tarihinde yayınlandı2026-02-13 tarihinde güncellendi

Özet

Chainalysis reports an 85% surge in cryptocurrency flows to suspected human trafficking networks last year, with a significant reliance on stablecoins and operations linked to Telegram. The data indicates these networks are becoming more professional. Approximately half of transactions tied to Telegram-based international escort services exceeded $10,000. The firm identified four main categories of illicit activity: escort services, labor placement agents connected to scam compounds, prostitution networks, and child sexual abuse material (CSAM) vendors. Blockchain's inherent transparency provides a critical tool for law enforcement to track these flows and disrupt operations. While stablecoins are preferred by escort and prostitution networks for price stability, CSAM vendors are increasingly using Layer 1 networks and Monero for laundering. Transaction sizes vary, with CSAM payments typically under $100, indicating subscription-based models. The report also notes a growing overlap with online extremism communities and increased use of privacy tools.

A crypto investigation and compliance solution platform, Chainalysis has reported that crypto flows to suspected trafficking services surged 85% last year, having stablecoin-heavy, Telegram-associated networks and leaving trackable on-chain series.

Around 50% of the transactions associated with Telegram-based international escort services surpassed $10,000, as per the report. The data shows surging professionalisation of these networks; however, blockchain transparency has come up as an investigative tool for law enforcement.

Chainalysis traced four prominent categories of suspected crypto-assisted trafficking activity: Telegram-based international escort services, labour placement agents associated with scam compounds, prostitution networks, and child sexual abuse material (CSAM) vendors.

The growth is in line with the widening of Southeast Asia-based scam compounds, online gambling operations, and Chinese-language money laundering networks, many running through Telegram, the report mentions.

Blockchain transactions leave traces forever, dissimilar to cash transactions. The overseers of law enforcement are utilising that visibility to track flows, recognise chokepoints, and disrupt operations, as per the firm.

The payment behaviour changes over categories. Telegram-associated international escort services and prostitution networks depend intensely on stablecoins, as the data reports. Previously, CSAM vendors chose Bitcoin, but now they are heavily choosing Layer 1 networks.

More About the Transaction

Monero is highly utilised for laundering in CSAM-associated operations. The use of stablecoins indicates these networks give priority to price stability and quick off-ramping instead of the risk of asset freezes by centralised issuers, as per the report.

Transaction size data shows the structured nature of these operations. Around half of the Telegram-based escort transactions surpassed $10,000; the prostitution network remains in the $1,000 to $10,000 range, and CSAM transactions are comparatively lower, having many of them under $100.

Large transfers show organised, scaled criminal enterprises instead of isolated actors. CSAM-associated activity carries on to evolve. Subscription-based revenue models lead the sector, with payments normally under $100 every month.

The data also reveals surged overlap between sadistic online extremism communities and higher use of instant exchangers and privacy tools.

Highlighted Crypto News Today:

U.S. SEC Warns Prediction Markets May Fall Under Securities Law

TagsChainalysisillegal tradingTelegram

İlgili Sorular

QAccording to Chainalysis, by what percentage did crypto flows to suspected trafficking services surge last year?

ACrypto flows to suspected trafficking services surged by 85% last year.

QWhat are the four categories of suspected crypto-assisted trafficking activity that Chainalysis traced?

AThe four categories are Telegram-based international escort services, labour placement agents associated with scam compounds, prostitution networks, and child sexual abuse material (CSAM) vendors.

QWhich type of cryptocurrency is highly utilized for laundering in CSAM-associated operations?

AMonero is highly utilized for laundering in CSAM-associated operations.

QWhat is the typical transaction size range for the prostitution networks mentioned in the report?

AThe transaction size for prostitution networks typically remains in the $1,000 to $10,000 range.

QWhat advantage does blockchain provide to law enforcement in investigating these criminal networks?

ABlockchain transactions leave permanent, traceable on-chain records, which law enforcement uses to track fund flows, identify chokepoints, and disrupt operations.

İlgili Okumalar

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

NVIDIA's Rubin Ultra, the top-tier variant of the newly announced Rubin AI accelerators, has reportedly seen significant specification downgrades, according to an industry report from SemiAnalysis. Initially designed with four compute dies (4-die), the Rubin Ultra is now said to be reduced to a 2-die design. Key changes highlighted in the report include: * **No increase in peak theoretical compute performance**, remaining at 35 PFLOPs like the standard Rubin. * **Severe reduction in memory capacity** to 192GB using 8-Hi HBM stacks, which is less than the standard Rubin's 288GB using 12-Hi stacks. * **Negligible memory bandwidth improvement** of only 1 TB/s. * **Slightly higher chip-level power consumption**. * The **primary upgrade is a massive increase in scale-up interconnect capacity**, supporting connections for up to 576 GPUs via NVLink, compared to 72 for the standard Rubin. The report suggests the redesign is primarily a cost-optimization move driven by the sharp rise in HBM (High-Bandwidth Memory) prices. By reducing the expensive HBM content and shifting investment towards enhanced system-scale networking, NVIDIA aims to maintain the platform's value for large-scale AI training clusters while managing soaring material costs. The news reportedly triggered a sell-off in South Korean memory stocks, with SK Hynix and Samsung shares falling around 8%, as markets grew concerned that NVIDIA—a major HBM buyer—might be reducing its reliance on high-capacity memory, potentially capping future pricing power for memory makers.

Odaily星球日报11 dk önce

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

Odaily星球日报11 dk önce

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbit1 saat önce

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbit1 saat önce

İşlemler

Spot
活动图片