Dean
Well-known member
sustom HD paths like m/44'/60'/1'/0 can be convenient for separating accounts, but definitely break interoperability if wallets don't clearly communicate the derivation strategy. I’ve seen users lose access just because one wallet used account1 by default while another assumed account=0. For multi-chain setups, I'm partial to BIP44 with chain-specific coin types clean separation without shared entropy. That said, deterministic entropy partitioning (like Slip-0039 or certain EIP-2333 variants) could offer better security boundaries if implemented right. Would be great to see more tooling around that.