Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-fees enhancement: fee-rate pinning #666

Open
dekdynamics opened this issue Oct 24, 2023 · 1 comment
Open

Auto-fees enhancement: fee-rate pinning #666

dekdynamics opened this issue Oct 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dekdynamics
Copy link

Is your feature request related to a problem? Please describe.

Sometimes auto-fees can set oscillating fee rates on a channel. Say I have a channel that flows regularly at 2000 ppm. Auto-fees might raise the ppm to 2100, but the channel never flows at this rate. The next fee-rate adjustment moves the ppm to 1900, which flows well but leaves some fee earnings on the table. The next adjustment is to 2000 ppm which is the sweet spot. Finally, the channel is changed to 2100 again, and the forwards stop and the cycle repeats.

Describe the solution you'd like

It would be helpful to click a pin icon or something on a per-channel basis so that auto-fees stops running the adjustment algorithm on a channel. The fee-rate wont change until the pin is deselected.

Describe alternatives you've considered

To accomplish this goal, I wait until the channel is in the sweet spot and then disable auto-fees for that channel.

@dekdynamics dekdynamics added the enhancement New feature or request label Oct 24, 2023
@levmi
Copy link
Contributor

levmi commented Oct 25, 2023

Thanks for the feedback as always! Just want to make sure I understand, do you want there to be a difference between this pinning concept and just turning off Autofees? It seems like the outcome would be the same, but maybe it's a UX improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants