Close Menu
    Trending
    • Bitcoin Crash Unlike LUNA & FTX Collapses, Says Glassnode: Here’s Why
    • Tether Pays $300 Million To Settle $4.5B Celsius Claim
    • Critical Warning Concerning Shiba Inu (SHIB) Users: Details
    • The Executive’s 90-Day Plan to Build a Data-Driven Organization
    • Elon Musk Mentions Dogecoin Again — Will DOGE Rally?
    • New GOP Bill Wants to Solidify Trump’s Bitcoin-Friendly 401(k) Order
    • Price Drops and Derivatives Market Cools
    • How are Dogecoin (DOGE) and Ripple (XRP) holding their ground in a Bitcoin (BTC)-driven market? Toobit weighs in
    Simon Crypto
    • Home
    • Crypto Market Trends
    • Bitcoin News
    • Crypto Mining
    • Cryptocurrency
    • Blockchain
    • More
      • Altcoins
      • Ethereum
    Simon Crypto
    Home»Bitcoin News»The Lightning Network Is Like The Ship Of Theseus
    Bitcoin News

    The Lightning Network Is Like The Ship Of Theseus

    Team_SimonCryptoBy Team_SimonCryptoAugust 14, 2025No Comments10 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email


    What’s the Lightning Community? It’s typically spoken about in analogies, metaphors or direct explanations of function. 

    • “It’s the checking account, versus on-chain because the financial savings account.”
    • “It’s a sequence of tubes just like the web, with bitcoin flowing by way of them.”
    • “It’s a fast, instant-settlement layer of bitcoin.”

    What it truly is is a community of cost channels, the place individuals lock bitcoin right into a multisignature deal with, and replace the state of steadiness distributions off-chain. It’s how we’re going to scale Bitcoin — or not less than a part of how we’re going to scale Bitcoin. 

    Within the brief “Explainer” sequence on this magazine, I clarify the mechanics of how Lightning works: how the pre-signed transactions that make up a Lightning channel work, how funds are routed throughout the community, ways in which liquidity is managed, and so on. Learn these, and you need to have a strong understanding of the underlying mechanisms that make the Lightning Network work. 

    The issue is, in relation to asking what the Lightning Community is, all of these particular person items are modular and replaceable. What if we structured the pre-signed transactions otherwise? Or what if we used a unique mechanism to route funds throughout the community? What about completely rethinking the best way we even choose routes for funds within the first place? 

    What if we changed all of them over time, in order that not one of the particular person items of the protocol or community are the identical? Is that also the Lightning Community? Just like the Ship of Theseus, is the ship still Theseus’ ship after each plank and screw has been changed? 

    Is the Lightning Community nonetheless the Lightning Community if we modify how all the person items work? 

    Channel Designs

    Lightning channels are units of pre-signed transactions. The aim of those transactions is to decide to, and provides customers a mechanism to implement, a steadiness distribution of a shared UTXO that neither social gathering has unilateral management over. 

    These channels, or transactions, at the moment take the type of a Poon-Dryja channel. These transactions use the revocation key mechanism invented by Tadge Dryja within the original Lightning Network white paper. This can be a very particular transaction construction for a cost channel, however it’s on no account the one one. 

    Let’s take a look at an idea referred to as “timeout bushes” to have a look at one thing with minimal variations from the best way channels at the moment work. 

    A diagram of Timeout Trees.

    A timeout tree is without doubt one of the most simple attainable types of multiparty channels (a channel with greater than two members in it). A Lightning service provider (LSP) creates a tree of transactions branching out from a single on-chain UTXO, and ending alongside every department with a Lightning channel between the LSP and a few person. Every tree has an expiry time, after which the on-chain UTXO (or any of the middleman ones between it and the Lightning channels) may be spent unilaterally by the LSP. The concept is that customers can merely swap their funds from channels within the expiring tree to a brand new one earlier than that time, and let the LSP reclaim the liquidity it locked up with its customers after expiry. 

    This was proposed as a use case for CHECKTEMPLATEVERIFY (CTV), an opcode that stops a UTXO from being spent any approach apart from the transaction that matches a predefined hash; in precept, it could possibly be performed with out it utilizing pre-signed transactions with the trade-off of introducing extra coordination complexity and threat of failure to initialize a tree. 

    The Lightning channels would basically work simply the identical as Poon-Dryja channels, but additionally want to incorporate all the additional pre-signed transactions concerned in unfurling the tree, and topic to the expiry time of the tree as an entire. 

    Is that this Lightning? Or is that this one thing else? 

    What about LN-Symmetry? That may be a proposal utilizing CTV and CHECKSIGFROMSTACK (CSFS), an opcode that permits you to verify a signature towards arbitrary information in a transaction to utterly substitute the revocation key and revocation mechanism. 

    As a substitute of the revocation system, LN-Symmetry creates the idea of a floating signature or floating transaction. The LN-Symmetry script has two methods to spend it, both a CTV department locking the spend to the transaction representing the steadiness distribution for that channel state, or a CTV + CSFS department that lets any transaction matching a CTV template signed by a selected key set within the script spend it. This, together with using completely different timelock values, permits any dedication transaction to spend the output of any prior dedication transaction, i.e., to switch older states with more moderen ones. 

    Relatively than penalizing a celebration who used an outdated transaction, LN-Symmetry “corrects” the outdated transaction to distribute balances based mostly on the present state as a substitute. Is that this nonetheless Lightning? Or is that this too completely different? 

    Cost Forwarding Protocols

    Hash-time lock contracts (HTLCs) are used to route funds throughout the Lightning Community. Every HTLC both finalizes the cost transferring ahead with the revealing of a preimage to a hash, or permits it to be refunded backward if that preimage will not be revealed in time. That is the mechanism safely imposing that each hop of a cost both strikes ahead to the receiver, or backward to the sender (if it couldn’t be accomplished). 

    This isn’t the one option to accomplish that aim. 

    Level timelock contracts (PTLCs) are one other mechanism that could possibly be used instead of HTLCs. PTLCs make use of adapter signatures versus preimages and hashes to supply atomic ensures between all of the hops in a cost. Adapter signatures are cryptographic signatures which have had an information worth added to them — or faraway from them — with a view to render them invalid. The signature can now solely be made legitimate once more by including (or eradicating) the “adapter worth” that was used within the first place. 

    Funds alongside a route are signed with adapter signatures, with the recipient of the cost releasing the data wanted to render them legitimate once more. However this isn’t that radically completely different from an HTLC; it simply makes use of a unique mechanism for facilitation. 

    Let’s take a look at one thing wildly completely different: packetized funds. That is an outdated proposal to utterly get rid of HTLCs with a view to ahead funds. The concept is to interrupt up a single cost into quite a few funds of very small worth, say 100 satoshis, after which simply blindly ahead them to a peer with routing directions. 

    The recipient can inform the sender each time a “cost packet” arrives efficiently, and if one doesn’t arrive, the sender is aware of that one hop alongside the route will not be actually forwarding the cash. They will cease utilizing that route and check out one other one, solely dropping 100 satoshis within the course of. 

    Is that this nonetheless Lightning, or one thing utterly completely different? The channel transactions would work the identical approach and the routing protocol could be an identical, however is it nonetheless Lightning? 

    Routing Protocols

    What if we utterly substitute the routing protocol? Lightning at the moment makes use of the gossip protocol with a view to make sure that all Lightning nodes on the community have a comparatively good map of the completely different channels throughout the community, how a lot bitcoin is in them, and the charges they cost — all the data obligatory for every node to totally choose the routing path for its funds by itself. 

    Ant Routing is a proposal to get rid of all of that totally: to route funds throughout the community with none gossip protocol, with none map of the community, and with out the sender choosing the trail that their cost takes. 

    The design to perform that’s constructed round “pheromone trails” and “pheromone seeds,” particular messages which might be broadcast out throughout your entire community with a view to facilitate funds. Collectively, the sender and receiver generate a big random quantity, and create a partial hash of that (the pheromone seed). Each events then broadcast the seed to all of their rapid friends with a counter that will increase by +1 each time the seed is handed alongside. 

    Ultimately, one node within the community will obtain each seeds, and know that they’re the connecting level for a whole path between sender and receiver. At this level, that node will ship a response message again in each instructions, and when the sender and receiver each verify the response they will coordinate the cost. 

    Will probably be handed again alongside the path to the connection level, and from there to the receiver, all with out anybody alongside the trail, together with the sender and receiver, having to assemble the route themselves or having any thought what the whole route is. 

    Is that this nonetheless the Lightning Community? Or is that this too radically completely different? 

    What Is It?!

    The Lightning Community is a sequence of pre-signed transactions to implement a steadiness distribution between customers, plus the opposite mechanisms concerned in updating that distribution and synchronizing these updates between customers all throughout the community. 

    However doesn’t that additionally describe Ark? Or statechains? Sure. That’s my level. 

    The core thought of Lightning is simply updating agreements about tips on how to distribute funds off-chain, whereas making certain that the newest model of that settlement may be enforced on-chain if wanted, with out room for an concerned social gathering to “cheat the system” and implement a extra favorable previous settlement. 

    There are numerous alternative ways to attain that aim. The way in which used at the moment is solely the primary concrete approach that was specified. There are, and may be, extra and alternative ways to do this. Over time the strategies and instruments for conducting that aim will change. 

    Possibly some new approach will utterly out of date an older approach. Possibly some new approach works higher in a sure state of affairs or state of affairs. However new methods will certainly come, and that’s okay. 

    Some issues will utterly change, others will solely be slight variations of what got here earlier than, however Lightning will shapeshift over time. It must with a view to proceed scaling in the long run, to resolve its personal issues, to assist bitcoin function as a money. 

    Lightning will evolve. 

    Don’t miss your chance to own The Lightning Issue — that includes an unique interview with Lightning co-creator Tadge Dryja. It dives deep into Bitcoin’s strongest scaling layer. Restricted run. Solely accessible whereas provides final.

    This piece is an article featured within the newest Print version of Bitcoin Journal, The Lightning Situation. We’re sharing it right here to indicate the concepts explored all through the complete problem.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    Tether Pays $300 Million To Settle $4.5B Celsius Claim

    October 15, 2025

    New GOP Bill Wants to Solidify Trump’s Bitcoin-Friendly 401(k) Order

    October 15, 2025

    Bitcoin Settles At $113,000 A Week After Hitting New Highs

    October 14, 2025

    Elon Musk Praises Bitcoin’s Resistance To Inflation

    October 14, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto Market Trends
    • Crypto Mining
    • Cryptocurrency
    • Ethereum
    Archives
    • October 2025
    • September 2025
    • August 2025
    • July 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    Archives
    • October 2025
    • September 2025
    • August 2025
    • July 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    Top Posts

    Institutional Crypto Products See $1,700,000,000 in Outflows Amid Worst Streak Since 2015: CoinShares

    March 17, 2025

    ad

    About us

    Welcome to SimonCrypto.in, your ultimate destination for everything crypto! Whether you’re a seasoned investor, a blockchain enthusiast, or just beginning your journey into the fascinating world of cryptocurrencies, we’re here to guide you every step of the way.

    At SimonCrypto.in, we are passionate about demystifying the complex world of digital currencies and blockchain technology. Our mission is to provide insightful, accurate, and up-to-date information to empower our readers to make informed decisions in the ever-evolving crypto space.

    Top Insights

    Ether Machine Expands Ethereum Exposure, Adds 15,000 ETH In Latest Buy

    August 1, 2025

    Litecoin Skyrockets by Double-Digits, Bitcoin Price Stalls at $118K: Weekend Watch

    July 20, 2025

    FTX Won’t Pay $2.5B in Customer Claims — Here’s Why

    April 7, 2025
    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto Market Trends
    • Crypto Mining
    • Cryptocurrency
    • Ethereum
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2024 SimonCrypto All Rights Reserved.

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