Questions tagged [key-aggregation]

3 questions
8
votes
1 answer

Possible number of signers with MuSig

With multisig, up to 20 signatures may be used in a threshold signature scheme (What are the limits of m and n in m-of-n multisig addresses?). As far as I understand, there should be no hard-coded limit with MuSig, as to the blockchain every scheme…
2
votes
1 answer

Using key aggregation (multsig) in P2TR script path spends

I know that it is possible to create a 2-2 multsig using Taproot by combining both private keys into one public key and defining that as the key path spend. I also know that it is possible to use Tapscript to do the same thing with a script path…
Hellwerker
  • 137
  • 6
1
vote
1 answer

Is it possible to run a Lightning Network node with multiple entities holding parts of the private key?

What's the technical limitation stopping multiple entities from collectively managing an LN node? I understand all parties (entities that share the Node private key) need to be online to sign routing/sending/creating invoices. If we assume this is…