Advanced and automated fee settings
$ bos fees --help
Set channel fees based on policy. This script matches your open channels against a number of customizable criteria and applies a channel policy based on the matching section.
lndfeesmanager is a simple software that aims to balance LN channels using a dynamic fees. When a channel is unbalanced it will update the fees.
If the balance is mostly local, fees will be decreased to incentivise routing. If the balance is mostly remote, fees will be increased to disincentivise routing. If the channel is balanced, a medium fee will be set.
More reading
An article with useful formulas: http://satbase.org/routing-fees/
Last updated