what if a multi sig wallet is there and that required 3 person's to sign, and suddenly on person of them die or anything unusual happen, then how can we access the wallet and move funds?
Since it's "
3-of-N MultiSig", without the 3rd person's private key, the funds will be locked.
There's no workaround in MultiSig to spend the funds without satisfying the set condition of 3 signatures of 'N' number of cosigners.
and multi sig also require one seed phrase to import wallet? and how to make another wallet from multi sig to 2 person sig?
AFAIK, there's no single wallet software that does that.
It's unsafe to use a single seed phrase to derive the three keys since it'll defeat the purpose of the setup.
Each cosigners have to create their own cosigner wallets, they just have to get the other two's master public keys.
There's a workaround to that though: The Cosigners can set their own unique strong "
BIP39 Passphrase" of a single seed phrase to make their cosigner wallets.
The steps to setup the wallets differs per wallet software, so what software is it?