Skip to content

Transaction fees for operators #455

@kiwiidb

Description

@kiwiidb
  • A simple per-tx-fee would be adding an extra transaction fee entry in HandleSuccesfulpayment. It is however possible that such a payment might fail because it would put the account below 0. It would be possible to also take the extra fee into account when calculating the fee reserve. However this would further complicate things and it would also mean that users would be unable to send a Lightning payment even though they could pay for the Lightning transaction fee (if they could not pay the max LN fee + internal fee).
  • An alternative would be to charge fees for incoming payments, which has the benefit that it would never take the account below 0.
  • Another alternative would be automated payouts daily, weekly or monthly based on a users' volume or other factors. Like subscription payments, paid automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions