Open fresheneesz opened 3 years ago
In the naive bayes sense it is multiplicative, but in the worst-case it's only additive. Let's assume there's an upstream vulnerability (software, hardware, protocol, etc), then the chance that multisig saves you is the odds that < m of your wallets are impacted.
Having different implementations can only add, but it's not guaranteed to be that powerful and I don't want to make outlandish claims. I'd be open to a reference of the multiplicative power of multisig in the advanced section if it can be worked in cleanly. Does that make sense?
Hmm, so you're saying a worst case scenario might be, for example, where two different hardware wallets use the same component that causes the same vulnerability in both. Then the security is simultaneously reduced in both, so the additive difficulty is only in the attacker obtaining some kind of access to both wallets? I would actually think that the worst case is actually non-additive. The worst case is where the same attack can compromise both hardware wallets. Eg if a mutual component with a vulnerability as described above manifests in a remote attack vulnerability, where a virus on a compromisd machine could extract the key from one, then the other as they're used to sign a transaction. This would actually mean the fact that multisig is used there would have no additional security, additive or multiplicative.
Do you have a case where the security is additive? I can't quite envision a case where it would be. It seems like its always either multiplicative or provides no improved security (in special cases with identical vulnerabilities) .
However the above is quite a rare circumstance. But I take your point that its not guaranteed to be multiplicatively effective. But I would say that in most circumstances where a vulnerability comes about, it is pretty darn likely to have a multiplicative security enhancement. I wonder if you agree with my line of thinking.
I just want to say that I agree with the concepts presented in the Why Multisig? page, however I think a better way to describe multisig is that its multiplicative. I'm gonna copy something I wrote elsewhere:
So that's what I mean by multiplicative. Just food for thought.