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

Advertise liquidity ads rates #1145

Closed
wants to merge 2 commits into from

Commits on Mar 5, 2024

  1. Advertise liquidity ads rates

    Add the ability to advertise rates at which nodes wish to sell their
    liquidity. Buyers can then connect to sellers and request liquidity,
    at one of the advertised rates.
    
    This can be used when creating a dual-funded channel, where both
    participants contribute to the funding transaction, and one of them
    is paid for (some of) their contribution. This can also be used to
    splice additional liquidity into existing channels, when splicing is
    supported.
    
    We don't add any constraints to the commitment transaction. The lease
    duration isn't protected by script opcodes, which means that the seller
    could immediately close the channel, or splice funds out. It is up to
    the buyer to then blacklist that seller.
    
    We can in the future modify the commitment transactions to restrict the
    seller: a dedicated feature bit will let us add this seamlessly if it is
    considered useful.
    t-bast committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    393a3ef View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Add amount range to lease_rate (#1)

    Add amount range to `lease_rate`.
    t-bast committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    07e511f View commit details
    Browse the repository at this point in the history