{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Target Wallets
Add Target
Delete all Targets
Save Targets
{{SITE_TITLE}} SplitPayments extension

Add some targets to the list of "Target Wallets", each with an associated percentage. After saving, every time any payment arrives at the "Source Wallet" that payment will be split with the target wallets according to their percentage.

This is valid for every payment, doesn't matter how it was created.

Targets can be LNBits wallets from this LNBits instance or any valid LNURL or LN Address.

LNURLp and LN Addresses must allow comments > 100 chars and also have a flexible amount.

To remove a wallet from the targets list just press the X and save. To remove all, click "Delete all Targets".

For each split via LNURLp or Lightning addresses a fee_reserve is substracted, because of potential routing fees.

{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}