There are some multi signature wallet which are providing up to 15-of-15 authorizers to sign a Bitcoin transaction.
Multisig can be up to 15-of-15
Also Electrum support multisig, this guide is helpful:
https://electrum.readthedocs.io/en/latest/multisig.htmlNo I am not planning on implementing a 1 of 2, as I don't think it will be more different from a single signature wallet, but if you don't mind how exactly does it add more vulnerability if implemented?
Because if an hacker got access to a single seed phrase or master private key out of the two, it can be used to spend the coins.
Are you saying that if I lose a master key in a 2 of 2 multi signature wallet, I'll lose my funds, but if I do in a 2 of 3 multi signature wallet I won't, what if I lose 2 keys in a 2 of 3 multi signature wallet?
Take it as M-of-N
The M represents the keys required for signing while making transaction
The N represents the number of keys involved to setup the wallet
If the M keys are lost, the funds are lost.
So in 2-of-3 multisig, if 2 keys are lost, you will lose the coin, 2 keys will be required for signing (making) transactions.