What "secure" actually means for a wallet
Software wallet security has a small number of factual primitives. Marketing language ("bank-grade security," "military-grade encryption," "the safest wallet") is meaningless because every wallet claims it. What matters is which primitives the wallet implements and how.
Conflux Wallet's security primitives:
- Self-custody. The wallet has no server that holds your private keys. Keys are stored encrypted on your device only.
- Open-source. Source code is published. Anyone can verify what the wallet does.
- Standard cryptography. BIP-44 hierarchical deterministic key derivation, the same standard Bitcoin and Ethereum wallets use.
- Hardware-wallet support. Pair Ledger or Trezor; keys live on the hardware device, never on your computer.
- Local password encryption. Your seed phrase is encrypted at rest using your password. Decrypted only when you actively use the wallet.
- No telemetry of sensitive data. The wallet doesn't transmit your seed phrase, private keys, or transaction signatures to any server.
