For the complete documentation index, see llms.txt. This page is also available as Markdown.

The sBTC Signers

The Peg Wallet UTXO is a fundamental element of the sBTC system, serving as the Bitcoin backing for all sBTC tokens in circulation. The system uses a Single UTXO Model: the sBTC peg wallet is consistently represented as a single Unspent Transaction Output (UTXO) on the Bitcoin blockchain. This design offers simplicity and improved efficiency in managing the peg wallet.

This UTXO resides in a secure multi-signature taproot address controlled by the sBTC Signers: bc1pss7kvauf5utmxp3pznz7guc63zujmpwnt9q4znzu4dzhd69yumgs58cjgl

Overview

  • Single UTXO Model: the peg wallet is always a single UTXO.

  • Responsibility: UTXO management is performed by the Signer set.

  • Purpose: simplify tracking and management, reduce Bitcoin transactions required for sBTC operations, and centralize funds in a single, well-secured output.

How the Single UTXO is maintained

1

Constructing the new UTXO

A Signer coordinator constructs the UTXO by creating a new Bitcoin output that will represent the peg wallet going forward.

2

Consolidating requests into a batch

The Signer set collectively consolidates all deposit and withdrawal requests and creates optimized batches that can be processed within a single UTXO.

3

Creating the new UTXO from the previous UTXO

The new UTXO is created by:

  • spending the amount from the previous UTXO,

  • adding confirmed deposits,

  • subtracting confirmed withdrawals.

4

Optimizing batching with approval sets

When multiple sBTC operation requests are present, the Signer coordinator groups them by approval sets. If differing approval sets exist across active operations, the coordinator batches deposit UTXOs into groups with the maximum size per approval set to preserve the single UTXO invariant while maximizing batch efficiency.

Benefits

  • Simplified tracking and management of peg funds.

  • Fewer Bitcoin transactions for sBTC operations.

  • Centralized funds in a single, well-secured output improves operational efficiency.

The Single UTXO Model is designed to balance simplicity and operational efficiency for the sBTC peg wallet.

Security considerations

  • The single UTXO is managed by the sBTC Bootstrap Signer Set, which requires a threshold of signers to approve any spending (multi-signature).

  • Regular audits and continuous monitoring are essential to ensure the UTXO accurately represents the total sBTC in circulation at all times.

  • The UTXO, held by the Signers' bitcoin address, is only spendable via a key path spend. This means there are no hidden taproot script path spends.


What's the difference between Stacks Signers vs sBTC Signers

Role
Stacks Signer
sBTC Signer

Primary Responsibility

Signs and validates Stacks blocks

Secures peg for sBTC (Bitcoin ↔ Stacks)

What They Sign

Stacks block data

Bitcoin transactions (peg-in / peg-out)

Layer

Stacks consensus layer

Bitcoin layer (via threshold signatures)

Purpose

Ensure canonical chain progression

Ensure safe custody + movement of BTC backing sBTC

Trust Model

Part of Stacks consensus

Threshold signer set managing BTC

Failure Impact

Chain instability / fork risk

Risk to BTC peg integrity

Assets Involved

STX

BTC

Who are the sBTC Signers

sBTC Signer Set

Organization

Qualifications

Asymmetric Research

Top validator on various networks (Solana, Aptos), providing critical feedback to Stacks ecosystem.

Bitcoin L2 Labs

Development company for sBTC protocol, deep involvement in Stacks and Bitcoin ecosystems.

Blockdaemon

Largest node operator, 50+ blockchains supported, active as a signer in Stacks.

Degen Lab

Continuous involvement with the Stacks ecosystem, successfully built a decentralized stacking pool, and contributor to several open-source projects

Fast Pool

Oldest Stacking pool, deep knowledge of Bitcoin and Stacks nodes since 2021.

SenseiNode

Top Latin American node operator, 9,500+ validators, focused on decentralizing infrastructure.

Stacking DAO

Leading DeFi app and liquid staking protocol, managing 56 million STX, sBTC signer infrastructure.

Xverse

Long-term Stacks supporter, largest Stacking pool by TVL, integrated into Xverse wallet.

Ankr

RPC infrastructure across 70+ blockchains, handling 8B+ daily requests, with non-custodial staking already serving 18,000+ users

The Tie

Institutional crypto data platform serving ~500 funds, asset managers, and banks + staking infrastructure across 40+ networks.

Hashkey

HashKey brings regulated digital asset expertise and an established institutional footprint in Asia to the signer set.

Signer Rotations

A decentralized signer set is a living network, and rotation is part of its design. Signers commit infrastructure, key shares, and operational overhead to the set, and on a semi-regular basis, some step back while others step in. The protocol is designed for exactly this: the 70% consensus threshold holds throughout the transition, every handoff is verified onchain, and no BTC ever moves with fewer approvals than before. Each cycle is also how the set gets stronger, bringing in signers whose infrastructure and regulatory posture match where Bitcoin-native finance is heading.

Previous rotations:

Last updated

Was this helpful?