如何验证一个项目?How to verify a project?
验证一个项目,用这张核实清单逐条对照链上:To verify a project, use this checklist and compare against the chain item by item:
- 合约:是否开源?是否代理可升级?谁能升级?Contract: is it open source? Is it an upgradeable proxy? Who can upgrade it?
- 权限:能否增发、暂停、拉黑、改税率、动国库?这些权限在谁手里、是不是多签?Permissions: can it mint, pause, blacklist, change tax rates, or move the treasury? Who holds these permissions, and are they multisig?
- 国库/流动性:有多少真实外部资产?LP 是否锁定/销毁?谁能撤流动性?Treasury / liquidity: how much real external assets are there? Is the LP locked or burned? Who can pull the liquidity?
- 审计:审的是哪个合约、覆盖多少、有没有未修复项?别把「有审计」等同「零风险」。Audit: which contract was audited, how much was covered, are there unresolved findings? Don't equate "has an audit" with "zero risk".
心法一:把宣传和事实分开。项目方说的是「主张」,链上查到的才是「证据」。凡是拿不出链上出处的说法,先打问号。Principle one: separate marketing from facts. What the project says is a "claim"; what you find on-chain is the "evidence". Any statement without an on-chain source deserves a question mark first.
心法二:看权限而不是看承诺。「我们不会作恶」是承诺;「管理员在技术上能不能作恶」是权限。能不能,比会不会更重要。Principle two: look at permissions, not promises. "We won't do evil" is a promise; "can the admin technically do evil" is a permission. Whether it can matters more than whether it will.
工具组合:本站合约验证中心(开源/代理/权限/多签一览)+ 链上证据库(关键事件带交易哈希)+ 钱包体检(查项目方地址)。这三样能覆盖清单里的大部分项,剩下的去浏览器抠。Tool combo: this site's Contract Verify center (open source / proxy / permissions / multisig at a glance) + Evidence DB (key events with transaction hashes) + Wallet Checkup (check the project's addresses). These three cover most of the checklist; dig out the rest on the block explorer.
📝 本节测验📝 Quiz
1. 验证项目的核心方法是?1. What is the core method of verifying a project?
2. 「宣传」和「事实」的关系是?2. What is the relationship between "marketing" and "facts"?
3. 看管理员风险,更该关注?3. When assessing admin risk, what should you focus on more?
4. 「有审计」是否等于「零风险」?4. Does "has an audit" equal "zero risk"?
5. 验证项目最该组合使用的本站工具是?5. Which combination of this site's tools is best for verifying a project?
❓ 常见问题❓ FAQ
普通人怎么验证一个 DeFi 项目靠不靠谱?How can an ordinary person verify whether a DeFi project is trustworthy?
用一张核实清单逐条对照链上:合约是否开源/可升级、关键权限在谁手里、国库有多少真钱、LP 是否锁定、审计审了什么。把宣传当主张,把链上证据当依据。Use a checklist and compare against the chain item by item: is the contract open source / upgradeable, who holds the key permissions, how much real money is in the treasury, is the LP locked, what did the audit cover. Treat marketing as claims and on-chain evidence as the basis.
为什么说「看权限比看承诺重要」?Why is "look at permissions over promises" so important?
「我们不会作恶」是承诺,「管理员技术上能不能作恶」是权限。承诺可以随时改口,权限写在合约里、可核实。能不能,比会不会更重要。"We won't do evil" is a promise; "can the admin technically do evil" is a permission. A promise can be walked back anytime, but permissions are written in the contract and verifiable. Whether it can matters more than whether it will.