Newbie now learning about seed phrase generation.
I'm familiar with BIP 39 and its use in generating 12 and 24-word seed phrases. I'm also familiar with Shamir's Secret Sharing algorithm, which at least one company (Trezor) has implemented using a 20-work seed phrase based on SLIP 39. I'm not clear, however, on the relationship between BIP 39 and SLIP 39.
What I think I understand, however, is the following:
1. BIP 39 is still the official bitcoin standard.
2. BIP 39 is implemented across many hardware wallets. If you lose a hardware wallet manufactured by company A, you can buy a new hardware wallet from company B and rebuild your bitcoin keys from your 24-seed phrase.
3. SLIP 39, at present, is a company-specific (Trezor) standard.
4. If you lose your Trezor hardware wallet, you will have to buy a new Trezor hardware wallet to rebuild your bitcoin keys from your 20-work seed phrase.
Does this sound right?