Cointegrity

Derivation Path

Web3 / wallets security

A derivation path is a standardized notation defined in BIP 32 that specifies how a hierarchical deterministic (HD) wallet generates a tree of cryptographic keys from a single master seed. The path uses a format like "m/44'/0'/0'/0/0" where each segment represents a level of the hierarchy and apostrophes indicate hardened derivation, which provides additional security by preventing key compromise at intermediate levels. This system allows a single seed phrase to generate billions of unique addresses across different blockchains and purposes while maintaining the ability to recover all keys from the original seed. Derivation paths follow standards like BIP 44, which organize keys by coin type, account, change type, and address index for better organization and recovery across different wallets. Example: MetaMask uses the derivation path "m/44'/60'/0'/0" for Ethereum accounts, which allows users to import their seed phrase into any compatible wallet and automatically regenerate their Ethereum addresses in the correct sequence. Why it matters for crypto security: Derivation paths enable secure, hierarchical key management that balances convenience with protection. They allow users to maintain a single recovery phrase while generating unlimited addresses, and support advanced security practices like separating change and receiving addresses.

Category: wallets security

Explore the full Web3 Glossary — 2,062+ expert-curated definitions. Need guidance? Talk to our consultants.