Skip to content

Commit e7637ba

Browse files
authored
Merge pull request bitcoin#545 from bitcoincoretech/ch_03
Chapter: 03_how_ln_works
2 parents 4e7ca68 + 8437018 commit e7637ba

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

03_how_ln_works.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ Beyond all the technical primitives, the Lightning Network protocol is a creativ
7777
As we saw in the previous chapter, Alice used her wallet software to create a payment channel between her and another Lightning Network participant.
7878

7979
A channel is only limited by three things:
80-
First, the time it takes for the internet to transfer the few hundred bytes of data that the protocol requires to move funds from one end of the channel to the other.
81-
Second, the capacity of the channel, meaning the amount of bitcoin that is committed to the channel when it is opened.
82-
Third, the maximum size limit of a Bitcoin transaction also limits the number of incomplete (in progress) routed payments that can be carried simultaneously over a channel.
80+
81+
* First, the time it takes for the internet to transfer the few hundred bytes of data that the protocol requires to move funds from one end of the channel to the other.
82+
83+
* Second, the capacity of the channel, meaning the amount of bitcoin that is committed to the channel when it is opened.
84+
85+
* Third, the maximum size limit of a Bitcoin transaction also limits the number of incomplete (in progress) routed payments that can be carried simultaneously over a channel.
8386

8487
Payment channels have a few very interesting and useful properties:
8588

@@ -214,7 +217,7 @@ The way the penalty works is by giving the cheated party an opportunity to claim
214217

215218
[TIP]
216219
====
217-
You might notice that if Alice drains her channel balance almost completely, she could then risk cheating with little risk. Bob's penalty wouldn't be so painful if her channel balance is low. To prevent this, the Lightning protocol requires each channel partner to keep a minimum balance in the channel (called the "reserve") so the always have "skin in the game".
220+
You might notice that if Alice drains her channel balance almost completely, she could then risk cheating with little risk. Bob's penalty wouldn't be so painful if her channel balance is low. To prevent this, the Lightning protocol requires each channel partner to keep a minimum balance in the channel (called the "reserve") so they always have "skin in the game".
218221
====
219222

220223
Let us go through the channel construction scenario again, adding a penalty mechanism to protect against cheating:

0 commit comments

Comments
 (0)