3
I'm trying to better understand the Lightning Network. I was reading this article -- https://medium.com/coinmonks/lightning-network-how-does-it-work-ceeeda8ad21e . My question is, when two parties create a channel and one or both commit funds to that channel, is the committing of those funds an actual transaction on the Bitcoin network? That is, can the two parties involved only start using the channel when that transaction has been settled on the Bitcoin network?
Thanks for this clarification. So this might be really obvious, but in as far as the broadcasted transaction funds the channel and Bitcoin transactions usually take an hour to be confirmed, I assume that means folks can't start using the channel until that confirmation occurs an hour later? – Dave – 2018-12-14T19:42:12.213
Pretty much yeah, 6 confirmations or so ... – James C. – 2018-12-14T19:45:16.000
Here’s a link to a question has a lot of related info about pending channels, the number of confirmations required before using the channel is a configurable option: https://bitcoin.stackexchange.com/q/79580/63872
– chytrik – 2018-12-14T20:43:55.580