I am trying to understand Threshold concept in multi-sig scenario. here
And this is the example I am looking at.
You fully control an expense account, but you want your two coworkers Diyuan and Emil to be able to authorize transactions from this account. You add Diyuan and Emil’s signing keys to the expense account. If either Diyuan or Emil leave the company, you can remove their signing key, a high-threshold operation.
You fully control : You are the most powerful among all of them which means that Mw value should be greater than all of 2 - this could be either 2 or 3
two coworkers & able to authorize : Medium threshold operation - which means M will be 0
You add Diyuan and Emil’s signing keys : High threshold operation - which only You can do - which means Mw > 1 :- 2 or 3 and H should be either 2 or 3
you can remove their : same as above
My question is why can't the value of Masker key is 2 ? why it is 3?
can this be right solution?
Mw | L | M | H | Dw | Ew
--- | --- | --- | --- |--- |--- |
2 | 0 | 0 | 2 | 1 | 1