Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blip-0036: on-the-fly channel funding #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 2, 2024

  1. blip-0036: on-the-fly channel funding

    Payments sent to mobile wallets often fail because the recipient doesn't
    have enough inbound liquidity to receive it. we add a mechanism to
    create an on-chain transaction on-the-fly before relaying such payments,
    which allow them to be relayed once the on-chain transaction is accepted
    by both peers.
    
    This protocol uses dual-funding, splicing and liquidity ads, leveraging
    liquidity ads' extensions for paying funding fees.
    
    It is recommended to use 0-conf, to avoid keeping upstream HTLCs held
    for a long time and locking up liquidity in the network.
    t-bast committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9dd08ea View commit details
    Browse the repository at this point in the history