Bitcoin Mechanics

How federated Bitcoin sidechains work: pegs, functionaries, and why L-BTC is not base-layer BTC

By DisplayMyCoin Editorial · Sep 7, 2026 · 8 min read

Bitcoin sidechains are often described as "Bitcoin, but faster." That shorthand hides the real design choice. A federated sidechain moves BTC representation off the base layer into a network whose blocks and peg wallet are run by a known set of operators. Liquid is the production example built on the open-source Elements platform. L-BTC is designed to track BTC 1:1, but it does not inherit Bitcoin's proof-of-work settlement model.

What a federated sidechain is

Liquid is a federated sidechain of Bitcoin. A fixed set of functionaries — currently 15 members, with an 11-of-15 quorum — produces blocks and manages the Bitcoin peg. Functionary operators are well-known Liquid Federation entities such as exchanges and infrastructure providers.

Blocks are produced on a fixed ~1 minute schedule. There is no mining, no difficulty adjustment, and no block reward. The federation signs each block with a threshold signature scheme. Finality on the sidechain therefore comes from federation signatures, not from accumulated work.

The reference node is Elements Core, derived from Bitcoin Core. It adds Confidential Transactions, issued assets, the federated two-way peg, extra opcodes, Simplicity, and federated block signing. Elements can run as a standalone chain or as a pegged sidechain; Liquid is the production Elements-based sidechain.

Worth remembering: same UTXO model as Bitcoin does not mean the same security model. Block production and the BTC custody wallet are federation-controlled.

The Liquid Federation vs functionaries

The Liquid Federation is a broader group of more than 80 Bitcoin-aligned businesses (exchanges, infrastructure firms, asset managers). Only a subset operates functionaries.

Functionaries are specialized servers with tamper-proof HSMs. They have two roles:

With Dynamic Federations (DynaFed), the design supports adding more functionaries beyond the initial 15. Governance runs through boards (Technology, Membership, Oversight) that federation members elect.

BTC locked for the peg is held in an 11-of-15 multisig. Each of the 15 keys lives on a functionary HSM. Peg-out signing requires that threshold, so the locked BTC remains secure as long as more than two-thirds of functionaries act honestly — the model stated in Liquid documentation and the Liquid whitepaper framing.

The two-way peg, 1:1

Every L-BTC on Liquid is backed by an equivalent amount of BTC held by the Liquid Federation on Bitcoin mainchain. Peg-in sends BTC to the federation and allows claiming L-BTC. Peg-out burns L-BTC and releases BTC. Docs state there is no more L-BTC in circulation than BTC locked by the federation. A Liquid node can be used to check that the issued L-BTC supply matches federation-held BTC.

That 1:1 claim is about backing accounting, not about identical settlement risk. Help Center wording is explicit: L-BTC operates on a different security model from mainchain BTC.

Peg-in: BTC → L-BTC

Anyone with a Liquid node can initiate a peg-in. The documented path:

  1. Generate a peg-in address with elements-cli getpeginaddress. This returns a Bitcoin mainchain_address and a claim_script.
  2. Send BTC to that federation-controlled mainchain address (a normal Bitcoin transaction).
  3. Wait for 102 Bitcoin confirmations (~17 hours). The high confirmation count exists to reduce risk from deep Bitcoin reorganizations that could unwind the deposit and create unbacked L-BTC.
  4. Claim L-BTC on Liquid (wallets often automate this). The claim mints an L-BTC UTXO equal to the deposited BTC, minus fees.

Peg-in is the only way new L-BTC is issued. Many users never run a peg-in themselves; exchanges and platforms often hold L-BTC inventory and offer conversion without the full 102-confirmation wait for the end user.

Peg-out: L-BTC → BTC

Peg-out is asymmetric. Blockstream Help Center states that only Liquid Federation members can initiate a peg-out. The member burns L-BTC on the sidechain to release equal BTC from the federation mainchain multisig to a whitelisted member address.

Documented peg-out mechanics:

General users convert L-BTC back to BTC indirectly — through a federation member, exchange, or swap — rather than signing a direct federation peg-out.

Mechanism asymmetry: peg-in is open to anyone with a node; direct peg-out is restricted to federation members with whitelisted addresses. That design is a custody and abuse-control choice, not a Bitcoin consensus rule.

What you can verify vs what you trust

Verifiable (in principle, with the right tools):

Trust / operational assumptions:

What would weaken the reading: documented change to functionary count or quorum without matching multisig updates; sustained inability of the federation to process peg-outs; or a measured gap between issued L-BTC and locked BTC that node operators cannot reconcile.

Why L-BTC is not base-layer BTC

L-BTC is a sidechain asset whose supply is intended to mirror locked mainchain BTC. It shares Bitcoin's UTXO mental model and an Elements codebase descended from Bitcoin Core. It does not share:

In short: L-BTC is a federated claim on BTC held in an 11-of-15 wallet, transferable under Liquid's rules (including confidential amounts by default). Base-layer BTC is settled under Bitcoin consensus. Confusing the ticker with the settlement model is the common error this design invites.

Sources

Liquid developer docs: How Liquid Works; Peg-in and Peg-out. Blockstream Help Center: What is the Liquid Federation?; How does Liquid Bitcoin (LBTC) work?; What is a Liquid peg-in?; What is a Liquid peg-out?. Elements Project overview (elementsproject.org). Figures such as 15 functionaries, 11-of-15 quorum, 102 peg-in confirmations, two Liquid confirmations for peg-out, and 20–60 minute peg-out batching are taken from those documents as of the cited pages.

Content on this page is for informational purposes only and is not financial advice.