Difference between revisions of "Channel policy"

From lightningwiki.net
Jump to navigation Jump to search
(Created page with "{{Stub}} Write about: "base_fee_msat": "0", "fee_per_mil": "1", "fee_rate": 0.000001")
 
Line 1: Line 1:
{{Stub}}
A channel policy are the rules for the channel, for example the [[Fees|cost (fees)]] of using this channel.


Write about:
= Base fee =
{{TODO|explain what base_fee means}}
<pre> "base_fee_msat": "0",</pre>


            "base_fee_msat": "0",
= Fee per mil =
             "fee_per_mil": "1",
{{TODO|explain what fee_per_mil means}}
            "fee_rate": 0.000001
<pre>             "fee_per_mil": "1",</pre>
 
= Fee per mil =
{{TODO|explain what fee_rate means}}
<pre> "fee_rate": 0.000001</pre>

Revision as of 09:58, 17 January 2019

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

Base fee

Template:TODO

 "base_fee_msat": "0",

Fee per mil

Template:TODO

             "fee_per_mil": "1",

Fee per mil

Template:TODO

 "fee_rate": 0.000001