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

Bitcoin Play signals at $138 million are driving a shift in sentiment around large amounts

2026-04-23

Bitcoin Reaches $78,000 – All Eyes on $80,700 Cost Base?

2026-04-23

Bitcoin Price Recovery Accelerates, Traders See Strong Upside Continuation

2026-04-23
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

    0G Foundation and Alibaba Cloud Partner Bring Qwen LLM’s Onchain

    2026-04-22

    W3.io partners with Space and Time to deliver an end-to-end proof layer for AI-driven financial workflows

    2026-04-22

    The quantum threat is getting closer

    2026-04-22

    Multichainz Integrates CHAINZ Token on Fjord Foundry Launchpad to Increase RWA Lending Opportunities for Web3 Communities

    2026-04-22

    Singapore’s OCBC launches tokenized gold fund on Ethereum and Solana

    2026-04-22
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Banks Fund Crypto Attack Ads in Washington, as More Than 3,000 Banks Unite to Stop the Clarity Act from Passing the Senate

    2026-04-21

    Have rate refunds been purchased at 20 cents on the dollar by Cantor Fitzgerald, a stablecoin-backed Treasurys custodian?

    2026-04-21

    Crypto will enter the US banking system through a backdoor, not through regulation

    2026-04-18

    Congress is about to make regulated dollar stablecoins function almost like digital money

    2026-04-18

    Why Kevin Warsh Could Be Bitcoin’s Most Influential Fed Chairman

    2026-04-18
  • Analysis

    Bitcoin Price Recovery Accelerates, Traders See Strong Upside Continuation

    2026-04-23

    Neem deel aan de strijd om voorspellingsapps om te zetten in non-stop casino’s met hefboomwerking

    2026-04-22

    Japan Gets Into XRP, But Can It Push The Price To $10?

    2026-04-22

    Crypto is leading the race to build the ultimate gambling super app

    2026-04-22

    Crypto analyst predicts more Bitcoin rallies as long as the price remains above the crucial level – here is his positive target

    2026-04-22
  • Learn

    Wall Street won’t stop buying. Bitcoin will not break out. What gives?

    2026-04-20

    Changelly launches ultimate DeFi Swap Flow and API for cross-chain and on-chain swaps

    2026-04-18

    What Is Etherscan? How to Use the Ethereum Block Explorer

    2026-04-17

    What Is a Crypto Faucet and How Does It Work?

    2026-04-17

    Crypto Bubbles Explained

    2026-04-17
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Mercury Layer’s Lightning Latch Swap Protocol
Blockchain

Mercury Layer’s Lightning Latch Swap Protocol

2024-03-19No Comments7 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Commerceblock has released a new atomic swap protocol for use with statechains on their Mercury Layer protocol. The HSM server has introduced functionality to support atomic swapping of two statechains, as well as forcing an atomic swap of a statechain for a Lightning payment. This is the first example of concretely defined and built interactions between statechains and the Lightning Network. Synergy between both protocols has been postulated since the concept of a state chain was originally proposed by Ruben Somsen, specifically as a way to overcome the limitation of transferring an entire state chain of UTXO at once.

Basic state chain swaps

To support the new swap protocols, the HSM server must add some new fields to the database entries that track each statechain it facilitates. To facilitate statechain-to-statechain exchanges, the server must maintain:

  • Batch_id: A value to associate statechains that are swapped in a group.
  • Batch time: A time that starts a counter after which the statechains can be “reclaimed” if the swap fails.
  • Locked: A value indicating whether or not the state chain is locked and limited to regular transfers.

This allows the HSM server to track and enforce all the variables necessary to ensure a secure atomic swap. When initiating a swap, users must communicate directly with each other to establish a shared batch_id between them. From this point on, they trade all the necessary information needed to enable a normal statechain transfer, and send that information plus the batch_id and batch-time to the server. They essentially start the regular transfer process, but also link the variables to connect the individual state chains as participants in an exchange and how long the timeout period is for that.

The server will apply a lock to each statechain with the same batch_id in the transfer process at this point. Until the timeout expires, or until all statechains in the database using the same batch_id are unlocked by their current owners, the server will not approve any transfers. The nice thing about the way the HSM enforces the swap logic is that it doesn’t matter who contacts the server first. When the server receives a message using a batch_id, it checks each statechain in its database and if there is a pre-existing batch time for that batch_id, it sets it as the same. This ensures that no matter who registers the swap first, they all use the same time value for the timeout function.

See also  Stellar users can now borrow USDC using XLM as collateral via the Templar protocol

Each client involved in the swap at this point checks and downloads the messages that initiated the transfer protocol, and after verifying that they are correct, sends a message to the server to unlock their statechain, thus removing the transfer restrictions cancelled. Whenever someone tries to complete a transfer on the receiver side of one of the statechains involved in the swap, the server checks to see if all statechains with the same batch_id have been unlocked. If even one with the associated batch_id is still locked, the server will not complete a transfer for any of them. If a swap fails before the timeout, the server continues to limit the completion of the swap transfer, but allows the current owners to initialize a new transfer to itself to effectively cancel the swap.

Lightning bolt

The Lightning Latch functionality, which involves swapping a statechain for a Lightning payment, works much the same as the statechain-to-statechain swap. Here are the new fields the server must maintain for the Lightning swap:

  • Batch_id: A value to associate statechains that are swapped in a group.
  • Batch time: A time that starts a counter after which the statechains can be “reclaimed” if the swap fails.
  • Pre-image: The pre-image of the Lightning payment, which is generated by the HSM server.
  • Locked_1 and lock_2: There are two lock fields for the Lightning swap, one authorized by each involved user.

Similar to statechain-to-statechain exchanges, users set and share a random batch_id. The current statechain owner then sends a message to the server with the affected batch_id and statechain and asks it to generate a hashlock preimage for a Lightning payment. This user then generates a Lightning invoice using this preimage, and the second user contacts the server to confirm that it generated the preimage. The current statechain owner then begins the statechain transfer process and uploads the transfer message to the server.

See also  SSV Network DAO and Ether.fi launch Learn & Earn campaign on Galxe

After confirming this, the second user who attempts to trade for the statechain will initiate the Lightning payment. At this point, the server is the only one with the preimage, so the statechain owner cannot complete the payment yet. The current owner, after verifying the pending Lighting payment, sends an unlock message to the server to remove the first lock from the statechain. The receiver finally verifies the transfer message and if it is valid, it also sends a message to the server to remove the lock.

Now that both locks have been removed, the HSM server will release the preimage to the current statechain owner to complete the Lightning payment, and the statechain transfer to the recipient will be completed.

This plan does require that you can trust the statechain operator to function honestly, but that is not fundamentally a change to the pre-existing trust model of statechain use in general. The operator has no control over users’ funds at any point, nor does it learn anything about the Lightning payment details.

What is this good for?

This scheme is a far cry from the originally posited interaction between statechains and Lightning channels, where one is stacked on top of the other, but even as a simple starting point it offers functional usability for existing Lightning users. Channel rebalancing is a necessity for many nodes; if capacity is pushed completely to one side or the other, the usefulness of that channel for routing payments is limited. Many companies and users have begun to experiment with using Liquid as a mechanism for this, as on-chain costs increase and swaps into and out of the Lightning Network become more expensive.

Statechains provide an alternative mechanism to a federated sidechain to alleviate some of the fees associated with managing channel balances. Instead of having to swap directly to the main chain or use a side chain, funds can be swapped to a state chain and held there until they are needed to swap funds back to a channel. Similar cost savings can be achieved while still retaining the ability to unilaterally claim your funds on the main chain.

See also  AI Bot 'Clanker' picks up $ 34 million in Swap costs that launch basic memecoins

Another potential use case (TRIGGER WARNING) would be the possibility of more efficient ordinal trading marketplaces. Because ordinal numbers are simply an index scheme that follows paths back in the transaction history to specific satoshis, they can easily be taken off-chain into a state chain. That dynamic combined with Lightning Latch could enable cheaper and faster off-chain purchases of ordinal numbers. Someone could build a marketplace where they could be sold directly off-chain via the Lightning Network.

It’s even possible one day that Lightning customers could somehow become aware of which statechain operators trust specific Lightning nodes that Latch can be used to route payments by passing statechains between different nodes instead of conventional Lightning channels.

On the front of pure statechain-to-statechain transfers, this offers the potential for a message passing layer to create a Coinjoin-like system that mixes coins off-chain, similar to the original mixing functionality in Commerceblock’s first statechain implementation.

While it’s a very simple premise, Lightning Latch and its statechain swap functionality opens the first door of statechains that integrate into the existing Lightning Network – and other similar layers to come in the future – in a way that lets them all integrate seamlessly. function as a single network in terms of payment routing and liquidity management. Even as we debate the need and usefulness of covenants, there is still a lot of room to build on what we already have.

You can listen to the Commerceblock team explain the logic beyond the protocol here:

Chat with Dr. @TTrevethan on why you should build a lightning bolt on @mercurylayer #bitcoin #layer2 pic.twitter.com/CKVG9aHTQ6

— Nicholas Gregory (@gregory_nico) March 15, 2024

And for a more technical explanation, here:

Going over the technical details of how lightning bolt will work with @TTrevethan on @mercurylayer #bitcoin #layer2 pic.twitter.com/aQIcjh2ukq

— Nicholas Gregory (@gregory_nico) March 16, 2024



Source link

Latch Layers Lightning Mercury Protocol Swap
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

0G Foundation and Alibaba Cloud Partner Bring Qwen LLM’s Onchain

2026-04-22

W3.io partners with Space and Time to deliver an end-to-end proof layer for AI-driven financial workflows

2026-04-22

The quantum threat is getting closer

2026-04-22

Multichainz Integrates CHAINZ Token on Fjord Foundry Launchpad to Increase RWA Lending Opportunities for Web3 Communities

2026-04-22
Add A Comment

Comments are closed.

Top Posts

Bitcoin – Is history repeating itself? This is why there is still a $400,000 price target!

2024-12-28

Walmart ownership of fintech company Onepay to offer crypto-trading and guardianship functions

2025-10-03

Ethereum Price Signals New Rally Attempt, Traders Eye on Key Levels

2026-02-27
Editors Picks

According to Crypto Analyst, Crypto Markets Are a Huge Bear Trap Before Falling into Euphoria

2024-09-08

SOLANA: 78% Binance Futures traders go long: will Sol see a price reputation?

2025-03-25

Trader Who Scored the 2018 Crypto Bottom Reveals Bitcoin Path to $110,000 and Calls BTC an ‘Absolute Monster’

2024-07-22

Litecoin will outperform XRP? Insights from the LTC/XRP price chart

2024-07-15

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 Play signals at $138 million are driving a shift in sentiment around large amounts

Bitcoin Reaches $78,000 – All Eyes on $80,700 Cost Base?

Bitcoin Price Recovery Accelerates, Traders See Strong Upside Continuation

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.