event icon indicating copy to clipboard operation
event copied to clipboard

Inbound routing fees

Open kaloudis opened this issue 9 months ago • 4 comments

As of LND v0.18, you have the ability to set inbound fees on your channels. Let's ensure we cover this in our UI for all LND interfaces.

kaloudis avatar May 10 '24 21:05 kaloudis

Tricky because they're actually negative inbound fees (discounts). The discussion could also already consider what the UI might look like with positive inbound fees, and negative outbound fees!

Liongrass avatar May 10 '24 21:05 Liongrass

https://github.com/lightningnetwork/lnd/releases/tag/v0.18.0-beta

twofaktor avatar May 30 '24 19:05 twofaktor

UpdateChannelPolicy has a dedicated parameter for inbound_fee

https://lightning.engineering/api-docs/api/lnd/lightning/update-channel-policy

kaloudis avatar Jun 10 '24 19:06 kaloudis

https://docs.lightning.engineering/lightning-network-tools/lnd/inbound-channel-fees

twofaktor avatar Jun 12 '24 09:06 twofaktor