Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Bitcoin faces a big test as its 37% recovery clashes with bear resistance

2026-05-14

Tether unveils developer grant program to fund on-device AI and open-source payment tools

2026-05-14

Why this could be bullish

2026-05-14
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    Tether unveils developer grant program to fund on-device AI and open-source payment tools

    2026-05-14

    Google BigQuery adds support for ZeroG On-Chain data analytics

    2026-05-14

    Ondo brings tokenized US equities to Hyperliquid’s HyperEVM

    2026-05-13

    Ronin moves from independent sidechain to Ethereum layer 2

    2026-05-13

    Chainlink adds 10 new integrations, including Bermuda’s Central Bank and State Street

    2026-05-13
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    CLARITY Act faces more than 100 changes as bankers send 8,000 demand letters against stablecoin rewards

    2026-05-13

    Bank lobbyists battle Clarity Act, saying bill would risk ‘flight from bank deposits’ to payment stability

    2026-05-12

    Het Witte Huis onthult dat Amerikaanse banken ‘weigerden’ bijeenkomsten bij te wonen om het probleem met stablecoin-beloningen in de CLARITY Act op te lossen

    2026-05-11

    Progress on the CLARITY Act markup now depends on these Democratic lawmakers

    2026-05-11

    Authorities abruptly shut down lender in Georgia after second bank failure of 2026

    2026-05-11
  • Analysis

    XRP price remains lower as buyers remain on the sidelines

    2026-05-14

    Dogecoin (DOGE) breaks away from the pack as momentum turns aggressive

    2026-05-14

    Bitcoin price falls further below $80,000 – bears tighten their grip on the market

    2026-05-13

    Trump’s CEO-Packed China Visit Could Decide Whether Bitcoin’s $80,000 Risk Rally Survives This Week

    2026-05-13

    Trump’s CEO-Packed China Visit Could Decide Whether Bitcoin’s $80,000 Risk Rally Survives This Week

    2026-05-13
  • Learn

    AI Agent by Changelly: automated crypto swaps and no-code API integration

    2026-05-13

    Parabolic SAR Crypto Guide: Signals, Settings, and Risks

    2026-05-13

    What Is the Average Directional Index (ADX) in Crypto?

    2026-05-12

    Mean Reversion Trading in Crypto: Strategies, Signals, and Risks

    2026-05-12

    Moving Averages in Crypto Explained: SMA, EMA & Crossovers

    2026-05-12
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»At the same time improve privacy and payment success
Blockchain

At the same time improve privacy and payment success

2023-10-27No Comments6 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

One of the fundamental limitations of the Lightning protocol is the way payment routing is handled and performed. It is completely source-driven, meaning that the sender of a payment is the one who constructs the entire path from themselves to the recipient to facilitate the payment. This poses a problem when it comes to channels’ changing balances over time, as they route payments between numerous different users across the network. Once a sender “locks” and chooses a specific route, that route cannot be changed until an outage occurs. The message returns to the sender, allowing them to construct a completely new route around the point where the first attempt failed.

This requires either dealing with a cumbersome and annoying UX, or using payment research, where you deliberately make payments that you will fail on purpose, just to see if the route you want to use will work before trying again with the actual payment. The former is just a bad user experience and not what you want if you’re trying to make something that’s a viable payment solution for people at scale, and the latter puts an unnecessary burden on the network as a whole as routing nodes have to interact with the network. traffic and liquidity complications of constant payments made with no intention of completing them just to test the viability of a route.

The ultimate cause of these problems is a route’s inability to change its interim payment without sender intervention. Because the entire payment process is onion encrypted, this is not really possible. Each hop is only aware of the hop before it and the hop after it. They have no knowledge of the final destination allowing them to construct an alternate route from them to the recipient.

See also  AlphaOrBeta increases the prediction markets in the opBNB chain

While this is a huge barrier to switching from source-based routing, it doesn’t prevent it altogether. Although as an intermediate node you cannot completely reconstruct a new route from yourself to the destination, you can redirect payment from yourself to the next hop defined in the path chosen by the sender. So if Bob receives a payment that he needs to route to Carol, and the channel he needs to route it through doesn’t have the capacity needed to route it, he can send what he can through that channel and the rest of the route payment. he can find the payment amount via other routes from himself to Carol.

Last month, Gijs van Dam wrote a proof of concept plugin for CLN (available here) that does just that, building on multi-path payments that allow a payment to be split and follow multiple routes to the recipient. If Bob and Carol are both using the plugin, they can, in the right situations, communicate to each other that a payment being routed through one channel is actually being partially redirected, so that Carol doesn’t immediately drop it when she sees what she’s doing . sent is less than what it is supposed to transmit. This way, if alternative routes are available between Bob and Carol when the route determined by the sender is not feasible, they can simply reroute the necessary amount and the payment can succeed without having to fail completely, sending it back to the sender and be redirected by them.

If widely adopted as a standardized behavior across the network, it could have a huge positive impact on payment success rates, dramatically improving the UX of Lightning users looking for a simple payment mechanism that just works. It’s an incredibly simple and logical behavior that could significantly improve a known flaw. However, that’s not all it can do.

See also  Ozean integrates Tiamonds to improve RWA Diamond Trading

One of the main reasons Gijs van Dam became interested in tackling this problem actually has nothing to do with simply improving payment success and UX for users, it was actually because of a privacy shortcoming. One of the known privacy issues that Lightning is vulnerable to is channel probing, this is the issue that Gijs was concerned about.

As I mentioned above, it is used by some wallets to ensure that a payment is successful before the actual payment is actually attempted, but this technique can also be used to determine the distribution of funds between both sides of a channel. If this is done repeatedly and in carefully chosen amounts, the success and failure of each research effort can reveal how the money is distributed on both sides of the channel. Taken even further and executed systematically and on a regular basis across numerous channels, this technique can even deanonymize payments by effectively watching in real time how balances change between channels.

Lightning is constantly portrayed as a privacy tool for transactional use, but reality shows that techniques such as channel privacy probing can be weak at best in many cases without a user being sophisticated in how they interact with the network. One of the interesting side effects of payment splitting and switching is that it undermines intrusive attacks. The reason a probing attack works is because you can keep probing different amounts until a payment fails. If done correctly, this will give you a very small range between the last successful payment attempt and the failed one, namely the channel balance distribution.

See also  Cardano's Battle Against the Bears: Can Buyers Make a Comeback in Time?

In a world where Lightning nodes can redirect payments from components that would otherwise fail so that they succeed, the inherent assumption that examining channel balance relies on is completely broken. That your payment attempt will fail when the specific channel you want to go through does not have the liquidity to forward it. With payment splitting and switching, this assumption is no longer true, and the more nodes on the network support switching, the more error-prone this assumption becomes (up to 62% according to a simulation using real-world Lightning network data from Gijs).

So not only is this proposal relatively simple, it not only provides a way to improve the success rate of payment attempts, it also helps address one of the Lightning Network’s biggest privacy shortcomings. I think this proposal, especially in the wake of the recent Lightning vulnerability, shows that while Lightning is not without its problems, they are not impossible to fix or mitigate. In fact, it will be very common for solutions to one problem to help with another problem.

Rome wasn’t built in a day, and solutions that actually preserve Bitcoin’s core properties in a scalable and sustainable way won’t be either.

Source link

improve Payment privacy success Time
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Tether unveils developer grant program to fund on-device AI and open-source payment tools

2026-05-14

Google BigQuery adds support for ZeroG On-Chain data analytics

2026-05-14

Ondo brings tokenized US equities to Hyperliquid’s HyperEVM

2026-05-13

Ronin moves from independent sidechain to Ethereum layer 2

2026-05-13
Add A Comment

Comments are closed.

Top Posts

Why Strategy CEO Sees ‘Monstrous’ Demand for Morgan Stanley’s Bitcoin ETF

2026-03-21

More than 9,000 Bitcoin seized in connection with Silk Road en route

2023-07-12

Integrate bless and monad (L1 blockchain) to deliver driven calculation by the community

2025-07-31
Editors Picks

BNB Chain RWA market cap reaches record $16.6 billion

2026-04-10

Here are the 15 Altcoins with the highest number of weekly active users

2025-10-29

MetaBirkins NFT creator banned from museum display after lawsuit against Hermès

2024-03-21

Tyler Hobbs and Community celebrate QQL’s 1 year anniversary

2023-08-30

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Bitcoin faces a big test as its 37% recovery clashes with bear resistance

Tether unveils developer grant program to fund on-device AI and open-source payment tools

Why this could be bullish

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.