Difference between revisions of "Channel policy"

From lightningwiki.net
Jump to navigation Jump to search
Line 15: Line 15:
<pre> "fee_rate": 0.000001</pre>
<pre> "fee_rate": 0.000001</pre>


= Minimum channels =
= Time Lock delta =
See [[Delays]]
 
= Minimum channel size =
Set minchansize=XXXXX
Set minchansize=XXXXX



Revision as of 08:40, 6 March 2019

A channel policy are the rules for the channel, for example the cost (fees) of using this channel.

Changing fees: Changing fees

Base fee

Error creating thumbnail: File missing
Please help by adding more information. Suggestion:
explain what base_fee means
 "base_fee_msat": "0",

Fee per mil

Error creating thumbnail: File missing
Please help by adding more information. Suggestion:
explain what fee_per_mil means
             "fee_per_mil": "1",

Fee per mil

Error creating thumbnail: File missing
Please help by adding more information. Suggestion:
explain what fee_rate means
 "fee_rate": 0.000001

Time Lock delta

See Delays

Minimum channel size

Set minchansize=XXXXX

Maximum HTLC Size

Error creating thumbnail: File missing
Side note:
This is planned for lnd 6.0

Set the max HTLC size to help pathfinding on mobile. It helps if it is already known how big the max payment can be on a channel, makes pathfinding easier.