{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
New scrub link
Scrub links
{% raw %} {% endraw %}
{{SITE_TITLE}} Scrub extension

Automatically forward funds (Scrub) that get paid to the LNbits wallet, to an LNURLpay or Lightning Address.
More info in Scrub's readme.

Important: wallet will need a float to account for any fees, before being able to push a payment

{% include "scrub/_api_docs.html" %} {% include "scrub/_lnurl.html" %}
Update pay link Create pay link Cancel
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}