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

The XRP Whale Outflow Continues on Binance – What’s Happening?

2026-03-08

HashKey Chain introduces the first tokenized real estate RWA in Hong Kong

2026-03-07

Here’s why Bitcoin price shouldn’t fall to $54,000: Analyst

2026-03-07
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

    HashKey Chain introduces the first tokenized real estate RWA in Hong Kong

    2026-03-07

    What BEP2 holders need to know

    2026-03-07

    SoFi uses BitGo to power the distribution of its SoFiUSD stablecoin

    2026-03-07

    Interoperability is ‘essential’ for digital assets to reach their full potential: DTCC

    2026-03-07

    A groundbreaking leap into the consumer future of decentralized AI

    2026-03-07
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Refusing new IRS crypto tax forms could cost you your exchange account

    2026-03-07

    US lawmakers consider ban on prediction markets amid bets on Iran

    2026-03-06

    De volatiliteit van Bitcoin zou in april kunnen exploderen als SEC de markt achter de ETF-leverage beoordeelt

    2026-03-06

    Crypto company Kraken secures a direct link to Federal Reserve payments

    2026-03-04

    Bitcoin’s $85 billion derivatives engine may move onshore as CFTC eyes April approval

    2026-03-04
  • Analysis

    XRP Bull Flag Breakout After 8-Month Consolidation to Send Price to $11

    2026-03-07

    Billionaire Peter Thiel dumps a $74,400,000 stake in three assets, including one of Warren Buffett’s favorites

    2026-03-07

    Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

    2026-03-07

    XRP Price Ladder Shows What Conditions Are Needed for $18, $100, and $500

    2026-03-07

    Bitcoin’s rally from $73,000 faces a crucial test as momentum looks to change

    2026-03-06
  • Learn

    What Is Wrapped ETH (WETH) and Why Do You Need It in DeFi?

    2026-03-06

    What Is Crypto Protocol and Why Coins Need It

    2026-03-04

    Wat is Liquid Proof-of-Stake: uitgelegd voor beginners

    2026-03-02

    The 9 Most Common Crypto Scam Types

    2026-03-02

    Sidechains Explained: What They Are, How They Work, and Why They Matter

    2026-02-20
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»A huge improvement in the field of state chains
Blockchain

A huge improvement in the field of state chains

2024-01-09No Comments7 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

CommerceBlock today released Mercury Layer, an improved version of their version of a statechain. You can read a longer explanation of how their Mercury state chains work here. The upgrade to Mercury Layer represents a huge improvement over the original statechain implementation, but unlike the original Mercury Wallet release, this is not packaged as a fully consumer-ready wallet. It is released as a library and CLI tool that other wallets can integrate. Here’s a quick summary of how they work:

State chains are essentially analogous to payment channels in many ways, i.e. they are a jointly shared UTXO with a pre-signed transaction as a last resort for people to enforce their ownership. The main difference between a Lightning channel and a state chain is the parties involved in jointly sharing the UTXO, and how ownership of an enforceable claim against it is transferred to other parties.

Unlike a Lightning Channel, which is created and shared between two static participants, a statechain opens with a facilitator/operator and can be freely transferred in its entirety between two participants who are willing to trust the operator to be honest , completely disabled. -chain. Someone who wants to load a statechain works with the operator to create a single public key for which the creator and the operator both own part of the corresponding private key, without having a complete copy of the key. From here, they pre-sign a transaction that allows the creator to unilaterally reclaim their coins after a time slot.

To transfer a state chain, the current owner works with the recipient and operator to sign a cryptographic proof with their key share that they are transferring the coin, and then the recipient and operator generate a new pair of key shares that together transfer the same private key forms and signs a time-bound transaction for the new owner with a shorter time slot than the original (to ensure they can use theirs sooner than previous owners). This process is repeated for each transfer until the time slot can no longer be shortened, at which point the state chain must be closed on-chain.

See also  Rails uses Stellar to launch onchain vaults for institutional derivatives liquidity

Owners transfer the entire historical chain of past states with each transfer, allowing users to verify that time slots have been downgraded appropriately and the operator timestamps them using Mainstay, a variant of Opentimestamps where each piece of data has its own unique “lock” in the merkle tree to ensure that only one version of the data is timestamped. This allows anyone to check the transfer history of a state chain.

In the land of the blind

The sea change that Mercury Layer brings to the original version of statechains is blinding. The operator of the statechain service will no longer be able to learn anything about what is being transferred: i.e. the TXIDs involved, the public keys involved, even the signatures it creates together with users for the pre-signed transactions needed to get back to claim your money unilaterally.

By introducing a blinded variant of Schnorr MuSig2, Mercury can simplify the process of signing transactions without learning the details of what they are signing. This will require some design changes to account for the fact that the operator can no longer see and publish the full transfer history of a state chain. They are not even able to validate the transaction they are signing.

In the previous iteration, the operator confirmed the uniqueness of a current state chain owner/transaction set by publishing the state chain’s full transfer history with Mainstay. That is not possible here, because in the blinded version the operator does not learn any details about these transactions at all. This requires a new way for the operator to attest to the current ownership of the state chain. All this data is fully pushed to a client-side validation model. The operator simply keeps track of how many times he has signed something for a single statechain, and tells a user that number when prompted. The user then receives the transactions of previous statechain states from the user who sends it to them, and fully verifies on the client side that the number of transactions matches what the operator claimed, and then fully verifies that the signatures are all valid and that the time slots will be reduced by the correct amount. every time. Instead of publishing the full statechain transactions and transfer order to Mainstay, because it is designed not to be aware of all that information, it publishes its part of the public key (not the full aggregated public key) for the current user for each statechain user. This allows any user who receives a statechain to verify the transfer history and the current status is legitimate based on the transaction data sent by the sender.

See also  Metaplanet Dethrones Tesla with 12,345 Bitcoin - "This is huge!"

The operator server maintains unique statechains to count past signatures by assigning each statechain a random identifier upon creation, stored with its denomination and its private key and public key shares (not the entire aggregated public key). The new coordination scheme for key sharing and resharing is done in a way where the server passes its share of the key to the user, and the data required for key resharing is blinded so that the server does not enter is capable of ever learning the user’s entire key. public key share, allowing it to create the entire aggregated public key and identify the coin on the chain.

The design does not even allow the operator to know when it has signed a cooperative closing with the current owner instead of a pre-signed transaction for a new off-chain owner; it sees no details to distinguish the two cases. However, this is safe for users who could be attacked by someone trying to ‘double’ an off-chain state chain, creating a fake transaction that cannot be settled. First, that user in the chain would see that the UTXO supporting that state chain has been issued. Second, because the operator must sign all status updates, the transaction history would only have a clear cooperative closure in the chain of previous transactions. Both of these things would allow the user to decline the transaction, knowing it wasn’t legitimate.

Statechains also allow Lightning channels to be placed “on top” of the statechain by having the statechain pay out to a multisig address between two people, and the two on top of that negotiating a conventional series of Lightning commit transactions. It would have to close the statechain on-chain before closing the Lightning channel, so would have to use longer timelock lengths for Lightning payments, but would otherwise function completely normally.

See also  The Philippines is seeking better ADB support in the areas of infrastructure and digitalization

Overall, with the massive privacy improvements of the new version of state chains, and the ability to compose with Lightning, this opens a lot of doors for the economic viability and flexibility of second-layer transaction mechanisms on Bitcoin. Especially in light of the recent radical changes in mempool dynamics and the resulting pressure on fees.

It offers the same kind of liquidity benefits as Ark, i.e. it can be freely transferable without the need for liquidity, but unlike Ark it is live and functional today. It’s undeniably a different trust model than something like Lightning alone, but the huge gains in flexibility and scalability make it certainly an option worth exploring.

Source link

Chains field Huge improvement State
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

HashKey Chain introduces the first tokenized real estate RWA in Hong Kong

2026-03-07

What BEP2 holders need to know

2026-03-07

SoFi uses BitGo to power the distribution of its SoFiUSD stablecoin

2026-03-07

Interoperability is ‘essential’ for digital assets to reach their full potential: DTCC

2026-03-07
Add A Comment

Comments are closed.

Top Posts

XION Blockchain Partners with EarnOS to Revolutionize Web3-Powered Economic Stimulation

2024-06-01

Robinhood CEO Vlad Teev says that crypto -tokenization can guarantee the dominance of the US stock market

2025-04-03

Bitcoin Witnesses Second Highest Number of Daily Ordinal Inscriptions as the number of inscriptions nears 30 million

2023-09-08
Editors Picks

Solana Whale Deposits $11 Million in SOL on Binance, Bearish Signal?

2023-11-08

China is getting big on gold, but is Bitcoin the next safe haven?

2025-04-23

A race for banking survival

2023-11-10

Under this condition, Bitcoin’s dominance could set a new record

2023-11-05

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

The XRP Whale Outflow Continues on Binance – What’s Happening?

HashKey Chain introduces the first tokenized real estate RWA in Hong Kong

Here’s why Bitcoin price shouldn’t fall to $54,000: Analyst

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.