You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One characteristic of bidirectional upfront payments as described above is that
334
+
the `hold_fees` are time-independent. If an htlc doesn't resolve within the
335
+
`grace_period`, the receiver of the htlc will be forced to pay the full hold
336
+
fee. The hold fee should cover the expenses for locking up an htlc for the
337
+
maximum duration (could be 2000 blocks), so this can be a significant penalty.
338
+
Applications such as atomic onchain/offchain swaps (Lightning Loop and others)
339
+
rely on locking funds for some time and could get expensive with a fixed hold
340
+
fee.
341
+
342
+
A different variant of bidirectional upfront payments uses a time-proportional hold
343
+
fee rate to address the limitation above. It aims to relate the fees paid more
344
+
directly to the actual costs incurred and thereby reduce the number of
345
+
parameters.
346
+
347
+
The complete proposal can be found [here](https://lists.linuxfoundation.org/pipermail/lightning-dev/2021-February/002958.html).
348
+
330
349
### Web of trust HTLC hold fees
331
350
332
351
This [proposal](https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-October/002826.html) introduces fees depending on the amount of time HTLCs are kept pending.
0 commit comments