起源学习站链上学习学院 › Level 5 链上研究者 › 如何追踪资金流向?ORIGIN LearnOn-chain Academy › Level 5 On-chain Researcher › How to Trace Fund Flow?
🔬 Level 5 · 链上研究者🔬 Level 5 · On-chain Researcher

如何追踪资金流向?How to Trace Fund Flow?

8 分钟8 min
学习目标:学完你能顺着交易的来去,一层层追出一笔钱从哪来、到哪去、经过了哪些关键地址。Learning goal: after this lesson you'll be able to follow a transaction's ins and outs and trace, layer by layer, where a sum of money came from, where it went, and which key addresses it passed through.
大白话In plain words追踪资金流就像顺着水管找水——从一笔交易出发,看钱从哪个地址来、流到哪个地址去,一节一节接下去,就能看清资金的路径。Tracing fund flow is like following a pipe to find water — start from one transaction, see which address the money came from and which it flowed to, join the segments one by one, and the path of the funds becomes clear.

追踪资金流的基本动作:从一笔交易或一个地址出发,看它的转入转出(tokentx),把对手方地址再展开,一层层往上下游追。区块浏览器和本站工具都能做。The basic move for tracing fund flow: start from one transaction or one address, look at its transfers in and out (tokentx), expand each counterparty address, and trace upstream and downstream layer by layer. Both a block explorer and this site's tools can do it.

关键是给沿途地址识别角色The key is to identify the role of each address along the way:

把这些点连起来,就是一张资金流向图。Connect these points and you have a fund-flow map.

常见的资金路径示意:用户 → DEX 兑换 → LP 池 → 国库 → DAO 支配。真实追踪时以链上交易为准,别脑补——每一跳都要有对应的交易哈希撑着。A common fund-path sketch: user → DEX swap → LP pool → treasury → DAO control. When tracing for real, go by the on-chain transactions and don't fill in the blanks — every hop must be backed by a corresponding transaction hash.

注意事项:Things to note:

案例Example想搞清一笔募集来的资金去哪了,就从募集合约的转出交易开始追:它先进了某个中转地址,再进了某个金库,还是过桥去了另一条链?每一步都点开交易核实,最后你能画出一条完整的、有据可查的资金路径。To figure out where raised funds went, start tracing from the raising contract's outgoing transactions: did the money first go to a relay address, then into a vault, or bridge to another chain? Open and verify each transaction step by step, and in the end you can draw a complete, evidence-backed fund path.
配套工具(点开在主站打开):Related tools (open on the main site):
🛠 区块浏览器 ›🛠 Block Explorer ›🛠 大额成交 ›🛠 Whale Trades ›

📝 本节测验📝 Quiz

1. 追踪资金流的基本动作是?1. What is the basic move for tracing fund flow?

2. 追踪时给沿途地址「识别角色」是为了?2. Why identify the role of addresses along the way when tracing?

3. 追踪到「跨链桥」时应该?3. When you trace to a "cross-chain bridge", you should?

4. 关于「A 转给 B」和「A 是谁、为什么转」,正确态度是?4. Regarding "A sent to B" versus "who A is and why", the correct attitude is?

5. 一条常见的资金路径示意是?5. Which is a common fund-path sketch?

❓ 常见问题❓ FAQ

怎么追踪一笔链上资金的去向?How do you trace where a sum of on-chain funds went?

从一笔交易或地址出发,顺着它的转入转出(tokentx)把对手方一层层展开,并给沿途地址识别角色(用户/DEX/LP/国库/桥)。每一跳都以交易哈希为准。Start from a transaction or an address, expand the counterparties layer by layer along its transfers in and out (tokentx), and identify the role of each address along the way (user / DEX / LP / treasury / bridge). Every hop is anchored to a transaction hash.

追踪资金流最该守住的原则是什么?What principle matters most when tracing fund flow?

只呈现链上事实、不臆断身份与动机。「A 转给 B」是事实,「A 是谁、为什么转」多是推测,报告里要把事实和推测分清楚。Present only on-chain facts and don't assume identities or motives. "A sent to B" is a fact, while "who A is and why" is mostly speculation — a report must keep facts and speculation clearly apart.

‹ 上一课‹ Previous如何分析一个钱包?How to Analyze a Wallet?