Core security principles
Focus: seed phrases, private keys, and offline backups
Wallet security is not an a promise that all risk is eliminated switch. It is a set of repeatable checks: keep secret material offline, control the device environment, verify domains and requests, confirm addresses and networks before transfers, and periodically review approvals.
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 a third-party service is involved, place seed phrases, private keys, and offline backups 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.
