起源学习站链上学习学院 › Level 1 Web3 入门 › 私钥和助记词是什么?ORIGIN LearnOn-chain Academy › Level 1 Web3 Basics › What are private keys and seed phrases?
🌱 Level 1 · Web3 入门🌱 Level 1 · Web3 Basics

私钥和助记词是什么?What are private keys and seed phrases?

7 分钟7 min
学习目标:学完你能分清私钥、助记词和地址三者的关系,并牢记保护助记词的铁律。Learning goal: after this lesson you'll be able to tell apart the relationship between private key, seed phrase, and address, and remember the iron rules for protecting your seed phrase.
大白话In plain words私钥是开你资产保险箱的唯一钥匙,助记词是这把钥匙写成的一串好记的单词。谁拿到它们,谁就是你资产的主人,不需要密码、不需要验证。The private key is the only key to the safe holding your assets, and the seed phrase is that key written out as a string of easy-to-remember words. Whoever gets them becomes the owner of your assets — no password and no verification needed.

私钥(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:

请把这几条当成铁律:永远不要把助记词或私钥告诉任何人、任何网站、任何客服;不要截图、不要存网盘、不要发聊天工具。最好用纸抄下来离线保存。任何主动向你索要助记词的,都是诈骗,官方永远不会问你要。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.

案例Example常见骗局会做一个和官网长得一模一样的假网站,弹窗说你要「验证钱包」或「同步资产」,让你输入助记词。只要你填了,几秒钟内钱包就会被搬空,而且链上无法撤回。记住:真正的操作从不需要你把助记词交给网页。A common scam builds a fake site that looks exactly like the official one, pops up saying you need to "verify your wallet" or "sync your assets", and asks you to enter your seed phrase. The moment you do, the wallet is emptied within seconds — and it can't be reversed on-chain. Remember: legitimate operations never require you to hand your seed phrase to a web page.
配套工具(点开在主站打开):Related tools (open on the main site):
🛠 代币安全自查 ›🛠 Token Safety ›

📝 本节测验📝 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.

‹ 上一课‹ Previous钱包是什么?What is a wallet?