{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block scripts %} {{ window_vars(user, wallet) }} {% endblock %} {% block page %}

{% raw %}{{ formattedBalance }}{% endraw %} sat

Send
Receive
Transactions
Export to CSV Show chart
{% raw %} {% endraw %}
Renew keys
LNbits wallet
Wallet name: {{ wallet.name }}
Wallet ID: {{ wallet.id }}
Admin key: {{ wallet.adminkey }}
Invoice/read key: {{ wallet.inkey }}
{% include "core/_api_docs.html" %}

This whole wallet will be deleted, the funds will be UNRECOVERABLE.

Delete wallet
Create invoice Cancel
Copy invoice Close
Read invoice Cancel
Cancel
{% raw %}
{{ send.invoice.fsat }} sat

Memo: {{ send.invoice.description }}
Expire date: {{ send.invoice.expireDate }}
Hash: {{ send.invoice.hash }}

{% endraw %}
Send satoshis Cancel
Not enough funds! Cancel
{% if service_fee > 0 %}
Warning

Login functionality to be released in v0.2, for now, make sure you bookmark this page for future access to your wallet!

This service is in BETA, and we hold no responsibility for people losing access to funds. To encourage you to run your own LNbits installation, any balance on {% raw %}{{ disclaimerDialog.location.host }}{% endraw %} will incur a charge of {{ service_fee }}% service fee per week.

Copy wallet URL I understand
{% endif %} {% endblock %}