私钥和助记词是什么?What are private keys and seed phrases?
私钥(Private Key)是一串很长的密码,是动用你资产的唯一凭证。谁掌握私钥,谁就能转走对应地址里的一切,没有第二道验证,也没有找回按钮。A private key is a very long secret and the only credential for moving your assets. Whoever holds the private key can transfer away everything in the corresponding address — there's no second verification and no recovery button.
私钥又长又难记,于是有了助记词(Seed Phrase):通常是 12 或 24 个英文单词,按顺序排列,本质上就是私钥的另一种更好记、好抄写的形式。用助记词可以恢复出整个钱包。Private keys are long and hard to remember, so we have the seed phrase: usually 12 or 24 English words in a fixed order — essentially another form of the private key that's easier to remember and write down. With the seed phrase you can restore the entire wallet.
三者的关系可以这么理解:You can understand the relationship between the three like this:
- 助记词→ 能推导出 私钥 → 私钥能签署交易、控制 地址 里的资产;Seed phrase → derives the private key → the private key signs transactions and controls the assets in the address;
- 地址是公开的门牌号,可以给人;The address is a public house number that you can share;
- 私钥和助记词是命根子,绝不能外泄。The private key and seed phrase are your lifeline — never leak them.
请把这几条当成铁律:永远不要把助记词或私钥告诉任何人、任何网站、任何客服;不要截图、不要存网盘、不要发聊天工具。最好用纸抄下来离线保存。任何主动向你索要助记词的,都是诈骗,官方永远不会问你要。Treat these as iron rules: never tell your seed phrase or private key to anyone, any website, or any support agent; don't screenshot it, don't store it in cloud drives, don't send it over chat apps. It's best to write it on paper and keep it offline. Anyone who actively asks you for your seed phrase is running a scam — official teams will never ask you for it.
📝 本节测验📝 Quiz
1. 私钥的作用是什么?1. What does a private key do?
2. 助记词通常是几个单词?2. How many words is a seed phrase usually?
3. 私钥、助记词和地址的关系是?3. What is the relationship between private key, seed phrase, and address?
4. 下列哪种做法最安全?4. Which of the following is the safest practice?
5. 有人自称官方客服要你的助记词来解决问题,你该?5. Someone claiming to be official support asks for your seed phrase to "solve a problem". What should you do?
❓ 常见问题❓ FAQ
私钥和助记词到底有什么区别?What's the actual difference between a private key and a seed phrase?
本质是同一样东西的两种形式。私钥是一长串字符,机器友好但难记;助记词是把它转成 12 或 24 个单词,方便人抄写和备份。两者都能完全控制你的资产,都必须严格保密。They're essentially two forms of the same thing. The private key is a long string of characters — machine-friendly but hard to remember; the seed phrase converts it into 12 or 24 words that are easy for people to write down and back up. Both give full control of your assets and both must be kept strictly secret.
助记词忘了或丢了怎么办?What if I forget or lose my seed phrase?
如果彻底丢失且没有任何备份,通常意味着资产将永久无法访问,没有官方能帮你找回,这正是去中心化自己负责的体现。所以务必在创建钱包时就抄好、离线妥善保管好几份。If it's completely lost with no backup, it usually means the assets become permanently inaccessible — no official team can recover it for you, which is exactly what taking responsibility for yourself in a decentralized world means. So be sure to write it down when creating the wallet and keep several copies safely offline.
为什么骗子总盯着助记词?Why do scammers always target the seed phrase?
因为助记词等于资产的最高权限,拿到它就能直接转走所有币,且链上不可撤回、无法追回。所以任何以验证、同步、客服为名索要助记词的,都是诈骗,切记绝不透露。Because the seed phrase equals the highest authority over your assets — with it, someone can directly transfer away all your coins, and it can't be reversed or recovered on-chain. So anyone asking for your seed phrase in the name of verification, syncing, or support is running a scam — never reveal it.