{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Deezy

Due to regulatory reasons you need to get a access token from deezy. Contact - support@deezy.io or @dannydeezy on telegram

Deezy token Add or Update token

Send lightning btc and receive on-chain btc Send on-chain btc and receive via lightning
LIGHTNING BTC -> BTC
Cancel
Pay invoice to complete swap
BTC -> LIGHTNING BTC
Cancel
Response - Important
{% raw %} Address - {{ swapBtcToLn.response.address }} Commitment - {{ swapBtcToLn.response.commitment }} Secret Access Key - {{ swapBtcToLn.response.secret_access_key }} Signature - {{ swapBtcToLn.response.signature }} {% endraw %}
{% raw %}
Success Bitcoin is on its way
Onchain tx id {{ swapLnToBtc.onchainTxId }}
{% endraw %}
{{SITE_TITLE}} Boltz extension
{% include "deezy/_api_docs.html" %}
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}