Close Menu
    Trending
    • How are Dogecoin (DOGE) and Ripple (XRP) holding their ground in a Bitcoin (BTC)-driven market? Toobit weighs in
    • Bitcoin Handles $14B OI Drop As Spot Volume Surged To $44B: Controlled Reset?
    • Bitcoin Settles At $113,000 A Week After Hitting New Highs
    • Crypto Market Shows Pain and Potential After Massive Liquidation Event: Bitfinex Alpha
    • Chart Whisperer Peter Brandt Says XRP Shows A ‘Purer’ Market Structure
    • Can Ethereum secure a nation’s identity? Bhutan is betting on it
    • Elon Musk Praises Bitcoin’s Resistance To Inflation
    • XRP Analyst Claims Chart Manipulation, Sets $1.40 Ripple Baseline
    Simon Crypto
    • Home
    • Crypto Market Trends
    • Bitcoin News
    • Crypto Mining
    • Cryptocurrency
    • Blockchain
    • More
      • Altcoins
      • Ethereum
    Simon Crypto
    Home»Bitcoin News»Bitcoin Layer 2: Statechains
    Bitcoin News

    Bitcoin Layer 2: Statechains

    Team_SimonCryptoBy Team_SimonCryptoJune 13, 2025No Comments9 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Statechains are an unique second layer protocol initially developed by Ruben Somsen in 2018, relying on the eltoo (or LN Symmetry) proposal. In 2021 a variation of the unique proposal, Mercury, was constructed by CommerceBlock. In 2024, an additional iteration of the unique Mercury scheme was constructed, Mercury Layer. 

    The Statechain protocol is a little more difficult to debate in comparison with different programs similar to Ark or Lightning due to the vary of variations which are potential between the unique proposed design, the 2 which have been really carried out, and different potential designs which have been loosely proposed. 

    Like Ark, Statechains rely on a centralized coordinating server as a way to perform. In contrast to Ark, they’ve a barely totally different belief mannequin than a vUTXO in an Ark batch. They rely on the coordinating server to delete beforehand generated shares of a non-public key as a way to stay trustless, however so long as the server follows the outlined protocol and does so, they supply a robust safety assure. 

    The final thought of a Statechain is to have the ability to switch possession of a complete UTXO between totally different customers off-chain, facilitated by the coordinator. There is no such thing as a requirement for receiving liquidity like Lightning, or the coordinator server to supply any liquidity like Ark. 

    To start, we are going to take a look at the unique protocol proposed by Ruben Somsen. 

    The Authentic Statechain

    Statechains are successfully a pre-signed transaction permitting the present proprietor of the Statechain to unilaterally withdraw on-chain at any time when they need, and a historical past signed messages cryptographically proving that previous house owners and the receivers they despatched the Statechain to accredited these transfers. 

    The unique design was constructed on eltoo utilizing ANYPREVOUT, however the present plans on learn how to allow the identical performance make use of CHECKTEMPLATEVERIFY and CHECKSIGFROMSTACK (a excessive stage rationalization of that is on the finish of the CHECKSIGFROMSTACK article). The fundamental thought is a script enabling a pre-signed transaction to spend any UTXO that has that script and locks the suitable quantity of bitcoin, fairly than being tied to spending a single particular UTXO. 

    Within the protocol, a consumer wishing to deposit their cash to a Statechain approaches a coordinator server and goes via a deposit protocol. The depositing consumer, Bob, generates a key that will probably be uniquely owned by him, but additionally a second “transitory” key that can ultimately be shared (extra on this quickly). They then craft a deposit transaction locking their coin to a multisig requiring the coordinator’s key and the transitory key to signal. 

    Utilizing this multisig, Bob and the coordinator signal a transaction that spends that coin and creates a UTXO that may both be spent by every other transaction signed by the transitory key and the coordinator’s key utilizing LN Symmetry, or Bob’s distinctive key after a timelock. Bob can now fund the multisig with the suitable quantity, and the Statechain has been created. 

    To switch a Statechain to Charlie, Bob should undergo a multistep course of. First, Bob indicators a message together with his distinctive personal key that attests to the actual fact he’s going to switch the Statechain to Charlie. Charlie should additionally signal a message testifying to the truth that he has obtained the Statechain from Bob. Lastly, the coordinator server should signal a brand new transaction permitting Charlie to unilaterally declare the Statechain on-chain earlier than Bob sends Charlie a replica of the transitory key. 

    All of that is made atomic utilizing adapter signatures. These are signatures which are modified in such a means utilizing a random piece of information that renders them invalid, however may be made legitimate once more as soon as the holder of the signature receives that piece of data. All the messages, and the brand new pre-signed transaction are signed with adapter signatures, and atomically made legitimate on the similar time via the discharge of the adapter knowledge. 

    Holders of a Statechain should belief that the coordinator server by no means conspires with a earlier proprietor to signal an instantaneous closure of the Statechain and steal funds from the present proprietor, however the chain of pre-signed messages can show {that a} coordinator has participated in theft in the event that they had been to take action. If a previous proprietor makes an attempt to make use of their pre-signed transaction to steal the funds, the timelock on the spend path utilizing solely their key permits the present proprietor to submit their pre-signed transaction and appropriately declare the funds on chain. 

    Mercury and Mercury Layer

    The unique Statechain structure requires a softfork as a way to perform. CommerceBlock designed their variant of Statechains to perform with no softfork, however so as to take action tradeoffs had been made when it comes to performance. 

    The fundamental thought is similar as the unique design, all customers maintain a pre-signed transaction that enables them to say their funds unilaterally, and the coordinator server nonetheless performs a job in facilitating off-chain transfers that requires them to be trusted to behave truthfully. The 2 main variations are how these transactions are signed, and the construction of the pre-signed transaction customers are given. 

    The place the signing is anxious, there isn’t any longer a transitory personal key that’s handed from consumer to consumer. As an alternative of this, a multiparty-computation protocol (MPC) is used in order that the unique proprietor and the coordinator server are in a position to collaboratively generate partial items of a non-public key with out both of them ever possessing the complete key. This secret’s used to signal the pre-signed transactions. The MPC protocol permits the present proprietor and coordinator to have interaction in a second protocol with a 3rd get together, the receiver of a switch, to regenerate totally different items that add as much as the identical personal key. In each the Mercury and Mercury Layer protocol, after finishing a switch an trustworthy coordinator server deletes the important thing materials comparable to the earlier proprietor. So long as that is completed, it’s not potential for the coordinator to signal a transaction with a earlier proprietor, as the brand new piece of key materials they’ve shouldn’t be appropriate with the piece any earlier proprietor may nonetheless have. That is really a stronger assure, so long as the coordinator is trustworthy, than the unique proposal.

    The pre-signed transaction construction for Mercury and Mercury Layer can’t use LN Symmetry, as this isn’t potential with no softfork. In lieu of this, CommerceBlock opted to make use of decrementing timelocks. The unique proprietor’s pre-signed transaction is timelocked utilizing nLocktime to a time far out sooner or later from the purpose of the Statechain’s creation. As every subsequent consumer receives the Statechain throughout a switch, the nLocktime worth of their transaction is a few pre-determined size of time shorter than the earlier proprietor. This ensures {that a} earlier proprietor is incapable of even attempting to submit their transaction on-chain earlier than the present proprietor can, however it additionally implies that ultimately in some unspecified time in the future the present proprietor should shut their Statechain on-chain earlier than earlier house owners’ transactions begin changing into legitimate. 

    The foremost distinction between Mercury and Mercury Layer is how these transactions are signed. Within the case of Mercury, the coordinator server merely sees the transaction proposed, verifies it, after which indicators it. Mercury Layer makes use of a blind-signing protocol, which means that they don’t really see any particulars of the transaction they’re signing. This necessitates the server monitoring Statechains utilizing anonymized data on the server, and a particular authorization key of the present proprietor in order that they are often positive they’re solely signing legitimate transfers. 

    Synergy With Different Layers

    Statechains can synergize with different Layer 2s which are based mostly on pre-signed transactions. For example, a part of the unique proposal recommended a mixture of Statechains and Lightning Channels. As a result of each are merely pre-signed transactions, it’s potential to truly nest a Lightning channel on high of a Statechain. This merely requires the present proprietor’s unilateral exit key to be a multisig, and the creation of the pre-signed transactions spending that output right into a Lightning channel. This enables Lightning channels to be opened and closed completely off-chain. 

    In a similar way, it’s potential to nest a Statechain on high of a vUTXO in an Ark batch. This merely requires the pre-signed transactions crucial for a Statechain to be constructed, spending the vUTXO output. 

    Wrapping Up

    Statechains aren’t completely trustless, however they’re a really belief minimized scheme that may be very liquidity environment friendly and permits freely transferring UTXOs off-chain between any customers keen to just accept the belief mannequin of Statechains. 

    Whereas the unique proposal has but to be constructed, the 2 implementations designed by CommerceBlock have been utterly carried out. Each failed to attain something greater than marginal use in the actual world. Whether or not this is because of customers being unwilling to just accept the belief mannequin concerned, or just a failure in advertising and marketing or consciousness is one thing that can not be absolutely ascertained. 

    Regardless, on condition that there are two full implementations and designs for a extra versatile variation ought to LN Symmetry ever change into potential on Bitcoin, this an possibility that can all the time be right here. The great factor about open supply software program is that it’ll all the time be there no matter whether or not individuals use it now, ought to they select to sooner or later.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    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

    U.S. Gov To Seize $14 Billion In Bitcoin

    October 14, 2025

    Bitcoin Price Crash Sparks Debate Over Bull Market Fate

    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

    What Happened to Bitcoin and Ethereum Funds Last Week

    March 18, 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

    Bitcoin Is A Strategic Asset, Not XRP

    March 14, 2025

    Ethereum Close To Local Bottom? Analyst Flags Drop In Binance Open Interest

    September 18, 2025

    2 Worrying Signs for Bitcoin (BTC) Despite the Expected Rate Cuts

    September 17, 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.