What is mixer?
A service that pools deposits from many users and pays out to fresh addresses, breaking the on-chain link between source and destination.
Not yet verifiedHow we verify
3 min read
In this entry
A service that pools deposits from many users and pays out to fresh addresses, breaking the on-chain link between source and destination.
Some are custodial services and some are contracts nobody controls. The motivation ranges from ordinary privacy, since a public ledger exposes a salary or a business relationship to anyone with the address, through to laundering the proceeds of theft. The chain does not distinguish between the two, and neither does most of the tooling built to watch it.
Legally this is dangerous ground. The United States Treasury sanctioned the Tornado Cash mixer in 2022 and removed those sanctions in 2025 after a court ruling, and exchanges routinely freeze or refuse deposits that came through one (source: OFAC press releases). Coins that touch a mixer often carry that flag for their whole history.
How it works
A custodial mixer takes deposits into an operator-controlled wallet and pays out later from a different pool, with the operator holding the record linking the two. That record is the weak point: it can be subpoenaed, leaked, or sold, and the operator can simply keep the funds.
A non-custodial mixer is a smart contract. Depositors send a fixed denomination and receive a secret. Later, anyone holding a valid secret can withdraw that denomination to any address, proving with a zero-knowledge proof that they deposited without revealing which deposit was theirs. Fixed denominations matter, because unique amounts would identify users immediately.
The privacy in both cases depends on the anonymity set, the number of other deposits yours is hidden among. A small or quiet pool provides little cover, and timing analysis narrows it further: depositing and withdrawing within minutes largely undoes the mixing.
Analytics firms label mixer-adjacent addresses and score the flows, and exchanges consume those labels through transaction monitoring. That is why the practical consequence arrives at the on-ramp rather than on chain.
Example
Illustrative sequence. Someone withdraws coins from an exchange, passes them through a mixer, and later deposits the output at a second exchange.
The second exchange's monitoring flags the deposit as one hop from a mixer. The account is restricted pending a source-of-funds review. The customer is asked to document where the coins came from, and the honest answer, that they were mixed for privacy, does not resolve the flag: the exchange's obligation is to establish provenance, and the mixing is precisely what removed it. The likely outcomes are a lengthy review, a return of the funds to the origin, or a closed account.
Why it matters when you buy
For a buyer this matters in one direction: coins you acquire may have a history you did not create. Buying on a regulated venue and withdrawing to your own wallet gives you a clean, documented origin, which is the practical protection. Buying at a discount from an unknown counterparty does not. Venue-level screening practices are recorded on the profiles at the exchange directory, and our guide at Spot a crypto scam covers the situations where discounted coins turn out to be tainted.
Related terms
- coinjoin — collaborative mixing without a custodian
- kyt — the monitoring that flags the output
- ofac screening — the sanctions check exchanges run
- chain analysis — how the labels are produced
- privacy coin — privacy at the protocol level
- suspicious activity report — what a flagged deposit can trigger
Questions
Is using a mixer illegal?
In most jurisdictions the act is not itself an offense, though sanctions and specific national rules can make particular services off limits. The reliable consequence is commercial rather than criminal: exchanges refuse the funds.
Can an exchange tell my coins went through a mixer?
Usually yes. Analytics firms label mixer contracts and known deposit patterns, and exchanges buy that data. A single hop is trivially visible.
Is a privacy coin the same thing?
No. A privacy coin builds confidentiality into the protocol so every transaction is shielded, rather than pooling funds through a service. Exchange treatment differs, and several venues have delisted them in particular jurisdictions.