如何追踪资金流向?How to Trace Fund Flow?
追踪资金流的基本动作:从一笔交易或一个地址出发,看它的转入转出(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:
- 用户地址:普通买卖、质押。User addresses: ordinary buying/selling and staking.
- DEX / 路由 / LP 池:兑换发生的地方。DEX / router / LP pool: where swaps happen.
- 国库 / 项目方地址:储备资金的进出。Treasury / project-team addresses: reserve funds moving in and out.
- 跨链桥:钱换到另一条链。Cross-chain bridge: money moving to another chain.
常见的资金路径示意:用户 → 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:
- 资金可能拆分/合并,也可能跨链,追到桥就要换到另一条链的浏览器继续。Funds can be split/merged and can also go cross-chain; when you reach a bridge, switch to the other chain's explorer to continue.
- 只呈现链上事实,不臆断身份和动机——「A 转给 B」是事实,「A 是谁、为什么转」往往是推测,要分清。Present only on-chain facts; don't assume identities or motives — "A sent to B" is a fact, while "who A is and why they sent it" is usually speculation. Keep them separate.
📝 本节测验📝 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.