Wouldn't it be perfect if LND had threshold fee settings for channels?
For example:
When the liquidity is between 100 - 50% on my side set fees to 0 ppm
When liquidity is below 50% set fees to 500 ppm
Wouldn't it be perfect if LND had threshold fee settings for channels?
For example:
When the liquidity is between 100 - 50% on my side set fees to 0 ppm
When liquidity is below 50% set fees to 500 ppm
You can set rules like this (or even more complex rulesets) using charge-LND
Thanks! I guess I need to install charge-LND right on top?
Yes it’s fairly simple to install. Just a basic script that connect to LND via macaroon.
Take a look at the GitHub, they give lots of examples of various rules and strategies.
I run mine using crontab to update fees and max HTLC values every 12 hours.