Worked example · 2023-20
DeFi yield-strategy laundering via liquidity-provision and staking-as-rail — multi-chain — 2023–2025
Summary
DeFi protocols operate deposit functions that are permissionless by design: any address can deposit assets and receive receipt tokens (LP tokens, staking derivatives, lending-market cTokens/aTokens, yield-aggregator vault shares) in return. The receipt token's on-chain provenance trace terminates at the protocol's deposit function — the Transfer event that created the receipt token was emitted by the protocol contract, not by the illicit source address.
The laundering sequence is:
Illicit proceeds enter a DeFi protocol's deposit function. The depositor sends USDC, ETH, or another base asset to the protocol's deposit contract. The deposit transaction's
fromaddress is a known-illicit cluster, but the deposit itself is a standard protocol interaction indistinguishable from legitimate usage.The protocol mints a receipt token to the depositor's address. The receipt token (e.g., a Curve LP token, a Lido stETH, an Aave aToken, a Yearn yVault share) has the protocol contract as its
Transfer-event emitter. Any downstream entity tracing the receipt token's provenance sees the protocol contract, not the illicit source.The receipt token is deployed as clean capital. The depositor can: (a) sell the receipt token on a DEX or CEX, (b) use it as collateral in a lending market, (c) stake it in a yield aggregator, (d) bridge it to another chain. Each downstream action carries the receipt token's provenance (protocol-contract-emitted) rather than the original inflow's provenance (illicit-source-address).
The obfuscation is amplified by protocol complexity. Depositing into a multi-hop yield strategy (e.g., deposit USDC → Curve LP → Convex staking → cvxCRV) produces a receipt token four protocol-hops removed from the illicit inflow. Each hop adds a legitimate-protocol provenance layer that forensic tools must unwind.
The class grew in operational relevance after the Tornado Cash sanctions (OFAC SDN designation, August 8, 2022), which narrowed the mixer-availability surface (T7.001) and drove laundering-cohort migration toward DeFi yield strategies and cross-chain swap protocols (T7.003) as substitute obfuscation rails. Per Chainalysis's 2024–2025 crypto-crime reporting, the post-Tornado-Cash shift toward DeFi-protocol-mediated laundering is the dominant trend in on-chain laundering infrastructure through the 2024–2025 active window.
Specific protocol-level cases are not named at v0.1 because no single protocol is the primary T7.006 surface — the surface is structural to the DeFi deposit-and-receipt architecture rather than concentrated at any specific protocol. Forensic-provider reporting documents the pattern at the cohort level across major DeFi protocols on Ethereum, Arbitrum, BNB Chain, and Solana.
Timeline
| When | Event | OAK ref |
|---|---|---|
| 2021–2022 | DeFi yield infrastructure matures (Curve, Convex, Yearn, Aave, Compound, Lido) | (surface deployment) |
| 2022-08-08 | Tornado Cash OFAC SDN designation narrows T7.001 mixer surface | (laundering-rail shift trigger) |
| 2022-Q4 to 2023 | Documented shift of laundering flows from mixers to DeFi yield strategies and cross-chain swap protocols | T7.006 cohort onset |
| 2023–2025 | DeFi yield-strategy laundering is an established, steady-state laundering rail alongside T7.003 (cross-chain bridge) and T7.005 (privacy-chain hops) | T7.006 steady state |
What defenders observed
- The deposit-and-receipt architecture is the T7.006 enabling primitive. Every DeFi protocol that accepts permissionless deposits and mints receipt tokens is a T7.006 surface by construction, regardless of the protocol team's intent or compliance posture. The protocol is not complicit — it is the instrument, not the actor.
- Receipt-token provenance is the obfuscation layer, not the deposit transaction. The deposit transaction's
fromaddress is the illicit cluster and is visible to forensic tools. The receipt token's provenance (protocol-contract-emitted) is what downstream counterparties see. The laundering is effective because most downstream risk checks track token provenance (contract address, age, volume) rather than deposit-transaction-side cluster attribution. - Protocol complexity amplifies the obfuscation. A single-hop deposit (ETH → stETH) provides one layer of provenance indirection. A multi-hop deposit (USDC → Curve LP → Convex → cvxCRV) provides three. Forensic tools must unwind each hop to attribute the receipt token to its original inflow, and each hop crossed by a protocol upgrade, a proxy re-deployment, or a cross-chain bridge increases the attribution cost.
What this example tells contributors writing future Technique pages
- T7.006 is the structural companion to T7.001 and T7.003 in the post-Tornado-Cash laundering ecosystem. T7.001 (mixer), T7.003 (cross-chain bridge), and T7.006 (DeFi yield strategy) are the three dominant post-2022 laundering rails. T7.005 (privacy-chain hops) is the fourth but operates at a different defender-capability tier.
- No single named incident is canonical for T7.006 because the surface is architectural, not incident-concentrated. Contributors writing future T7.006 examples should resist the temptation to name a specific protocol as the T7.006 surface — the class is about the deposit-and-receipt architecture that all DeFi protocols share, and naming a single protocol would misrepresent the structural nature of the surface.
- The Tornado Cash sanctions date (2022-08-08) is the key temporal anchor for T7.006 cohort analysis. Laundering-flow composition before and after that date shows a statistically significant shift from mixer-dominated to DeFi-and-bridge-dominated obfuscation rails.
Public references
- Chainalysis. "2024 Crypto Crime Report" and "2024 Money Laundering Report" — DeFi-protocol-mediated laundering as post-Tornado-Cash trend.
- TRM Labs. "DeFi Laundering Typologies." 2023–2025 reporting.
- Elliptic. "Cross-Chain and DeFi Laundering." 2023–2025.
- Cross-reference: T7.006 (DeFi Yield Strategy Laundering) at
techniques/T7.006-defi-yield-strategy-laundering.md. - Cross-reference: T7.001 (Mixer-Routed Hop) at
techniques/T7.001-mixer-routed-hop.md. - Cross-reference: T7.003 (Cross-Chain Bridge Laundering) at
techniques/T7.003-cross-chain-bridge-laundering.md. - Cross-reference: T7.005 (Privacy-Chain Hops) at
techniques/T7.005-privacy-chain-hops.md.
Proposed new BibTeX entries
@misc{chainalysis2024defilaundering,
author = {{Chainalysis}},
title = {DeFi-Protocol-Mediated Laundering in the Post-Tornado-Cash Era — 2024 Crypto Crime Report},
year = {2024},
note = {Documents the shift from mixer-dominated to DeFi-and-bridge-dominated laundering flows after the 2022-08-08 Tornado Cash sanctions}
}