US Probes Crypto Exchanges For Suspected Sanctions Violations Linked To Iran

bitcoinistОпубліковано о 2026-02-04Востаннє оновлено о 2026-02-04

Анотація

U.S. authorities are investigating whether cryptocurrency exchanges have enabled Iranian entities to bypass international sanctions, following a surge in crypto activity linked to Iran. Blockchain data indicates that transaction volumes reached an estimated $8–10 billion over the past year, with both government-linked actors and everyday users increasingly turning to digital assets. Analysts report record inflows into Iranian wallets, reaching $7.8 billion in 2025. The Treasury Department is examining if platforms facilitated sanctions evasion, including moving money offshore or accessing hard currency. Iran’s largest exchange, Nobitex, acknowledged some users transfer funds internationally but stated it employs monitoring systems to detect suspicious activity. Data also shows a gradual movement of assets out of Iranian exchanges, often into self-custodied wallets, rather than abrupt capital flight.

Crypto activity in Iran has expanded rapidly over the past year, drawing renewed attention from US authorities who are now examining whether certain digital asset platforms may have played a role in helping Iranian officials and state‐linked actors bypass international sanctions.

Rising Iran Crypto Volumes

According to a blockchain researcher cited by Reuters, cryptocurrency transaction volumes tied to Iran surged to an estimated range of $8 billion to $10 billion over the past year, as both government‐connected entities and everyday users increasingly turned to digital assets.

Estimates from blockchain analytics firms TRM Labs and Chainalysis show that crypto usage in Iran has grown steadily despite mounting restrictions on the country’s access to the global financial system.

TRM Labs estimates that crypto activity in Iran reached roughly $10 billion last year, compared with $11.4 billion in 2024. Chainalysis reported similar growth, saying wallets linked to Iran received a record $7.8 billion in 2025, up from $7.4 billion in 2024 and $3.17 billion in 2023.

US authorities are now investigating if crypto platforms, which weren’t mentioned in the report, have enabled sanctioned Iranian organizations to move money offshore, access hard cash, or pay for items in ways that circumvent sanctions.

Ari Redbord, global head of policy at TRM Labs, said the US Treasury is actively examining whether digital asset services were used to facilitate sanctions evasion. Redbord said he had direct knowledge of the Treasury Department’s concerns.

A Treasury spokesperson declined to comment directly on the investigation but pointed Reuters to a statement issued in September announcing new measures targeting so‐called “shadow banking” networks that support Iran, including those that officials say rely on cryptocurrencies to avoid sanctions.

What Blockchain Data Shows

Inside Iran, crypto adoption has spread widely among the public. Nobitex, the country’s largest cryptocurrency exchange, told Reuters that industry estimates suggest around 15 million Iranians have some level of exposure to digital assets.

The exchange said it has approximately 11 million customers, with most activity coming from retail users and smaller investors. According to Nobitex, many Iranians use crypto primarily as a way to store value amid the continued decline of the rial.

Data from analytics firm Nansen suggests that some Iranian users moved funds out of Nobitex during 2025. The firm said balances of major cryptocurrencies on the exchange fell sharply from a peak reached around the middle of the year.

Analyst Nicolai Sondergaard said the data indicates that digital assets in Iran have increasingly served as a gradual exit channel rather than a one‐time flight of capital. According to Nansen’s analysis, funds did not leave the crypto ecosystem entirely but instead moved steadily toward platforms outside the country throughout 2025.

Nobitex acknowledged that some customers may use digital assets to move funds internationally, but said it does not track the final destination or purpose of those transactions.

The exchange stated that it employs robust monitoring systems designed to detect potentially suspicious activity and protect user assets. It also said concerns about asset safety following the June hacking incident may have influenced user behavior.

In many cases, Nobitex explained, customers transferred assets to self‐custodied wallets rather than directly to overseas exchanges. The exchange said this approach allows users to secure their holdings temporarily while assessing risks and deciding whether to redeposit funds later.

The 1-D chart shows the drop in the total crypto market cap below $2.6 trillion. Source: TOTAL on TradingView.com

Featured image from OpenArt, chart from TradingView.com

Пов'язані питання

QWhat is the estimated range of cryptocurrency transaction volumes tied to Iran over the past year, as cited in the article?

AThe estimated range is $8 billion to $10 billion.

QWhich two blockchain analytics firms provided data showing the growth of crypto usage in Iran?

ATRM Labs and Chainalysis.

QAccording to the article, what is the primary reason many Iranians use cryptocurrency, as stated by the Nobitex exchange?

AMany Iranians use crypto primarily as a way to store value amid the continued decline of the rial.

QWhat US government department is actively examining whether digital asset services were used to facilitate sanctions evasion, according to Ari Redbord of TRM Labs?

AThe US Treasury Department.

QWhat did data from analytics firm Nansen suggest about the movement of funds from the Nobitex exchange in 2025?

AThe data suggested that funds did not leave the crypto ecosystem entirely but moved steadily toward platforms outside the country throughout 2025, serving as a gradual exit channel.

Пов'язані матеріали

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit2 хв тому

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit2 хв тому

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit4 хв тому

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit4 хв тому

The White House's "Exclusive" Teleprompter Operator Makes Over $100,000 by Profiting from Insider Information Predictions

"White House Speech Prompt Operator Earns Over $100,000 Using Insider Information on Prediction Markets" U.S. White House staffer Gabriel Perez, a long-time teleprompter operator for former President Donald Trump, has been suspended without pay for using non-public information to profit on prediction markets. As one of the few individuals with advance access to Trump's prepared speech texts, Perez placed bets on specific words or phrases Trump would mention in speeches over a three-month period, earning over $100,000. His activities were flagged by the prediction platform Kalshi, which froze over $90,000 in his account and reported him to the Commodity Futures Trading Commission (CFTC). While Perez avoided criminal charges, he is required to return his profits and cease such trading. This case marks the third major instance of insider trading on prediction markets involving government or corporate insiders, following earlier cases involving a special forces soldier and a Google engineer. The incident highlights the vulnerability of "mention" markets on prediction platforms, where individuals with advance knowledge or even the speakers themselves can easily manipulate outcomes. In response, platforms like Kalshi are tightening rules, now requiring users to disclose their employers to help prevent similar abuses.

marsbit1 год тому

The White House's "Exclusive" Teleprompter Operator Makes Over $100,000 by Profiting from Insider Information Predictions

marsbit1 год тому

Торгівля

Спот
活动图片