Derivation Path is just a fancy way of saying “this is the thing you use to get all your accounts from your mnemonic phrase"
This is what a derivation path looks like:
m/44'/0'/0'/0'/0m’ / purpose’ / coin_type’ / account’ / change / address_indexHere are some actual derivation paths used by wallets.
BIP 32: m/0'/0/0 (old)
BIP 44: m/44'/0'/0'/0/0 > Legacy
BIP 49: m/49'/0'/0'/0/0 > Segwit
BIP 84: m/84'/0'/0'/0/0 > native
BIP 86: m/86'/0'/0'/0/0 > Taproot
Coin_type 0 is Bitcoin
Coin_type 1 is testnet (all testnet coin)
Coin_type 2 is Litecoin, example > m/49'/2'/0'/0/0 > Litecoin segwit
Coin_type 3 is Dogecoin, example > m/44'/3'/0'/0/0
...
coin_type 60 is ethereum, example > BIP 44: m/44'/60'/0'/0/0
Coin_type 128 is Monero, example > m/44'/128'/0'/0/0
for more coin code type, find out >
https://github.com/satoshilabs/slips/blob/master/slip-0044.mdthis is for example index:
m/44/0/0/0/0: 1AZnveys2k5taGCCF743RtrWGwc58UMeq
m/44/0/0/0/1: 1AMYJTJyV4o1hwNACJtfdXBW6BiD1f5FXb
m/44/0/0/0/2: 1NPFFtSiFRatoeUf35rwYb8j8C1u7sVhGa
m/44/0/0/0/3: 1L44VTYEzWesp8cxnXcPGbUzuwTYoSW9at
m/44/0/0/0/4: 1FK85vpZavzZu6oBCvBcmD4FWXQT5fVYRu
m/44/0/0/0/5: 12QaHfWLtyuMwNXuap3FscMY434bw4TS6n
m/44/0/0/0/6: 1NeFG5BYAR9bnjAG72SDYKvNZBH4kPa8r1
This is derivation path on hardware wallet connecting
while connecting your wallet don't forget your address and derivation path, be sure doesn't make mistake purpose and coin type
https://medium.com/mycrypto/wtf-is-a-derivation-path-c3493ca2eb52https://medium.com/myetherwallet/hd-wallets-and-derivation-paths-explained-865a643c7bf2https://learnmeabitcoin.com/guide/derivation-pathshttps://blog.blocknative.com/blog/custom-derivation-paths