Add support for custom key derivation path and HD wallets
Jose Angel Acosta
A wonderful feature Long enjoyed by Bitcoiner ₿ are the hierarchical deterministic wallet, improves privacy and prevents wallet restore issues (when a wallet is created on a different key derivation path).
Besides The New 1Inch wallet I'm not aware any other crypto wallet offering hierarchical deterministic HD wallets.
Supporting hierarchical deterministic HD wallets even with custom paths also prevents crypto "lost" because comes from a seed which followed an non STD or not the same key derivation path.
See bip39 , bip32 and bip44 for full context