What is Operational Security (OpSec)?
Operational security (OpSec) in crypto encompasses the practices and procedures that protect private keys, accounts, and systems from compromise — extending beyond code security to include human and procedural safeguards.
WHY IT MATTERS
Code can be perfect and still lose funds if operational security fails. OpSec covers: key management procedures, access control policies, deployment practices, monitoring and alerting, and incident response plans.
Common OpSec failures: storing keys in environment variables that get committed to git, using SMS 2FA, sharing keys through insecure channels, and single-point-of-failure admin access.
Good OpSec is layered: hardware wallets for key storage, multisig for access control, timelocks for changes, monitoring for anomaly detection, and incident response for when things go wrong.