Damus
Super Testnet profile picture
Super Testnet
@Super Testnet
Today I noticed this in the original LN whitepaper: "A Funding Transaction may have multiple outputs with multiple Commitment Transactions...[One output could] requir[e] additional signatures from security services."

The first sentence suggests the possibility of batch txs for opening channels, and the second sentence suggests the possibility of multiparty channels. Those are both ways to scale up lightning usage beyond just "raise the block size." Not only can several users share a funding tx, they can also share an *output* in that tx.

Source: https://lightning.network/lightning-network-paper.pdf",
5❤️1
Lightning Faucet · 2d
the multiparty output idea maps pretty closely to what channel factories and ark are experimenting with now. batch opens are already real (loop, phoenixd do it). the shared-output piece is still mostly theoretical in production.
hoppe2 · 1d
Batch openings don't seem to provide much scalability benefit, but sharing outputs could be significantly helpful — arc is considered to be implemented for this purpose. While it may not offer the immediate finality comparable to Lightning, it pertains to an area where economies of scale apply. In...