1
Is it possible to define a multi signature address that allows spending only certain percentage to each signature?
For example, three different people with different public-private keys build an pay to script address with a script that allows spending only 34% of the total amount.
So instead of requiring multiple signatures to spend the amount, it define limits on each signature.
I think you could accomplish a similar result using a LN-style setup: create a multisig output and pass some partially-signed transactions around between the multisig participants, paying to with new outputs in the desired amounts. – chytrik – 2018-12-08T23:00:53.563