On-chain investigationEtherHidingBNB ChainMalware

We went looking for malware on the blockchain. Here is what the chain shows.

Attackers have started parking their command servers on public blockchains, a trick known as EtherHiding, where no takedown can reach them. We counted every write of that kind across five chains, without opening a single payload, and then followed the gas money.

At a glance
Some malware no longer keeps its instructions on a server. It keeps them in a smart contract, or in the data field of a transaction, where nobody can delete them. We ran the count on our own index of five chains, without ever opening a payload. The published cases check out. Around them sit twenty unpublished contracts written by the same wallets, a North Korean wallet that has posted 251 payloads to the burn address, 166 of them since Google described it, and a money trail from that wallet's gas to a Tron address that took in $455,776 and that Tether later froze. The whole DPRK setup cost about $85 in gas.
251
Payloads the DPRK wallet posted to the burn address; 166 of them after Google's report, the last on 8 September 2026
$85
Gas the DPRK wallet paid for 19 months of malware plumbing
$455,776
USDT bridged into two Tron hubs tied to that wallet, Dec 2024 to Mar 2025
27
Contracts the ClearFake crew wrote to; seven had been published
Key findingsEach line has its own share link
  1. 251

    The North Korean wallet Google named in October 2025 never stopped. It has posted 251 payloads to BNB Chain's burn address, 166 of them after the report, the last on 8 September 2026.

  2. $85

    The whole gas bill for 19 months of malware plumbing: one contract, 23 rewrites and every burn-address write on two chains.

  3. 3 hops

    From the wallet's gas to a Tron address that took in $455,776 of USDT over Allbridge, and that Tether has since frozen.

  4. 20

    Unpublished EtherHiding contracts sit around the seven the ClearFake crew is known for, deployed by wallets its 2023 wallet funded.

  5. 46

    Wallets emptied token by token into that pipe in four months. The assets we could price came to $75,056, a floor.

  6. The median cost of one of the wallet's payload writes on BNB Chain this year. The crews have moved from contracts to raw burn-address transfers, which leave no contract to find.

01 · A wallet, a burn address, and a count

Five chains, every write, no payload opened

On 8 September, at 13:23 UTC, a wallet on BNB Chain paid a fraction of a cent to send about eight kilobytes of data to an address nobody holds the key to. Nothing happened, and nothing ever does; that is the point. The data was the day's orders for machines this wallet's owners had infected, and the address was chosen because it can never be shut down. The wallet belongs to North Korean hackers that Google named eleven months ago. It had done the same thing 250 times before.

Security researchers call the technique a blockchain dead drop, or EtherHiding. The first phrase comes from spy craft. A dead drop is a hiding place two people share without ever meeting. Here the hiding place is a public blockchain, and the two people are a malware author and the program running on a victim's machine. Google and Guardio Labs have each described one crew's version of it and published a handful of addresses. Nobody has published a count.

Bitquery keeps its own index of BNB Chain, Ethereum, Polygon, Bitcoin and Tron, back to each chain's first block. A dead drop has to be written before it can be read, and every write is a transaction we hold. So we counted the writes ourselves, took the handful of addresses Google had published last October as a starting point, and followed the wallets that paid for them.

One rule shaped every step. We never opened a payload. The malware's code sits on the chain as text, and reading it is safe only for people with a sandbox and a reason. We measured sizes, senders, timing, gas and money instead. Everything that follows was found that way, and it turned out to be enough.

02 · What a dead drop is

A box anyone can read, that only one wallet can write

Malware needs to fetch its next instruction from somewhere, what security people call its command and control, or C2. Which server to call home to, what code to run next. For thirty years that somewhere has been a website or a server, and defenders have killed campaigns by taking the domain or the machine away. A smart contract cannot be taken away.

For this purpose a contract is a small program with a storage box attached. The box is public. Any wallet, any program, any public node can read it for free, and the read leaves no record. Only the owner can write to it, and each write costs a fraction of a dollar. Put the malware's instructions in the box and every infected machine can read them forever, with no login and no server of the attacker's own. The first crew to do it, in 2023, gave it no name. Guardio Labs, who caught them, called the trick EtherHiding.

The mechanism in four movesTrap, box, theft, rewrite
How a blockchain dead drop works1 · THE TRAPA hacked website shows a fakebrowser update, or a fake recruitersends a coding test. The victimruns a small loader. It carries onething: a contract address.reads2 · THE BOXThe loader asks any public node forthe contract's text field. Readingis free and leaves no trace. Thefield holds ~5 KB of scrambledJavaScript. The loader runs it.fetches3 · THE THEFTThat code pulls the real payload:a backdoor that steals seed phrases,browser passwords and exchangelogins, then bridges the proceedsto Tron.4 · THE REWRITEWhen a link dies, the owner walletrewrites the field for about $1.Every infected machine reads thenew instructions on its next check.owner wallet, one signature
The victim never sees a blockchain. Their machine makes one ordinary web request to a public node or an explorer and gets a few kilobytes of text back. Reads are invisible; only the owner's writes are on the record, which is why every count in this piece is a count of writes.

The victim's machine has to run something first, and that something has to know the contract address. Three doors have been used. The first is a hacked website. The ClearFake crew broke into ordinary WordPress sites, about 14,000 pages by Google's count, and injected a script. A visitor sees a full-page notice that their browser is out of date, or a fake "prove you are human" box, and is told to press Windows+R, paste, and hit Enter. The pasted text installs the malware; security firms call that lure ClickFix. The wording of the notice, the current download link and the keys for the next stage all come out of the box.

The second door is a fake job. A recruiter on LinkedIn moves the chat to Telegram and sends a coding test. Running the test runs a loader whose only job is to read the box and execute what it finds. This is North Korea's Contagious Interview campaign, and the loader Google calls JADESNOW. The third door is a poisoned software package: in June 2025 the same contract was tied to compromised npm packages that developers installed as routine updates.

What comes out of the box is a backdoor. Google's name for it is INVISIBLEFERRET. It gives the crew remote control of the machine and a stealer aimed at Chrome, Edge, MetaMask, Phantom and 1Password. The point is seed phrases and exchange logins. Where that leads is section 07.

03 · The census

How we looked, and what the shape of the writes says

There are two ways to put a payload on an EVM chain without running a server. Store it in a contract's text field, or put it in the data field of a plain transfer to an address nobody controls. The first leaves a contract with one owner, one field rewritten over and over, and no events, the log lines a normal contract leaves for explorers to index. The second leaves a wallet sending large lumps of data to the burn address, 0x…dEaD, where nothing can read it except a program that knows to look.

We scanned both shapes across the full history of BNB Chain and Ethereum: every contract that has ever been handed a long block of text by a caller, and every transfer to the burn address that carried data. The contract calls and address histories behind both are the same tables our customers query.

The censusCount
Contracts on BNB Chain that ever received a long text write, Jun 2023 to Sep 20263,682
The same on Ethereum2,136
BNB Chain contracts with the dead-drop shape (five or more writes, at most three writers, base64 text)26
Of those, already published as malicious before we looked2
Wallets that sent three or more data-carrying transfers to the burn address on BNB Chain since 202318

The filter is crude and it works. Fed nothing but the shape, it returned the original ClearFake contract and the North Korean one on its own, along with a dozen games, DAOs and on-chain art projects that a glance at their function names dismisses. The remaining candidates are the unpublished ones, and most of them belong to the crew in section 06.

The contract shape fades, the burn-address shape risesBNB Chain, writes per month
Writes to dead-drop-shaped contracts on BNB Chain, by month26 contracts9770Transfers carrying over 5 KB of data to the burn address, by monthBNB Chain58023-0623-1024-0224-0624-1025-0225-0625-1026-0226-06
Top: writes to the 26 BNB Chain contracts with the dead-drop shape. Bottom: transfers to the burn address carrying more than about 5 KB of data. The contract pattern peaks in 2024 and thins out after that; the burn-address pattern is close to zero until mid 2025 and then keeps climbing.

Storing code in a contract was the early way. From last year the crews moved to raw transfers, where there is no contract to find and no storage cost, only the gas on the data itself. On BNB Chain that gas has fallen so far that a write the size of a small photo costs about seven cents, and the eight-kilobyte writes of this September under half a cent each. Trend Micro found the contract version alive on the BNB testnet this May, where gas is free, which is the other place it went.

04 · The one everyone published is still live

What happened to the DPRK wallet after October 2025

In October 2025 Google's threat intelligence team described a BNB Chain contract used by a North Korean crew, the wallet that owned it, and three Ethereum transactions holding the backdoor. It counted twenty-odd updates to the contract at about a dollar each. We hold all of it, and the table below has the record. Most of the rewrites carried a few thousand letters of base64, the encoding that turns any file into plain text; a few were short pointers of a few dozen letters. The last rewrite came at the end of May 2025.

The wallet did not stop. From its first day it also posted payloads the second way, as data in transfers to the burn address, and after May 2025 that was the only way it used. It has done so hundreds of times. The most recent write landed ten days before this piece.

A wallet that kept working after it was namedPayloads posted on BNB Chain, by month
Payloads posted by the DPRK wallet on BNB Chain, by month251 burn-address writes · 23 contract updates53025-0225-0325-0425-0525-0625-0725-0825-0925-1025-1125-1226-0126-0226-0326-0426-0526-0626-0726-0826-09Google publishes the wallet, Oct 2025contract updatesburn-address writes
Teal is the 23 rewrites of the published contract. Amber is the 251 data-carrying transfers to the burn address from the same wallet. The dashed line marks Google's report. Nothing about the wallet's behaviour changed when it was published.
The DPRK wallet's recordMeasured
Contract created7 February 2025, 04:47 UTC
Contract rewrites23; fourteen carrying 1,576 to 5,328 letters of base64, nine of 28 to 40 letters; the last on 30 May 2025
Burn-address writes on BNB Chain251, from 7 February 2025 to 8 September 2026
Size of those payloads, from the gas they usedmedian 156 KB, largest 236 KB, 141 of them over 100 KB, 26.9 MB in all
Burn-address writes on Ethereum21, the last on 18 June 2026
Same-hour writes on both chains18 June 2026, 14:00 UTC: 15 on BNB Chain, 11 on Ethereum
Busiest days25 February 2026 (30 writes), 18 June 2026 (16), 13 June 2025 (12)
Working hourspeaks between 13:00 and 18:00 UTC
Money the wallet ever heldfive top-ups totalling 0.10 BNB and two of 0.015 ETH

The last row deserves a second look. A wallet that served a state-run malware campaign for nineteen months was funded with about sixty dollars, in five small pours, and spent most of it. The cost table in section 09 puts the whole bill, contract and both chains, at about $85.

05 · Where the gas money came from

Three hops from a dead drop to a frozen Tron address

Sixty dollars of gas is a thin thread. The wallet's Ethereum gas came from a fresh address that had been filled the day before, on 5 and 6 February 2025, by four other wallets. One of the four was the owner of a music NFT project, which withdrew its contract's treasury in five calls minutes after receiving a small gas top-up from the fresh address. The other three were ordinary user wallets that made their last transaction ever within the hour they paid in. On chain, that is what a drained wallet looks like. Whether the NFT owner was drained too, or was part of it, the ledger does not say; it kept using its wallet normally for three more weeks, which fits either reading.

The fresh address then sold everything to USDT and pushed it over a bridge called Allbridge to Tron, kept 0.015 ETH back, and paid that to the DPRK wallet the next morning. Smaller shares went to Arbitrum, Polygon and BNB Chain, and every one of them ended at the same Tron address within a month.

The routeWhat moved
Ethereum, 6 Feb 2025, 05:276,020.62 USDT into Allbridge; the Tron hub receives 5,999.53 at 05:43
Polygon, 5 Feb and 26 Feb2,053.80 and 504.70 USDT into Allbridge; the hub receives 2,045.67 and 503.63 minutes later
Arbitrum to BNB Chain, 6 Feb500.85 USDC by Stargate to a new wallet, which bridged 2,050 USDT to the hub on 7 March
Ethereum, 7 Feb, 11:34 and 16:460.01 and 0.005 ETH to the DPRK wallet; its first Ethereum payloads follow within minutes

The Tron address at the end of every route is TGpCjDZ…7oGfJ. Our labels database lists it as blocked by Tether, and MetaSleuth, a label service we checked against, agrees. In two months it took in a third of a million dollars of USDT from sixteen senders, nearly all of it through the same bridge, and sent almost all of it back out to sixteen more. Thirteen of the senders were Ethereum wallets, each one fresh, each one alive for minutes to hours, each one bridging once. The same funnel appears on BNB Chain, where two of the wallets that paid the DPRK wallet's gas had themselves bridged USDT to Tron. The larger of those went to a second hub that ran over the two months before and paid out to the same three receivers as the first.

The two hubsMeasured
Main hub, in$328,653 of USDT, 27 Jan to 27 Mar 2025, sixteen senders, $306,175 of it through Allbridge
Main hub, out$321,296 to sixteen addresses; last payment $100,000 on 28 Mar 2025
Second hub, in$178,419, 6 Dec 2024 to 31 Jan 2025, $149,601 through Allbridge
Gas-hop wallets' own bridges12,049.99 USDT to the second hub on 25 Jan 2025; 1,000 USDT to Tron on 28 Oct 2024
Downstream, labelled$64,541 to a Bithumb deposit address; $10,000 each to three Paxful deposit addresses on 6 Mar 2025
Downstream, unlabelledtwo pools that have taken in $72.9 million and $29.3 million of USDT from hundreds of senders
The loop
Three wallets that paid gas to the published DPRK wallet bridged their own USDT into the same Tron funnel. Two more wallets in that funding cluster wrote payloads to the burn address as well.
$455,776
USDT into the two hubs by Allbridge, Dec 2024 to Mar 2025
3
Addresses in the chain that Tether has since frozen
13
Ethereum wallets that fed the main hub, each once

Where it went from there is partly labelled. The largest receiver of both hubs, which Tether has also frozen, paid into a Bithumb deposit address. Three Paxful deposit addresses took equal shares from the main hub on a single morning in March. The two biggest downstream pools, which have taken in tens of millions of USDT from hundreds of senders, carry no label anywhere we looked. Following that money further is a Coinpath problem, and the answer so far is a pair of unnamed aggregators.

06 · The crew that started it never left

Twenty unpublished ClearFake contracts, and one evening in December

EtherHiding began in September 2023 with one contract on BNB Chain, deployed by a wallet funded the previous summer. Guardio published the contract a month later. Two years on, Google published six more, the three-contract design the same crew, now called UNC5142, switched to the following autumn. Between those seven sit twenty more, and the wallets tie them together.

The full inventoryBNB Chain, first write to last write
Every contract the ClearFake crew wrote to, first to last write28 contracts23-1024-0124-0424-0724-1025-0125-0425-070x7f36…7c600x2102…3a5d0x100d…b0420x4b9a…afb10x2dea…c45b0x8826…9b320x3458…74aa0xccbf…70df0x3973…afe80x1116…e8160x5f1c…a84d0xb021…63920xc12d…c08e0x01e2…af330xb823…16810xe1fd…00c80x9179…ed530x8fba…49bd0x53fd…e4aa0x80d3…42c70x8136…befb0x7a08…2bd90x5adb…8aa00xec3a…d6b20xd860…3ecc0x8f38…f13c0xd210…8a5e0x15b4…6c3fpublished by Google or Guardiotied to the crew by wallet funding, unpublishedsame design, no wallet link
One bar per contract. The seven published ones are pink. The twenty in teal were deployed by wallets that the 2023 wallet funded, or that co-funded a wallet with it. The grey bar is a contract of the same design and the same payload size, fed by a Binance withdrawal, with no wallet link to the crew: 658 writes of 2,900 letters each, one every twelve minutes.

The bars show a crew iterating. That October the first wallet funded a second, which deployed a test contract the same afternoon and a working sibling three days later, with the same payload size, to the letter, as the original. The next June a third wallet deployed six contracts in two days, four of them taking raw bytes rather than text, which is the design Google later documented as a router, a logic contract and a storage contract. Those four are the prototype of the three-contract system, five months before it went live.

Then there is one evening in December 2024. Inside half an hour, four of the crew's wallets, including the original one, sent their remaining BNB to a fresh address. That address deployed three contracts in the next eighteen minutes and has not spent a coin since. Two weeks earlier, Google's "main infrastructure" had gone live under a different wallet, funded from OKX. The old generation was retired in one sitting once the new one was running.

The 2023 wallet
0xfc1fe66fb63c542a3e4d45305dab196e5eca222a
131
Rewrites of the first EtherHiding contract, by three wallets
1.8 BNB
Sent to the wallet that deployed the November 2023 siblings
8 Dec 2024
Its last transaction, funding the wallet that replaced it

One contract in the census matches the family in everything but money. It was deployed in the spring of 2024 by a wallet funded minutes earlier from a Binance hot wallet, and it was rewritten every twelve minutes, day and night, for four months, by one writer, with no events. That flat round-the-clock rhythm is a script. We can say what it looks like and nothing about who ran it.

07 · Who paid

Forty-six wallets emptied token by token, and what that adds up to

The malware does not move money. Money moves when the crew uses a stolen seed phrase, and that transfer looks like any other. So "losses caused by this malware" is not a number the chain can give, and nobody who has studied these crews publishes one. What the chain can give is narrower. Every wallet that bridged into the two hubs was a fresh wallet, alive for minutes to hours. One hop before each of them sits the victim.

The pattern repeats forty-six times. A wallet with years of history sends its whole portfolio to a fresh address, one token at a time, thirty seconds apart: staked ETH, then an altcoin, then another, then the last of its ETH. The fresh address swaps it all to USDT on Uniswap or PancakeSwap and bridges to Tron within the hour. The old wallet never moves again. The LootBot drain we measured this month had the same signature at a larger scale.

What victims lost, Dec 2024 to Mar 2025Measured
Wallets swept token by token, then silent within a week46 (Ethereum 15, BNB Chain 25, Polygon 6)
Value of the stablecoins, ETH, BNB and wrapped bitcoin they sent$75,056
All 144 non-router wallets that fed the collection addresses, same basis$154,899
What the collection addresses received from swap routers, i.e. what the altcoins fetched$323,813
USDT that reached the two Tron hubs by Allbridge$455,776
Largest single victim$19,046 in stETH, OETH and ETH from a wallet active since August 2020

Read the table from the bottom up. The hubs are the firmest number, because they are the crew's own ledger. The victim rows are floors: they price only the assets with an obvious dollar value and leave the altcoins, from QNT to PSP to LINK, uncounted. And all of it covers one cash-out pipe for four months, on three of the chains we hold. The pipe went quiet after Tether froze the hub in late March 2025, and its successors were not traced for this piece.

08 · Bitcoin

The same trick without contracts, and without an actor

Bitcoin has no smart contracts, so the same trick has to work differently there: a small payment to a well-known address, with the message in the transaction's note field, so the malware can find it by asking any explorer for that address's history. That is a search we can run. Bitcoin's OP_RETURN field is 80 bytes anyone can write to, and the genesis address receives thousands of tributes a month, so the trick would be to use the famous address as the lookup key and the note as the message.

We found the shape. One wallet pays a thousand satoshis to the genesis address with a short hex string in the note, on a fixed schedule of five days a month, at midnight UTC, and has done so since late 2024. It was funded from a Kraken withdrawal, a predecessor wallet ran the same schedule before it, and the pattern itself goes back to 2020. The age rules out the obvious reading. Whatever this is, a timestamping cron or a heartbeat someone forgot, it predates every dead drop campaign on record, and we do not attribute it.

The Bitcoin heartbeatMeasured
Each transaction1,000 satoshis to the genesis address, plus a 64-letter hex string in OP_RETURN
Schedulethe 1st, 8th, 15th, 22nd and 29th of the month; 103 of 118 writes in the midnight hour UTC
Run118 transactions from 22 Nov 2024 to 12 Sep 2026; predecessor wallet Mar 2022 to Dec 2024; pattern first seen Mar 2020
Fundingexactly 0.01 BTC on 21 Nov 2024, from two Kraken deposit addresses
Bursts of fresh wallets, same shape, once each18 Apr 2025 (4 wallets), 30 Sep 2025 (12 wallets), 10 to 11 Jul 2026 (3 wallets)

Better candidates are the three one-day bursts in the last row of the table, fresh wallets doing the same thing once each, the first of them funded from a Crypto.com hot wallet. Without the malware's own decoding logic none of them can be tied to anyone.

09 · What it costs them, and what we can see

Eighty-five dollars, and the only trail that exists

What the plumbing costGas paid
DPRK contract, creation plus 23 rewrites0.0625 BNB, about $42 ($1.56 per rewrite)
DPRK burn-address writes on BNB Chain, 251 of them0.0906 BNB, about $21
DPRK burn-address writes on Ethereum, 210.0079 ETH, about $22
ClearFake 2023 contract, 131 rewrites0.42 BNB, about $100
UNC5142 three-contract set, 571 writes over eight months0.52 BNB, about $330

Nobody can delete a contract's storage or a confirmed transfer, and blocking the reads would mean blocking every public node, which would break every wallet on the chain. So the defender's side of this is the one the crews cannot hide. Reads are invisible. Writes are permanent. Who deployed the contract, who writes to it, how often, how big, at what cost, and where the gas came from are all on the record, and that record is what took us from a published wallet to a frozen Tron hub in three hops.

The rule of thumb that fell out of the census is short. A contract with one writer, one text field holding a few kilobytes of scrambled code, no events, a burner deployer funded from an exchange or an instant swap, and writes that arrive in bursts at odd hours is a dead drop until proven otherwise. A wallet that sends 150 KB of data to the burn address is one too.

10 · Method

What we ran, and what could have gone wrong

Every figure comes from Bitquery's own index of the five chains, queried read-only, with no node of our own and no call to any attacker contract. Payload sizes on the burn address are worked out from the gas each write used. Prices are monthly averages from Binance. Labels come from our own database and from one authorised MetaSleuth pass over a hundred addresses.

What could go wrongHow we handled it
Calling a census hit malwareOnly the two Google-attributed contracts are called malicious. The rest are described by shape, and each one's function names, writer count and event count are given.
A swap router counted as a victimAny source with no outgoing transactions of its own, or labelled as a router, pool or bridge, is excluded from every victim figure.
Fake transfers in the recordAddress-poisoning bots emitted fake token transfers 'from' three wallets in this story. None appear in those wallets' own transaction lists, so none are counted.
The census missing known writesIt caught 14 of the DPRK contract's 23 rewrites. The other nine were short pointer updates of a few dozen letters, below the size cut-off, which is the filter working as designed. All counts are dated 18 September 2026.
The NFT owner's roleBoth readings, compromised and complicit, are stated. The project is described, not named.
The Bitcoin patternNot attributed to anyone. The long-running heartbeat predates every dead-drop campaign on record; the bursts are offered as candidates only.

11 · The record

The addresses behind the story

RoleAddress
DPRK payload contract (Google, Oct 2025)0x8eac…a71c
DPRK wallet, still writing0x9bc1…4509
ClearFake contract (Guardio, Oct 2023)0x7f36…7c60
ClearFake 2023 wallet0xfc1f…222a
UNC5142 main storage contract (Google)0x53fd…e4aa
Unpublished sibling, Nov 20230x100d…b042
Unpublished sibling, Nov 20230x8826…9b32
Unpublished sibling, Dec 20240x7a08…2bd9
Same design, Binance-funded, no wallet link0x3458…74aa
Tron hub, frozen by TetherTGpCjDZ…7oGfJ
Second Tron hubTYUJ8XW…W7vn
Bitcoin heartbeat wallet, unattributed194C34zTL2fJ9JpYGSnu7d4ZfzpT2uioAV
Run it yourself

Ask these questions in plain English

Every count above came from queries anyone can run against the same index. The Bitquery MCP server puts that index behind an AI assistant, so you can ask which contracts receive long text writes from a single wallet, who sends data to the burn address, where a wallet's gas came from, or which bridge calls name a given Tron recipient, without writing the query yourself.

Find contracts with one writer, one text field and no eventsRank wallets by data sent to the burn address, any EVM chainTrace a wallet's gas back through its fundersDecode Allbridge and Stargate calls to their destination chain and recipient
Explore Bitquery MCP Figures measured 18 September 2026 against Bitquery's BNB Chain, Ethereum, Polygon, Bitcoin and Tron indexes.
Scope, limits and attribution

The two contracts and one wallet described as North Korean, and the seven contracts described as the ClearFake crew's, are those attributed by Google's Threat Intelligence Group and Guardio Labs; everything else in this article is described by on-chain behaviour and attributed to nobody. The link from those wallets to the Tron addresses rests on gas payments and bridge calls that the chain records, and on labels from our own database and MetaSleuth that may be incomplete. The victim figures are floors that price only some assets, and 'victim' is a shape test that can mislabel a wallet's own consolidation. The NFT project mentioned is not named and no claim is made about what its owner knew. Exchange names appear only as the labels attached to deposit addresses that received funds, which says nothing about the exchanges' conduct. The Bitcoin pattern described is not attributed to any state, group or person.

This article is provided for informational and educational purposes only. It reflects analysis of publicly available on-chain data as of the dates given, and does not constitute legal, financial, compliance, tax or investment advice, nor a recommendation or offer to buy, sell or hold any asset. Blockchain addresses are pseudonymous: a transaction between two addresses does not by itself establish the identity, intent or knowledge of any party, and every entity attribution here is an inference that may be incomplete or wrong. Readers should verify independently before acting on anything above, and Bitquery accepts no liability for loss arising from reliance on this material. All trademarks and company names are the property of their respective owners. Corrections and right-of-reply requests go to support@bitquery.io.