Peel Chain
Definition
A transaction pattern where one large input is repeatedly split, sending most of the value one hop forward and a small remainder to a different address, over many transactions. Used to complicate tracing by creating a long, thin chain.
- Domain
- Cryptocurrency transaction tracing
- Pattern
- Repeated splitting of one input, most value forward, small remainder aside
- Structure
- Long, thin chain of transactions
- Purpose
- Complicating tracing of funds
Common questions
Why does a peel chain make tracing harder than a single large transfer would?+
Instead of one traceable movement of value, the funds pass through many hops, each shedding a small remainder to a separate address, which multiplies the number of transactions and addresses an investigator must follow and can obscure the eventual destination among the noise.
Can blockchain analytics tools still follow funds through a peel chain?+
Yes, in most cases, because the pattern is deterministic and visible on the public ledger; heuristic clustering and value-flow tracking software are specifically designed to detect the repeated split-and-forward structure and follow the dominant value stream across the hops.
Related terms
- Attribution Database
- A commercial or law-enforcement dataset that maps known addresses or address clusters to real-world entities: exchanges, darknet markets, ransomware operators, sanctioned individuals,...
- Change-Address Heuristic
- The inference that one output from a Bitcoin transaction (usually the smaller one, to a fresh address) is change returning to the...
- Co-Spend Heuristic
- The inference that when multiple Bitcoin inputs appear in one transaction, all those input addresses are controlled by the same entity, because...
- De-Anonymisation
- The process of linking a pseudonymous address or cluster to a real-world identity. Most commonly achieved through exchange KYC records, but also...
- Mixing (Tumbling)
- A service or protocol that accepts cryptocurrency inputs from multiple users and returns equivalent outputs in a way designed to break the...