Core security principles
Focus: seed phrases, private keys, and derived accounts
Seed phrases and private keys can recover or control wallet accounts, so they are not ordinary login credentials. Offline backup aims to reduce network exposure and accidental loss while avoiding screenshots, cloud synchronization, and sharing recovery material with anyone.
Start by separating secret material from public, verifiable information. Seed phrases, private keys, and verification codes should not be sent to other people; addresses, networks, transaction hashes, and public contract details can be used for self-service verification.
When permissions may change, place seed phrases, private keys, and derived accounts in one risk model: decide whether the information should appear at all, whether the source is trustworthy, and whether the action can change assets or permissions.
