ホーム
» 知識
»
How to Secure Your Seed Phrase: Practical Best Practices to Prevent Loss or Theft
How to Secure Your Seed Phrase: Practical Best Practices to Prevent Loss or Theft
A seed phrase is not merely a password. For many self-custody wallets, it is the backup from which wallet keys can be recovered. Anyone who obtains it may be able to recreate the wallet elsewhere, while an owner who loses every usable backup can lose the ability to recover funds after a device failure. That makes seed-phrase security a two-sided problem: you must prevent theft without creating a setup so fragile that one fire, flood, move, or forgotten hiding place causes permanent loss.
The practical rule is simple: keep the seed phrase offline, keep it private, protect it from physical damage, and maintain only the amount of redundancy you can secure responsibly. The BIP39 specification describes mnemonic phrases as a human-readable way to represent wallet seed material, while wallet manufacturers such as Trezor explicitly advise users to keep wallet backups offline and never make digital copies. See the BIP39 specification and Trezor's wallet-backup guidance.
Quick-reference checklist
Goal
Recommended practice
Avoid
Prevent remote theft
Write the phrase down offline and keep it off internet-connected devices
Use durable storage in a secure location; consider a second protected backup
One loose sheet in an obvious drawer
Prevent environmental damage
Use a fire/water-resistant safe or a durable metal backup where appropriate
Assuming ordinary paper will survive every disaster
Prevent phishing
Enter the phrase only in a legitimate wallet recovery flow you intentionally started
Typing it into websites, forms, support chats, or links sent by strangers
Improve recovery confidence
Verify the backup using the wallet maker's supported backup-check procedure
Waiting until an emergency to discover a transcription error
1. Write the seed phrase down offline
When a wallet presents a recovery phrase, copy the words carefully and in the exact order shown. BIP39 phrases encode both entropy and a checksum, so word order matters. Do not invent your own phrase, rearrange words, or “improve” the wording. The standard was designed to convert computer-generated randomness into a human-readable mnemonic, not to turn a memorable sentence into secure wallet entropy.
Record the wallet backup by hand and preserve the exact word order. The phrase itself should never be photographed or copied into a connected device.