{% extends "public.html" %} {% block toolbar_title %} {% raw %} Cashu wallet {% endraw %} {% endblock %} {% block footer %}{% endblock %} {% block page_container %}

{% raw %} {{ getBalance() }} {{tickerShort}} {% endraw %}

Receive Ecash
Send Ecash
Cashu mints You can use use multiple Cashu mints in this wallet. Add the mint URL and select the mint you want to use.
{% raw %} {{mint.url}} {% endraw %}
{% raw %} {% endraw %} {% raw %} {% endraw %} {% raw %} {% endraw %}
Create invoice
Download wallet backup
Pay invoice
{% raw %} {{ parseFloat(String(payInvoiceData.invoice.fsat).replaceAll(",", "")) / 100 }} {% endraw %} {{LNBITS_DENOMINATION}} {% raw %}
{{ payInvoiceData.invoice.fsat }}{% endraw %} {{LNBITS_DENOMINATION}} {% raw %}

Description: {{ payInvoiceData.invoice.description }}
Expire date: {{ payInvoiceData.invoice.expireDate }}
Hash: {{ payInvoiceData.invoice.hash }}

{% endraw %}
Pay Cancel
Not enough funds! Cancel
{% raw %}

Authenticate with {{ payInvoiceData.lnurlauth.domain }}?

For every website and for every LNbits wallet, a new keypair will be deterministically generated so your identity can't be tied to your LNbits wallet or linked across websites. No other data will be shared with {{ payInvoiceData.lnurlauth.domain }}.

Your public key for {{ payInvoiceData.lnurlauth.domain }} is:

{{ payInvoiceData.lnurlauth.pubkey }}

Login Cancel
{% endraw %}
{% raw %}

{{ payInvoiceData.lnurlpay.domain }} is requesting {{ payInvoiceData.lnurlpay.maxSendable | msatoshiFormat }} {{LNBITS_DENOMINATION}}
and a {{payInvoiceData.lnurlpay.commentAllowed}}-char comment

{{ payInvoiceData.lnurlpay.targetUser || payInvoiceData.lnurlpay.domain }} is requesting
between {{ payInvoiceData.lnurlpay.minSendable | msatoshiFormat }} and {{ payInvoiceData.lnurlpay.maxSendable | msatoshiFormat }} {% endraw %} {{LNBITS_DENOMINATION}} {% raw %}
and a {{payInvoiceData.lnurlpay.commentAllowed}}-char comment

{{ payInvoiceData.lnurlpay.description }}

{% endraw %} {% raw %}
Send {{LNBITS_DENOMINATION}} Cancel
{% endraw %}
Enter Close
Cancel
Cancel
Warning

Bookmark this page and backup your tokens! Ecash is a bearer asset, meaning losing access to this wallet will mean you will lose the funds. This wallet stores ecash tokens in its database. If you lose the link or delete your your data without backing up, you will lose your tokens. Press the Backup button to download a copy of your tokens.

Add to home screen. You can add Cashu to your home screen as a progressive web app (PWA). On Android Chrome, click the hamburger menu at the upper right. On iOS Safari, click the share button. Now press the Add to Home screen button.

This service is in BETA! We hold no responsibility for people losing access to funds. Use at your own risk!

Copy wallet URL I understand
Create a Lightning invoice
Copy invoice Create Invoice Close
How much would you like to send?
Send Tokens
Copy token Copy link
Close
Receive Cashu tokens
Receive Close
Do you trust this mint?

A Cashu mint does not know about your financial activity but it controls your funds. Make sure that you trust the operator of this mint.

Add mint Cancel
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}