# How does Liquid Bitcoin (LBTC) work?

Source URL: https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-does-liquid-bitcoin-lbtc-work
Updated: 2026-04-09T09:37:49.000Z
Category: Liquid Network
Section: FAQs

---

Liquid Bitcoin (LBTC) is a special type of [asset on the Liquid sidechain](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-are-liquid-assets), with a supply that is verifiably backed 1-to-1 with bitcoin (BTC) held by the Liquid Federation on the Bitcoin mainchain.

LBTC is designed to make the activities of traders and enterprises more efficient than transacting on the Bitcoin mainchain by providing faster settlements and [strong confidentiality](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-does-liquid-keep-my-transaction-data-confidential).

Besides transacting LBTS as an asset on the [Liquid Network](https://glossary.blockstream.com/liquid-network/), [you also use LBTC to pay transaction fees for the transfer of any assets on the network](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-do-transaction-fees-on-liquid-work).

## A Familiar Transaction Model and Codebase

[The Liquid Network](https://blockstream.com/liquid/) is an implementation of the open-source [Elements blockchain platform](https://blockstream.com/elements/), which itself is [based on the Bitcoin codebase](https://blog.liquid.net/bitcoin-core-and-elements/). LBTC (and other Liquid assets) also use the same UTXO transaction model as Bitcoin. Whether you’re a user or developer, sending and receiving LBTC will feel familiar to you if you have used Bitcoin in the past.

## Two-Way Peg

Using something called a **two-way peg,** you can "transfer" BTC back and forth between the Bitcoin mainchain and the Liquid sidechain.

![peg.gif](https://dxp-backend.devserver.app/uploads/help-center/content/liquid-network/faqs/how-does-liquid-bitcoin-lbtc-work/900002060043.gif)

Transferring BTC from the Bitcoin mainchain to the Liquid sidechain is called a **peg-in**, and involves sending BTC to a multisig wallet controlled by the Liquid Federation. Once confirmed, the user that initiated the peg-in can claim an equivalent amount of LBTC. Anyone with a Liquid node can complete a peg-in.

Transferring BTC out of the Liquid sidechain back to the mainchain is called a **peg-out**, and involves a Liquid Federation member burning LBTC that they hold. Once confirmed, an equivalent amount of BTC is sent from the Liquid Federation’s multisig wallet to one of the member’s whitelisted addresses. To enhance the security of BTC held on the Liquid Network, only Liquid Federation members can complete a peg-out. Our team is working on future updates to Liquid that would extend the peg-out feature to any user on the network.

For more details, see our dedicated articles on [peg-ins](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-a-liquid-peg-in) and [peg-outs](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-a-liquid-peg-out).

At any time, anyone can use a Liquid node to cryptographically verify that the amount of LBTC held on the Liquid Network is equal to the amount of BTC held in the Liquid Federation multisig wallet.

## The Federation Multisig

Bitcoin sent to the Liquid Network are secured in an 11-of-15 multisig wallet, with each of the 15 keys stored on a device called a functionary held by a Liquid Federation member. These functionaries are stored in secure locations geographically distributed around the world.

Each multisig key is stored on a proprietary Hardware Security Module (HSM) within the functionary for extra security.

Whenever a member initiates a peg-out, the functionaries:

1. Verify that the BTC peg-out transaction is being sent to a whitelisted [address](https://glossary.blockstream.com/address-bitcoin/).
2. Confirm that the LBTC have been burned by the member.
3. Sign a BTC transaction to the member’s whitelisted address.

Once in the member’s wallet, the BTC is free to be transferred elsewhere on the network (e.g., to one of their users’ wallets).

## Why 11-of-15 Multisig?

The high key threshold for signing a peg-out transaction ensures that the BTC held on the Liquid Network is secure [as long as over two-thirds of the functionaries are acting honestly](https://blockstream.com/assets/downloads/pdf/liquid-whitepaper.pdf).

## Why Whitelisting?

The whitelist—known as the **Peg-out Authorization Key (PAK) list**—ensures that even if functionaries were compromised, the worst-case scenario is that BTC is sent to a Liquid member’s cold wallet, from which it would be easier to recover than if it went directly to an attacker of the network.

## Why HSMs?

[Hardware Security Models (HSMs)](https://en.wikipedia.org/wiki/Hardware%5Fsecurity%5Fmodule) are the industry standard for securing hot wallets with permanent internet connections. The federation’s HSMs ensure that multiple HSMs must be physically accessed at the same time to even attempt to compromise Liquid’s underlying BTC.

## The Timelock and Emergency Keys

In addition to the multisig script used to secure the BTC held by the network, a timelock script enables a backup recovery option in the unlikely event of a total and unrecoverable system failure. This ensures Liquid users can be made whole.

The [timelock](https://glossary.blockstream.com/timelocks/) ensures that if the network completely stops operating for 7 days, then the funds on the network start to become retrievable using a separate set of emergency backup keys. Currently, Liquid's emergency keys are held by Blockstream in secure locations geographically distributed around the world.

Timelocks are reset ahead of expiry through two processes:

1. Day-to-day network activity (e.g., Liquid Federation members conducting peg-outs).
2. Automatic spends back to the federation for UTXOs with timelocks that are due to expire in 5 days.

The current timelock value is 4032 Bitcoin blocks—approximately 28 days. After 5 days of failure to process any peg-outs or automatic spends, the “oldest” UTXOs begin to expire and can be recovered by the emergency keys.

Navigation: Blockstream Help Center > Liquid Network > How does Liquid Bitcoin (LBTC) work?

## Related Articles in This Section
- [How many confirmations are needed for my Liquid transaction to be secure?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-many-confirmations-are-needed-for-my-liquid-transaction-to-be-secure)
- [What is the Liquid Network?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-the-liquid-network)
- [What is the Liquid Federation?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-the-liquid-federation)
- [How does Liquid Bitcoin (LBTC) work?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-does-liquid-bitcoin-lbtc-work) (current)
- [What is a Liquid peg-in?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-a-liquid-peg-in)
- [What is a Liquid peg-out?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-a-liquid-peg-out)
- [What are Liquid assets?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-are-liquid-assets)
- [How does the Liquid Federation's multisig work?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-does-the-liquid-federations-multisig-work)
- [How does Liquid keep my transaction data confidential?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-does-liquid-keep-my-transaction-data-confidential)
- [How do transaction fees on Liquid work?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/how-do-transaction-fees-on-liquid-work)
- [What is the transaction capacity of Liquid?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-the-transaction-capacity-of-liquid)
- [Does a Liquid address support all types of assets?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/does-a-liquid-address-support-all-types-of-assets)
- [What are the different types of participants in the Liquid Network?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-are-the-different-types-of-participants-in-the-liquid-network)
- [What is a Liquid Network functionary?](https://helpcenter.dxp-frontend.devserver.app/liquid-network/faqs/what-is-a-liquid-network-functionary)
