What Is a Dust Attack: Complete Crypto Privacy Threat Guide (2026)

— By Tony Rabbit in Tutorials

What Is a Dust Attack: Complete Crypto Privacy Threat Guide (2026)

What is a dust attack? Complete 2026 crypto privacy guide: UTXO clustering, defense tools (Sparrow, Wasabi), CoinJoin, Ethereum vs Bitcoin dust differences.

You wake up one morning, open your Bitcoin wallet, and notice something strange. A tiny amount of BTC, maybe 0.00000546, has appeared in your account. You did not buy it, nobody told you they were sending anything, and the amount is so small you cannot even spend it without paying more in fees than the value of the coins themselves. You probably just received what is known as a dust attack, one of the most underestimated privacy threats in cryptocurrency.

A dust attack is a technique in which an attacker sends microscopic amounts of cryptocurrency, called crypto dust, to thousands or even millions of crypto wallets. The goal is not financial gain. The goal is to track, deanonymize, and eventually identify the real-world owners of those wallets by analyzing how the dust moves when it is eventually spent. It is a chain analysis attack disguised as a harmless transfer.

This guide breaks down exactly how dust attacks work, why the UTXO model makes Bitcoin uniquely vulnerable, the 546 sats dust threshold, real-world cases like the Litecoin 2019 wave, how Ethereum-style dust differs from Bitcoin dust, and the exact defensive playbook used by privacy-focused wallets like Sparrow, Wasabi, and Trezor. By the end you will know how to spot dust, how to neutralize it, and why your exchange wallet might already be silently leaking your identity.

Bitcoin wallet displaying a tiny unspent transaction output highlighting a crypto dust attack on a user balance
A typical dust UTXO sitting in a Bitcoin wallet, waiting for the owner to spend it.

What Is a Dust Attack?

A dust attack, sometimes called a dusting attack, is a coordinated effort to spy on cryptocurrency users by sending them quantities of coin so small they fall below the threshold at which the network considers a transaction economically rational. The dust itself is harmless. The information generated when the victim consolidates that dust with their other coins is the actual payload of the attack.

To understand why anyone would bother with this, you have to understand a foundational principle of public blockchains. Every transaction on Bitcoin, Litecoin, Bitcoin Cash, Dogecoin and other UTXO chains is permanently visible on a blockchain explorer. The addresses are pseudonymous, meaning they are not directly tied to your real identity, but every transfer between them is recorded forever. Chain analysis firms like Chainalysis, Elliptic and TRM Labs make their entire business out of clustering these addresses and matching them back to real-world entities. Dust is one of the cheapest, fastest tools in their toolkit.

The attacker is usually one of three actors. It can be a law enforcement agency or contractor trying to trace illicit funds. It can be a chain analysis or compliance company building a commercial heuristic database. It can be a malicious extortionist who plans to threaten doxxed users with public exposure unless they pay a ransom. In rare cases, it is a marketing scheme where the dust transaction contains an on-chain message inviting the recipient to a phishing site. Regardless of the actor, the technical mechanism is the same: send dust, wait for it to move, and use the movement to break the user's privacy.

Why Dust Matters: The UTXO Model Primer

You cannot understand dust attacks without first understanding the UTXO model. UTXO stands for Unspent Transaction Output and it is the accounting model used by Bitcoin and many of its forks. It is radically different from the account model used by Ethereum and most other smart contract chains.

In a UTXO chain, your wallet does not have a single balance like a bank account. Instead, your wallet holds a collection of discrete "coins" each one a leftover output from a previous transaction. If someone sends you 0.5 BTC and later someone else sends you 0.3 BTC, your wallet does not magically merge those into 0.8 BTC. You have two separate UTXOs of 0.5 and 0.3. When you spend 0.6 BTC, your wallet must select one or more of these UTXOs whose combined value is at least 0.6 BTC, plus enough to cover the network fee. The selected UTXOs are entirely consumed and a new UTXO is generated for the recipient, plus another change UTXO going back to you.

This sounds like a small implementation detail, but it has enormous privacy implications. Every time you spend, your wallet implicitly tells the world which UTXOs belong together. If you combine UTXO A and UTXO B in a single transaction input, an outside observer can immediately conclude that the same private key controls both. That is called the common-input-ownership heuristic, and it is the bedrock assumption behind almost all blockchain forensic work.

Now you can see the trap. If an attacker sends dust to a thousand different addresses they suspect belong to the same person, all they have to do is wait. The moment any of those addresses spends a UTXO together with the dust, the cluster collapses. The dust acts as a tracer dye, lighting up the connections between addresses the victim worked hard to keep separate. The attacker gets a confirmed cluster for free, without breaking any cryptography.

Forensic clustering of cryptocurrency addresses linked together after a dusting attack reveals common ownership through UTXO consolidation
Blockchain analysis tools cluster addresses after a victim consolidates dust together with regular funds.

How the Attack Works: Forensic Clustering Step by Step

Let us walk through a complete dust attack in operational detail so you can see exactly where the privacy leakage happens. Imagine an attacker who suspects that a specific Bitcoin address belongs to a high-net-worth individual or a darknet operator. They want to confirm which other addresses on the network also belong to that same person.

First, the attacker generates a fresh sending wallet, funds it with a modest amount of Bitcoin, and identifies the target addresses. They might pick all the deposit addresses of a particular exchange, all the addresses that ever touched a specific darknet market, or simply scrape the top one million richest addresses from a block explorer. Then the attacker constructs a single large transaction with thousands of outputs, each one paying exactly the minimum economically viable amount, typically 546 sats in the case of standard P2PKH Bitcoin outputs.

That transaction broadcasts and confirms in the next block. Every targeted address now contains a small dust UTXO sitting next to whatever legitimate coins it held before. The victim usually does not notice. Most wallet user interfaces display only the total balance, and the dust changes the displayed total by an amount so small it rounds to zero in most fiat displays.

Now the attacker waits. They monitor every targeted address in real time. At some point in the future, the victim spends. Maybe they pay for something, maybe they consolidate UTXOs to reduce future fees, maybe they move funds to an exchange. In any of these cases, their wallet automatically selects UTXOs to fund the transaction. If the wallet uses naive coin selection, sooner or later it will sweep up the dust together with one or more "clean" UTXOs. The instant this happens, the attacker observes a transaction with two inputs that they now know belong to the same wallet. Combined with the attacker's prior records, this single transaction can deanonymize an entire history of activity.

This is called address clustering and it is the central method of deanonymization on UTXO chains. Once a cluster is built, the attacker can correlate it with off-chain data points. Maybe one of the addresses ever interacted with a regulated exchange under a known KYC identity. Maybe one of them was used to receive a salary from a doxxed employer. Maybe one of them posted a donation address on a forum profile. Any single off-chain data point on any address in the cluster taints the entire cluster.

Dust Attack Lifecycle
STAGE 1
Attacker Sends Dust
546 sats to N addresses
STAGE 2
Victim Receives
Dust sits in wallet
STAGE 3
Victim Consolidates
Spends dust + clean UTXO
STAGE 4
Addresses Linked
Common input heuristic
STAGE 5
Deanonymization
Cluster + KYC = identity
⚠ The attack only succeeds at Stage 3. Never spending the dust breaks the chain.

Bitcoin UTXO Dust vs Ethereum Account Dust

One of the most common misconceptions about dust attacks is that they affect every blockchain the same way. They do not. The mechanics depend almost entirely on whether the underlying chain uses a UTXO model or an account model. The privacy threat exists in both cases, but it manifests very differently.

On Bitcoin, Litecoin, Bitcoin Cash, Dogecoin, Bitcoin SV, Zcash transparent transactions, and other UTXO chains, the dust attack works as described above. Every UTXO is a separate object, and combining two UTXOs in one transaction broadcasts ownership equivalence. The threat is structural. Even a savvy user can accidentally trigger the linkage simply by spending normally, because most wallets do not show users which UTXOs they are about to combine.

On Ethereum and other account-based chains, the picture is different. Each Ethereum address has a single balance that updates atomically. There are no separate "coins" to combine, so the common-input-ownership heuristic does not apply. However, dust attacks on Ethereum still occur, and they exploit different weaknesses. The most common Ethereum-style dust attack consists of sending fractions of a wei or a worthless token to an address purely to get it on the radar of automated tracking systems, to populate the victim's transaction history with malicious links, or to set up an smart contract address poisoning attack which we will cover later. Ethereum dust also sometimes carries an embedded message or interacts with a malicious contract that records the victim's address for future scams.

BITCOIN / UTXO CHAINS
Structural Privacy Threat
  • Each UTXO is a separate coin object
  • Spending links UTXOs via common input
  • Dust threshold around 546 sats
  • Defense: never spend dust, use UTXO control
  • Examples: Bitcoin, LTC, BCH, DOGE
ETHEREUM / ACCOUNT CHAINS
Tracking and Phishing Threat
  • Single balance per address
  • No common-input ownership leak
  • Used for address poisoning and phishing
  • 1 wei spam, fake token airdrops
  • Examples: ETH, BSC, Polygon, Arbitrum

It is worth noting that Monero and other genuinely private blockchains are largely immune to dust attacks. Monero uses ring signatures and stealth addresses that hide both the sender and the destination, meaning even if someone sends you dust there is no public link the attacker can later follow. This is exactly why Monero is so popular among privacy-conscious users despite its lack of liquidity compared to Bitcoin.

The Dust Threshold: Why 546 Sats?

The number 546 satoshis is not arbitrary. It comes from Bitcoin Core's default dust threshold, which is the minimum output value the network considers worth relaying. Specifically, an output is considered dust if it would cost more than one third of its value in fees to spend at a fee rate of 3 sat per byte. For a standard P2PKH output, this works out to exactly 546 sats. For SegWit outputs the dust threshold is lower, around 294 sats, and for Taproot outputs it is lower still.

This threshold matters because most attackers want their dust to be confirmable. If they send an output below 546 sats with a P2PKH address, Bitcoin Core nodes will reject the transaction as non-standard and refuse to relay it. The attacker must therefore use the smallest possible amount that the network still accepts. That is why 546 sats has become the canonical dust amount on Bitcoin and the symbolic number you should learn to recognize.

From the victim's perspective, this amount is so small that spending it is irrational. At a typical Bitcoin price of $60,000, 546 sats equals roughly 0.3 cents. The fee to spend that single UTXO during normal congestion will easily be 5,000 to 50,000 sats, meaning you would pay several dollars to extract less than a cent. This is the elegance of the attack from the attacker's side. The economics force the dust to sit in your wallet until you inadvertently merge it with something larger.

Wallet Defense Tools: Sparrow, Wasabi, BlueWallet, Trezor

The good news is that the entire dust attack vector can be neutralized by using a wallet that gives you control over which UTXOs you spend. This is called UTXO coin control, and it is a feature that separates serious self-custody wallets from beginner-friendly apps. Let us look at the four most important options.

Sparrow Wallet is the gold standard for desktop Bitcoin users who care about privacy. Sparrow shows you every individual UTXO in your wallet, labels them, and lets you select exactly which UTXOs to include in any transaction you build. You can also right-click any suspicious UTXO and mark it as "frozen" or "do not spend," meaning Sparrow will never automatically select it during coin selection. Combined with optional connection through your own Bitcoin full node or a Tor-routed Electrum server, Sparrow gives you total visibility over what your wallet is doing on chain.

Wasabi Wallet is the privacy-first Bitcoin wallet built around the idea of automatic mixing and labelling. Wasabi has a built-in "Do Not Spend" toggle on every UTXO that is functionally identical to Sparrow's freeze feature. Wasabi also classifies coins by their anonymity score and warns you visually before you create a transaction that would mix high-privacy with low-privacy coins. Historically Wasabi shipped the famous Whirlpool-style and CoinJoin coordinators for breaking dust links, although the coordinator landscape changed in 2024 when zkSNACKs stopped coordinating for sanctioned users. The wallet software itself still works and is widely forked.

BlueWallet is the most popular self-custodial Bitcoin wallet on mobile and now ships full UTXO control inside its advanced mode. You can mark dust UTXOs to be excluded from coin selection, and the wallet visualizes them in a clear inputs list. BlueWallet is the recommended choice for users who are not ready to run a desktop privacy wallet but still want to dodge dust attacks on their phone.

Trezor Suite, the official software for Trezor hardware wallets, has shipped a coin control UI for several years. Trezor Suite labels suspicious incoming transactions and offers the same freeze-UTXO behaviour. Because Trezor Suite can be paired with a hardware key, you get the additional benefit that even the wallet software itself cannot move the dust without your physical approval.

Sparrow Wallet UTXO management interface showing frozen dust outputs and the do not spend toggle for crypto privacy defense
Sparrow Wallet exposes every UTXO and lets you freeze dust before it pollutes a future transaction.

CoinJoin and Whirlpool as Defenses

Beyond simply freezing the dust, the most powerful defense against blockchain forensics in general is CoinJoin. A CoinJoin is a transaction in which dozens or hundreds of users pool their UTXOs together and produce outputs of identical denomination back to themselves. Because every output is indistinguishable from every other output, an outside observer cannot tell which participant received which coin. This effectively erases the linkage between the inputs and outputs, breaking the common-input-ownership heuristic.

Wasabi's historical Whirlpool-style implementation and the original Samourai Whirlpool service before its 2024 takedown were the two best-known CoinJoin coordinators on Bitcoin. They worked by gathering users with similar denominations and mixing them across multiple rounds, with each round adding more anonymity at the cost of fees. After CoinJoining, the dust that the attacker originally sent to you becomes meaningless. Even if you eventually combine it with a post-mix output, the post-mix coin cannot be traced back to your other holdings.

In 2026, the coordinator situation is in flux. zkSNACKs shut down the original Wasabi coordinator in mid-2024, and Samourai Wallet was taken offline by US law enforcement in April 2024. However, several decentralized alternatives have emerged. Joinmarket is a long-running decentralized CoinJoin protocol where users can act as either makers or takers, finding peers organically rather than through a centralized coordinator. Several community-run Wasabi coordinator forks still operate. The principle remains the same: if you suspect you have been dusted and you really want to use those coins later, CoinJoin them through a reputable coordinator first.

Some users compare CoinJoin to traditional anonymizing services like Tornado Cash on Ethereum. The mechanics are related but the implementations differ significantly. CoinJoin is native to UTXO chains and does not require a separate smart contract or pool of funds. It uses Bitcoin's own transaction format to achieve the mixing effect.

Dust Attacks vs Address Poisoning Attacks

Many people confuse dust attacks with address poisoning attacks, and although they share some surface features they are fundamentally different and require different defenses. Knowing the distinction is critical, especially on Ethereum and EVM chains where both threats coexist.

An address poisoning attack works like this. The attacker monitors your transaction history. They notice that you recently sent funds to an address that starts with 0xabc...123. The attacker then generates a vanity address that also starts with 0xabc...123 by brute-forcing keys until they find one with the same prefix and suffix. Then they send a 0-value or near-zero transaction from that fake address into your wallet. The transaction now appears in your history and looks superficially identical to the legitimate destination. Later, when you copy-paste an address from your wallet history to send a new payment, you accidentally copy the attacker's poisoned address instead of the real one. You send the funds, they are gone, and the attacker walks away.

The difference is sharp. A dust attack is about privacy and identification. An address poisoning attack is about direct theft through user confusion. Dust attacks succeed when the victim spends the dust. Address poisoning attacks succeed when the victim trusts their own transaction history without re-verifying the full address. Defense against poisoning is to always verify the full address character by character before sending, never trust truncated previews, and use an address book or hardware wallet display to confirm destinations.

Both attacks belong to the broader family of crypto deception tactics that also includes Sybil attacks, fake token airdrops, and approval-based phishing. The unifying theme is that the attacker is not breaking cryptography. They are exploiting how human beings interact with wallet interfaces and on-chain history.

Real Dust Attack Cases: Litecoin 2019 to Ongoing Exchange Dust 2024-2026

Dust attacks are not theoretical. They have happened repeatedly across major chains and they continue to happen on a regular basis. Let us look at the most important real-world cases that shaped the current understanding of the threat.

DUST ATTACK TIMELINE
Aug 2019
Litecoin Mass Dusting: Over 290,000 Litecoin addresses received tiny dust outputs in a single day. The attacker was eventually traced to a mining pool operator who claimed it was a "marketing" stunt for a different project. The case became the canonical reference for what mass dusting looks like in the wild.
2020-2021
Binance Smart Chain Spam Dust: BSC was flooded with tiny BNB and BEP-20 dust transactions, often combined with fake token airdrops linking to phishing sites. The low gas cost of BSC made mass-dusting economically trivial for attackers.
2022
Ethereum Address Poisoning Surge: A wave of zero-value transfer attacks hit Ethereum mainnet, with thousands of vanity addresses constructed to impersonate user transaction history. Several reported victims lost six and seven figures to copy-paste mistakes.
2024
Exchange-Targeted Bitcoin Dust: A campaign sent dust to deposit addresses across Binance, Coinbase, Kraken and OKX, aiming to map their internal hot-wallet clusters. Several research firms published the clustering results, exposing details of how each exchange consolidates funds.
2025-2026
Ongoing Multi-Chain Campaigns: Dusting is now a continuous background activity on Bitcoin, Litecoin, Dogecoin, Ethereum, Tron and Solana. Modern campaigns combine dust with malicious tokens, phishing memos and AI-generated lookalike addresses. The threat is permanent and built into the cost of doing self-custody.

Beyond these headline events, dust attacks also intersect with the broader history of biggest crypto hacks and forensic operations. Chainalysis has publicly confirmed using clustering techniques powered by dust traces to identify the operators of darknet markets, ransomware wallets, and sanctioned addresses. Several major exchange seizures and law enforcement actions in recent years used data harvested from dust-style chain analysis as part of their evidence package.

Exchange Exposure: Binance, Coinbase, and Centralized Wallets

If you keep your crypto on a centralized exchange, your privacy exposure to dust attacks is different from a self-custody user but it is not zero. On exchanges, your "wallet address" is typically a deposit address that funnels into a shared hot wallet controlled by the exchange. When the exchange sweeps your deposit, they combine your funds with funds from many other users. From a personal privacy standpoint, this is actually beneficial because outside observers cannot easily attribute spending decisions back to you specifically.

However, the exchange itself sees everything. They know exactly which UTXOs belong to you because they assigned the deposit address. If a regulator subpoenas the exchange, your full history becomes visible. Dust attacks targeting exchange deposit addresses essentially help researchers and law enforcement map the exchange's internal structure, but they do not directly compromise your privacy from the exchange itself.

The biggest risk for exchange users is actually withdrawal address poisoning. If you copy a withdrawal address from your transaction history that has been poisoned by an attacker, your funds go to the attacker rather than your intended destination. Several major exchanges have implemented address warnings and require email confirmations for new withdrawal addresses precisely because of this threat. Always verify a withdrawal address through a trusted secondary channel before approving.

Tax Implications of Receiving Dust

An often-overlooked aspect of dust attacks is their tax treatment. In many jurisdictions, receiving any crypto is technically a taxable event valued at the fair market value at the moment of receipt. Receiving 546 sats does not move the needle in dollar terms, but receiving thousands of unwanted ERC-20 tokens or NFTs from a malicious airdrop could in theory create tax complications.

The pragmatic answer in 2026 is that tax authorities have largely accepted that involuntary dust is not realizable income. The US IRS, HMRC in the UK and most European tax agencies do not require taxpayers to declare dust transactions they did not solicit. However, the situation gets murkier when dust comes attached to a recognizable token. If someone airdrops you 10,000 spam tokens that happen to have a small market value somewhere, you may need to discuss with a tax professional whether that creates a reporting requirement.

The simplest mitigation is to keep clear records. Most tax software flags dust transactions automatically and allows you to mark them as non-taxable. Document the date, amount, sending address, and your intent to never spend the dust. This keeps you defensible if you are ever audited and asked why thousands of micro-transactions appear in your wallet.

The Ethereum Equivalent: 1 Wei Attacks and Fake Token Airdrops

Although Ethereum's account model breaks the classical UTXO dust attack, it has spawned its own ecosystem of dust-like privacy and security threats. The most common is the 1 wei attack, where an attacker sends one wei, the smallest possible unit of ETH, to thousands of addresses. The transactions are cheap on Layer 2 networks and even cheap on mainnet during low-fee periods. The goal is to populate the victim's transaction history with the attacker's address as a starting point for address poisoning or to plant a clickable link via a transaction memo.

A related and more dangerous variant is the malicious token airdrop. Attackers deploy worthless ERC-20 tokens whose transfer function actually contains a hidden approval grant. When the victim's wallet sees the unknown token and the user tries to "sell" or interact with it on a DEX, the underlying contract drains other tokens from the wallet via the previously granted approval. This is technically not a dust attack in the classical sense, but it travels through the same dust-delivery vector and victims often confuse the two.

The defense on Ethereum is wallet-level filtering. Modern wallets like Rabby, Frame and the latest MetaMask versions automatically hide suspicious incoming transfers from unknown contracts. Hardware wallets refuse to sign transactions that would grant unlimited approvals to unfamiliar contracts. As with Bitcoin, the simplest rule is to never interact with anything you did not request, no matter how small or how curious you are about the contents.

How Attackers Profit: Extortion, Law Enforcement and Marketing

Why would anyone spend their own Bitcoin on dust attacks when the dust itself yields nothing? The answer lies in the value of the information generated. Several distinct business models monetize dust attack data, each with its own ethics and legality.

The first is commercial chain analysis. Firms like Chainalysis, Elliptic, TRM Labs, CipherTrace and Coinfirm sell address clustering data to exchanges, banks, and law enforcement. A successful dust attack that links thousands of previously unconnected addresses becomes a saleable dataset. The dust spent is dwarfed by the value of the resulting intelligence. While most of these firms claim to only use observational data, the line between observation and active dusting can blur.

The second is law enforcement. Government agencies have used dust-style chain analysis to identify and prosecute users of darknet markets, ransomware operators, and sanctioned wallets. The 2017 takedown of AlphaBay, the 2021 Colonial Pipeline ransomware recovery, and several other high-profile cases involved clustering techniques that are conceptually identical to dust attack outcomes, even if the agencies used purely passive analysis rather than active dusting.

The third is extortion. After a successful deanonymization, a malicious actor can contact the victim privately, reveal that they know the connection between specific addresses and the victim's real identity, and demand payment in exchange for silence. This is rare in practice because high-value targets typically use additional privacy layers like Monero or properly coordinated CoinJoin, but it is the dystopian endgame of every privacy leak.

The fourth is marketing and growth hacking. Some projects send dust as a deliberate awareness campaign, where the recipient is incentivized to look up the sending address and learn about a new token. This is generally considered spam and most wallets now hide these transactions automatically, but it remains a non-trivial fraction of total dust traffic.

Finally, there is the link to MEV and broader on-chain manipulation. Some MEV bots use dust outputs to mark and track competitor wallets, building intelligence databases that inform their trading strategies. The intersection of dust attacks with MEV is an under-researched corner of the privacy landscape and one that will likely become more important as on-chain trading volume continues to grow.

The Four-Pillar Defense Taxonomy

To summarize the entire defensive playbook, here is the standard four-pillar taxonomy that privacy researchers recommend. Combining multiple pillars gives the best protection.

🔒
UTXO Control Wallets

Use Sparrow, Wasabi, BlueWallet advanced, or Trezor Suite. Manually exclude dust from coin selection. The simplest and most effective layer.

🎯
CoinJoin Mixing

Run dusted coins through a CoinJoin coordinator like Joinmarket or a Wasabi fork. Erases the input-output link the attacker depends on.

Ignore and Do Not Spend

The cheapest defense. Mark dust as frozen and never include it in any transaction. The attacker gets nothing without your spend.

🛡
Privacy Coins

For maximum privacy, hold value in Monero or shielded Zcash. Dust attacks are structurally impossible on these chains.

Practical Daily Habits to Avoid Dust Attacks

Beyond the four pillars, a handful of simple operational habits dramatically reduce your exposure. First, never re-use addresses. Every modern Bitcoin wallet generates a fresh receiving address by default. If you hand out one address and someone dusts it, only that one address is compromised. The rest of your wallet stays private.

Second, label your UTXOs as soon as you receive them. Sparrow, Wasabi and Trezor Suite all let you attach a text label to each UTXO. Get into the habit of labelling every incoming output with where it came from. When dust shows up later, the unlabelled UTXO is immediately suspicious.

Third, run a manual review before any large outgoing transaction. Open your wallet's coin control screen and verify which UTXOs are about to be combined. If you see anything you do not recognize, freeze it before signing. Sixty seconds of attention can save years of accumulated privacy.

Fourth, use Tor or your own full node for wallet connections. Privacy at the network layer prevents another class of attacks where an observer correlates your IP address with the addresses your wallet queries. This does not directly stop dust attacks but it complements them by closing the secondary leakage paths.

Fifth, audit periodically. Once a quarter, scan your wallet for any UTXOs below 10,000 sats that you cannot explain. Anything suspicious goes on the frozen list immediately. Treat dust like dirt on a clean floor: easier to wipe up while fresh than after it has been tracked everywhere.

Frequently Asked Questions

What is a dust attack in cryptocurrency?

A dust attack is a privacy-breaking technique where an attacker sends very small amounts of cryptocurrency, called dust, to many wallet addresses. The dust itself is harmless. When the victim spends it together with their other coins, the attacker can use the combined transaction to link previously unconnected addresses and identify the wallet owner through chain analysis.

What counts as dust on Bitcoin?

On Bitcoin, dust is typically defined as 546 satoshis for standard P2PKH outputs and around 294 sats for SegWit outputs. This is the network's default dust threshold, below which transactions are considered non-standard and not relayed by most nodes. The number is calculated based on what it would cost to spend the output at a 3 sat per byte fee rate.

Can a dust attack steal my crypto?

No, a classical dust attack cannot directly steal your funds. The attacker has no access to your private keys and the dust transaction is one way. The danger is purely informational: the attacker uses the dust to break your privacy and link your addresses together. However, dust attacks are sometimes combined with phishing or address poisoning, which can lead to direct theft if you fall for the secondary trap.

How do I know if I have been dust attacked?

Open your wallet's UTXO list or coin control panel. Look for any incoming transactions of unusually small amounts, typically a few hundred to a few thousand satoshis, that you did not initiate. If you find them, you have probably been dusted. Most users only realize after the fact because the amounts do not change the displayed balance in any noticeable way.

Should I spend or ignore dust in my wallet?

Ignore it. Spending dust is exactly what the attacker wants. Use a wallet with coin control like Sparrow, Wasabi, BlueWallet advanced mode, or Trezor Suite, and mark the dust UTXO as do not spend or frozen. The attacker only learns useful information if you combine the dust with one of your regular UTXOs in a future transaction.

Does Ethereum suffer from dust attacks?

Ethereum is largely immune to the classical UTXO dust attack because it uses an account model where every address has a single combined balance. However, Ethereum has its own variants of dust-style attacks, including 1 wei spam, malicious token airdrops, and address poisoning attacks where attackers send zero-value transactions to plant lookalike addresses in your transaction history.

Are dust attacks illegal?

Dust attacks themselves occupy a legal grey area. Simply sending a tiny amount of crypto to an address is not illegal in most jurisdictions, because there is no prohibition on sending unsolicited transactions. However, using the resulting deanonymization data for extortion, stalking, or unauthorized surveillance can violate privacy and anti-stalking laws. Commercial chain analysis firms generally operate legally because their clients are exchanges, banks, and government agencies.

Conclusion: Dust Is the Cheapest Privacy Threat You Will Face

Dust attacks are not the loudest or flashiest threat in crypto. They do not move markets, they do not produce dramatic theft headlines, and they will probably never trend on social media. But they are arguably the most pervasive privacy threat in the entire industry. Every active Bitcoin user, every regular Ethereum trader, and every long-term self-custodian has almost certainly been dusted at some point, whether they noticed or not.

The defense is not complicated. Use a wallet that gives you UTXO control. Mark dust as do-not-spend. Never combine unexplained UTXOs with your real funds. If you really want to move dusted coins, run them through a CoinJoin coordinator first. These four habits cost you nothing and they neutralize the entire attack class.

The broader lesson is that blockchain privacy is not automatic. The networks are pseudonymous, not anonymous, and every spending decision you make becomes a public data point forever. Treat your wallet like a window into your finances, because to the world that is exactly what it is. The attackers will not break your cryptography. They will wait for you to leak the information yourself by carelessly combining UTXOs. Knowing this is the first step. Acting on it with the right tools is what separates a privacy-aware user from a deanonymized one.

In a future where chain analysis becomes ever more sophisticated and AI-driven clustering systems combine on-chain data with off-chain identity leaks at scale, the cost of dust attacks for the attacker will keep dropping and the value of the resulting intelligence will keep climbing. Get your defenses in place now, while the playbook is still simple and the tooling is still mature. Your future self, and your future privacy, will thank you.

Related Guides