如何防止钱包被盗How to protect your wallet from theft
钱包被盗通常不是黑客「破解」了密码学,而是你在某个环节亲手放行了。主要途径有:泄露了助记词或私钥、在钓鱼网站上签了危险的授权(允许某合约动用你的代币)、盲目签名(用私钥给一段看不懂的信息盖章)、以及把资产全放在一个天天联网操作的钱包里。A wallet usually doesn't get drained because a hacker "cracked" the cryptography — it's because you personally approved something along the way. The main routes: leaking your seed phrase or private key, signing a dangerous approval on a phishing site (letting some contract spend your tokens), blindly signing (stamping a message you can't read with your private key), and keeping all your assets in one wallet you use online every day.
第一道防线永远是助记词和私钥:不输入、不拍照、不上传、不存在任何联网设备,任何人任何网站索要都当骗子。这条守住,绝大多数盗币根本无从下手。The first line of defense is always your seed phrase and private key: never type them, photograph them, upload them, or store them on any online device — treat anyone or any site that asks for them as a scammer. Hold this line and most theft has no way in.
第二道防线是习惯:The second line of defense is habits:
- 分账户——大额资产放几乎不联网操作的「金库号」,日常交互用另一个「小号」,出事不牵连Separate accounts — keep large assets in a "vault account" that rarely goes online, and use a separate "daily account" for interactions, so trouble in one doesn't spread
- 只从官方渠道进入DApp,收藏官网书签,每次核对网址,别点私信和群里的链接Only enter a DApp through official channels — bookmark the official site, check the URL every time, and don't click links from DMs or group chats
- 授权和签名前看清对象与内容,警惕「无限授权」,用完及时撤销Before any approval or signature, read the target and content carefully, beware of "unlimited approval", and revoke it once you're done
- 定期用钱包体检工具查看资产和已给出的授权,发现陌生授权尽快处理Regularly use a wallet checkup tool to review your assets and the approvals you've granted, and deal with any unfamiliar approval as soon as you spot it
还有几个容易被忽视的点:手机和电脑要设锁屏与开机密码;不装来路不明的插件和外挂;警惕假客服、假空投、假「找回被盗币」服务——它们的共同套路都是诱你交出助记词或签一笔危险授权。钱一旦转出,链上不可逆,没有客服能帮你追回。A few easily overlooked points: set lock-screen and power-on passwords on your phone and computer; don't install plugins or add-ons of unknown origin; be wary of fake customer support, fake airdrops, and fake "recover your stolen coins" services — their common trick is to lure you into handing over your seed phrase or signing a dangerous approval. Once funds leave your wallet, the transaction is irreversible on-chain and no support team can get them back for you.
📝 本节测验📝 Quiz
1. 钱包被盗最常见的根源是什么?1. What is the most common root cause of a wallet being drained?
2. 「分账户」策略的核心思路是?2. What is the core idea of the "separate accounts" strategy?
3. 进入一个DApp前,正确的做法是?3. Before entering a DApp, what's the right thing to do?
4. 发现钱包里有一笔自己不记得的陌生授权,应该?4. If you find an unfamiliar approval in your wallet that you don't remember, you should?
5. 关于链上转账,下列哪句正确?5. Regarding on-chain transfers, which statement is correct?
❓ 常见问题❓ FAQ
用硬件钱包(冷钱包)是不是就绝对安全了?Does using a hardware wallet (cold wallet) make me absolutely safe?
硬件钱包把私钥隔离在离线设备里,能挡住绝大多数远程窃取,安全性显著更高。但它防不住你主动签下危险授权或签名,也防不住助记词泄露,所以谨慎交互的习惯依然不能少。A hardware wallet keeps your private key isolated on an offline device and blocks the vast majority of remote theft, so it's significantly safer. But it can't stop you from actively signing a dangerous approval or signature, nor from leaking your seed phrase — so careful-interaction habits are still essential.
我的钱包地址被别人知道了,会不会有危险?Is it dangerous if someone knows my wallet address?
仅知道地址不会导致被盗,地址本就是公开收款用的,别人顶多能看到你的链上资产和记录。真正危险的是助记词、私钥泄露,或你被诱导签了授权与签名。Just knowing your address won't cause theft — an address is public and meant for receiving funds; at most others can see your on-chain assets and history. The real danger is a leaked seed phrase or private key, or being tricked into signing an approval or signature.
定期做钱包体检有什么用?What's the point of doing regular wallet checkups?
体检工具能列出你的资产和所有已给出的授权额度,帮你发现陌生的、过大的或早已用不到的授权,及时撤销,等于定期清理钱包里那些还没上锁的后门。A checkup tool lists your assets and all the approval allowances you've granted, helping you spot unfamiliar, oversized, or long-unused approvals and revoke them in time — like periodically closing the unlocked back doors in your wallet.