{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Send onchain funds offchain (BTC -> LN) Send offchain funds to onchain address (LN -> BTC) Check all pending swaps if they can be refunded.
Swaps (In)
Export to CSV
{% raw %} {% endraw %}
Reverse Swaps (Out)
Export to CSV
{% raw %} {% endraw %}
{{SITE_TITLE}} Boltz extension
{% include "boltz/_api_docs.html" %}
Cancel
Create Onchain TX when transaction is in mempool, but not confirmed yet.
Cancel
{% raw %} Bitcoin On-Chain TX
Expected amount (sats): {{ qrCodeDialog.data.expected_amount }}
Expected amount (btc): {{ qrCodeDialog.data.expected_amount_btc }}
Onchain Address: {{ qrCodeDialog.data.address }}
{% endraw %}
Copy On-Chain Address Close
{% raw %} Wallet: {{ statusDialog.data.wallet }}
Boltz Status: {{ statusDialog.data.boltz }}
Mempool Status: {{ statusDialog.data.mempool }}
Blockheight timeout: {{ statusDialog.data.timeout_block_height }}
{% endraw %}
Refund Download refundfile Close
pending swaps
{% raw %} {% endraw %}
pending reverse swaps
{% raw %} {% endraw %}
Close
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}