From 4bb93aa56076887728d2ef557b2d54039c1ad422 Mon Sep 17 00:00:00 2001 From: djordon-stacks <236454686+djordon-stacks@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:26:28 -0400 Subject: [PATCH] Update to the latest sbtc signers' address --- docs/build/more-guides/sbtc/bridging-bitcoin/btc-to-sbtc.md | 4 ++-- docs/learn/sbtc/README.md | 2 +- docs/learn/sbtc/sbtc-signers.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build/more-guides/sbtc/bridging-bitcoin/btc-to-sbtc.md b/docs/build/more-guides/sbtc/bridging-bitcoin/btc-to-sbtc.md index 1e2f61bd99..96f3cf13f3 100644 --- a/docs/build/more-guides/sbtc/bridging-bitcoin/btc-to-sbtc.md +++ b/docs/build/more-guides/sbtc/bridging-bitcoin/btc-to-sbtc.md @@ -108,7 +108,7 @@ This guide assumes you have a front-end bootstrapped with the Stacks Connect lib {% step %} #### Building the sBTC deposit address -You're not directly sending bitcoin to the public sBTC Signers' [bitcoin address](https://mempool.space/address/bc1prcs82tvrz70jk8u79uekwdfjhd0qhs2mva6e526arycu7fu25zsqhyztuy), but rather sending to a custom P2TR address where both the user and sBTC Signers have control over. This custom P2TR address is special because it contains tapscripts that specify which parties are able to unlock the UTXOs via a script path spend. +You're not directly sending bitcoin to the public sBTC Signers' [bitcoin address](https://mempool.space/address/bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x), but rather sending to a custom P2TR address where both the user and sBTC Signers have control over. This custom P2TR address is special because it contains tapscripts that specify which parties are able to unlock the UTXOs via a script path spend. The construction of these tapscripts is what ultimately generates the custom P2TR address that the user will be sending their UTXOs to. Constructing tapscripts, or bitcoin scripts in general, are complex and tricky. The `sbtc` library provides useful methods for abstracting away the complexities of working with taproot related functions. @@ -276,7 +276,7 @@ And that's all to it. You've successfully allowed your app to handle incoming BT ### What scripts make up the custom P2TR bitcoin address? -As mentioned above, you're not directly sending bitcoin to the public sBTC Signers' [bitcoin address](https://mempool.space/address/bc1prcs82tvrz70jk8u79uekwdfjhd0qhs2mva6e526arycu7fu25zsqhyztuy), but rather sending to a custom P2TR address where both the user and sBTC Signers have control over. Besides the default key path spend, this custom P2TR address also contains 2 sets of scripts: +As mentioned above, you're not directly sending bitcoin to the public sBTC Signers' [bitcoin address](https://mempool.space/address/bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x), but rather sending to a custom P2TR address where both the user and sBTC Signers have control over. Besides the default key path spend, this custom P2TR address also contains 2 sets of scripts:
diff --git a/docs/learn/sbtc/README.md b/docs/learn/sbtc/README.md index 335724ea73..85127eb314 100644 --- a/docs/learn/sbtc/README.md +++ b/docs/learn/sbtc/README.md @@ -51,7 +51,7 @@ sBTC is a [SIP-010](https://github.com/stacksgov/sips/blob/main/sips/sip-010/sip The sBTC UTXO is the single unspent transaction output (UTXO) on the Bitcoin blockchain that holds the entire BTC balance pegged into sBTC. This UTXO is managed and maintained by the set of sBTC Signers. This UTXO resides in a secure multi-signature taproot address controlled by the sBTC Signers:\ -[bc1prcs82tvrz70jk8u79uekwdfjhd0qhs2mva6e526arycu7fu25zsqhyztuy](https://mempool.space/address/bc1prcs82tvrz70jk8u79uekwdfjhd0qhs2mva6e526arycu7fu25zsqhyztuy) +[bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x](https://mempool.space/address/bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x) diff --git a/docs/learn/sbtc/sbtc-signers.md b/docs/learn/sbtc/sbtc-signers.md index 08d031fa1a..72760660e0 100644 --- a/docs/learn/sbtc/sbtc-signers.md +++ b/docs/learn/sbtc/sbtc-signers.md @@ -4,7 +4,7 @@ The Peg Wallet UTXO is a fundamental element of the sBTC system, serving as the {% hint style="info" %} This UTXO resides in a secure multi-signature taproot address controlled by the sBTC Signers:\ -[bc1prcs82tvrz70jk8u79uekwdfjhd0qhs2mva6e526arycu7fu25zsqhyztuy](https://mempool.space/address/bc1prcs82tvrz70jk8u79uekwdfjhd0qhs2mva6e526arycu7fu25zsqhyztuy) +[bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x](https://mempool.space/address/bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x) {% endhint %} ## Overview