HomeIntelligenceNewsTHORChain: The Bridge Hackers Love to Use
DAILY BRIEF 2026-09-03 · 7 min

THORChain: The Bridge Hackers Love to Use

Quick answer

On September 2, 2026, a hacker linked to a Coldcard hardware-wallet exploit swapped stolen Bitcoin for ETH using THORChain - a decentralized, permissionless cross-chain liquidity protocol. No account. No KYC. No intermediary to call. The move is a textbook illustration of why cross-chain swaps have become the favored exit route for on-chain bad actors, and why forensic teams track liquidity pools instead of exchange order books. Here is the mechanism behind it.

NH
NeverHodl™ Research
Crypto cycle intelligence desk
2026-09-03
47.6
BULL Phase · Week 1
View Live Score →
47.6
BTC NHCI
$77,550
BTC Price
1.47
MVRV
65
Fear & Greed

What is THORChain and how does a cross-chain swap actually work?

THORChain is a decentralized liquidity protocol that enables native cross-chain asset swaps - meaning it moves actual Bitcoin, actual ETH, and other layer-1 assets between blockchains without wrapping them into a synthetic token or requiring a centralized custodian. It launched its mainnet in 2021 and by 2026 had processed hundreds of billions of dollars in cumulative swap volume across more than a dozen chains. The mechanism works through a network of nodes called THORNodes, which collectively hold assets in vaults on each connected blockchain. When a user sends BTC to a THORChain vault address, the network's AMM (Automated Market Maker) prices the trade against a paired RUNE pool, then instructs a vault on the destination chain to release the equivalent ETH. RUNE is the native settlement token that sits in every liquidity pool as the counterpart asset - every pool is an asset/RUNE pair. Liquidity providers deposit both sides; traders pay a fee in RUNE. The entire process is non-custodial on the user side: the sender just broadcasts a standard on-chain transaction to the vault address with a memo specifying the swap. Critically, THORChain has no user accounts, no login, and no built-in identity layer. Anyone who can send a valid blockchain transaction can execute a swap.

Why do hackers route stolen funds through cross-chain protocols?

Stolen crypto follows the path of least friction. Centralized exchanges require KYC (Know Your Customer) identity verification and can freeze addresses flagged by blockchain analytics firms such as Chainalysis or Elliptic. Cross-chain protocols like THORChain have no freeze function at the smart-contract layer - a swap settles the moment nodes reach consensus, regardless of the origin wallet's reputation. Swapping BTC for ETH also breaks the forensic chain in a meaningful way. Bitcoin and Ethereum operate on entirely separate ledgers. An investigator following funds on the Bitcoin blockchain hits a wall when those funds enter a THORChain vault: the BTC disappears from Bitcoin's UTXO set and ETH appears on Ethereum from a vault address that processes thousands of unrelated swaps. This is called chain-hop obfuscation - using a cross-chain bridge or liquidity protocol to sever the on-chain trail between the origin asset and the destination asset. The Coldcard-linked attacker's move on September 2 follows a well-established pattern. In 2022, the Harmony Horizon Bridge hackers - later attributed to the Lazarus Group - moved over $60 million through THORChain. The protocol itself was not exploited in these cases; it was used as intended, but for illicit purposes. That distinction matters for how regulators and developers think about the problem.

Can THORChain be shut down, blacklisted, or upgraded to block bad actors?

THORChain operates as a decentralized autonomous network governed by RUNE holders and node operators. There is no company behind a kill switch. That said, THORNode operators - who bond RUNE as economic security and run the software - can theoretically vote to halt the network or pause specific chains via governance. The network has been halted before: in 2021, it was paused multiple times after direct exploits against its own vaults totaling roughly $13 million, to allow emergency patches. Blacklisting specific Bitcoin addresses before they enter the vault is technically possible at the node software level, but requires the majority of node operators to run a modified client that rejects transactions from flagged addresses. In practice, node operators are distributed globally and have mixed economic incentives. Blocking high-volume transactions directly reduces fee revenue for liquidity providers. The OFAC (Office of Foreign Assets Control) dimension adds complexity. In 2022, the US Treasury sanctioned Tornado Cash - an Ethereum mixing protocol - and named its smart contract addresses. THORChain is not currently under OFAC sanctions, but the precedent exists. Any node operator that is a US person would be prohibited from processing transactions to or from OFAC-sanctioned addresses. This creates a patchwork compliance layer that is uneven across the node set.

How do on-chain analysts actually follow funds through a cross-chain hop?

Chain-hop obfuscation is harder to defeat than simple Bitcoin mixing, but it is not invisible. Forensic teams use a combination of techniques. First, vault address clustering: THORChain vaults are publicly known addresses. Any BTC sent to a vault address from a flagged wallet is immediately visible on-chain and can be matched to the corresponding outbound ETH transaction using timing correlation - the protocol typically settles swaps within a few blocks, giving investigators a narrow time window to map the inbound-to-outbound pair. Second, memo analysis: THORChain swaps embed a destination address in the transaction memo field. If the hacker makes any mistake in memo construction - sending a test transaction, reusing a destination address linked to prior activity - the trail reopens. Third, post-hop clustering on Ethereum: once ETH arrives in a destination wallet, normal Ethereum forensics resume. If the attacker consolidates funds, uses a known mixer, or eventually moves to a fiat off-ramp, that activity is visible. Chainalysis, TRM Labs, and similar firms maintain cross-chain graph databases that stitch together Bitcoin UTXO history with Ethereum account history across shared vault addresses. The Coldcard hacker's move therefore does not assurance anonymity - it raises the cost and complexity of tracing. Sophisticated state-linked actors (like Lazarus Group) pair chain-hops with additional layers such as mixers, peel chains, and delayed cash-out strategies. Simpler attackers often get caught at the off-ramp.

What does this mean for the broader DeFi security picture in a BULL cycle?

The NHCI currently reads 47.6 - a BULL zone reading, with BTC at $77,550 and Bitcoin dominance at 59.6%. BULL-zone cycles historically see rising protocol TVL (Total Value Locked) as more capital flows into DeFi, which raises the economic incentive for attackers. Higher TVL pools in cross-chain protocols mean larger available exit liquidity for anyone trying to move stolen assets quickly. At the same time, BULL cycles attract institutional attention to the security audit market. More protocols undergo formal audits, more bug bounties are funded, and forensic tooling improves. The net result is that exploit frequency does not necessarily rise linearly with prices, but the dollar size of individual exploits often does - because the underlying assets are worth more. For the DeFi ecosystem specifically, the recurring use of cross-chain protocols as exit routes creates a persistent regulatory pressure point. Every high-profile chain-hop incident adds evidence to the argument that permissionless cross-chain infrastructure requires either voluntary compliance frameworks (screening at the node level) or external regulatory intervention. THORChain's community has debated both paths since 2022 without a definitive resolution. That policy uncertainty is itself a risk variable for RUNE and for the broader cross-chain liquidity sector - one that investors and researchers in the space track alongside the usual on-chain metrics.

FAQ

What is THORChain in simple terms?

THORChain is a decentralized protocol that lets you swap native assets between different blockchains - for example, real Bitcoin for real ETH - without using a centralized exchange or creating an account. It uses liquidity pools and a network of bonded nodes to settle trades across chains.

Can THORChain freeze or reverse a transaction from a hacker?

No. THORChain has no central authority and no built-in freeze mechanism at the smart-contract level. Once a swap is settled by the node network, it is final. Node operators could theoretically coordinate to block known bad addresses, but this requires majority consensus across a globally distributed set of operators with mixed incentives.

What is chain-hop obfuscation?

Chain-hop obfuscation is the practice of using a cross-chain bridge or liquidity protocol to move stolen or illicit funds from one blockchain to another, severing the on-chain audit trail. Because different blockchains maintain separate ledgers, an investigator following funds on Chain A loses the trail when those funds exit through a cross-chain protocol and arrive on Chain B.

Is a cross-chain swap traceable by blockchain investigators?

Yes, partially. Because THORChain vault addresses are publicly known, investigators can match inbound Bitcoin transactions to outbound Ethereum transactions using timing analysis. The trail does not disappear entirely - it becomes more expensive and complex to follow. Forensic firms such as Chainalysis and TRM Labs maintain cross-chain graph databases specifically for this purpose.

What role does RUNE play in THORChain?

RUNE is the native settlement token of THORChain. Every liquidity pool on the network is structured as an asset/RUNE pair, meaning RUNE sits as the counterpart in every trade. Node operators must bond RUNE as economic collateral to participate in the network, and liquidity providers earn fees partly denominated in RUNE. This design makes RUNE the central liquidity and security layer of the entire protocol.

The Coldcard-linked chain-hop on September 2 is a reminder that security in crypto is not just about protecting your own keys - it is about understanding how the entire liquidity infrastructure around you can be used against the ecosystem. With the NHCI at 47.6 (BULL zone) and BTC at $77,550, rising TVL across DeFi protocols will keep cross-chain liquidity - and its misuse - in the regulatory and forensic spotlight. NeverHodl tracks these structural dynamics across the cycle so you can read the market with context, not just price. Explore the full intelligence feed at neverhodl.com.

See where we are in the cycle
View Live Score → Methodology →

Not financial advice. NeverHodl™ is a quantitative data platform and is not registered as a CASP under MiCA (EU 2023/1114). Conditional scenarios only, no price targets. DYOR. OEPM M4370276.