# sBTC

<div data-with-frame="true"><figure><img src="/files/8d95105dc9009bf1e4d1a401487bef247c9116ad" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
对于构建者和开发者，请前往 [sBTC 指南](/more-guides/sbtc.md) 在 Build 部分下开始将 sBTC 集成到你的 Clarity 智能合约和前端应用中。
{% endhint %}

## 简介

sBTC 是 Stacks 区块链上的一种 SIP-010 代币，以 1:1 的比例代表比特币（BTC）。它使比特币持有者能够参与 DeFi 应用和其他智能合约功能，同时保持与底层比特币的锚定。

## 目的

sBTC 的主要目的是通过 Stacks 区块链将比特币桥接到 DeFi，为比特币持有者提供使用丰富智能合约功能的机会，而无需牺牲其 BTC 持仓的安全性和价值。

> *将比特币解锁为一种完全可编程、可产生生产力的资产，将使比特币成为*\
> \&#xNAN;*DeFi 和更安全 web3 的支柱。能够自由地将比特币资产移入和移出*\
> \&#xNAN;*智能合约，并让这些合约无需信任地向比特币区块链写入数据，可以*\
> \&#xNAN;*为 web3 解锁数千亿美元的被动 BTC。*\
> \
> \- sBTC：比特币无信任双向锚定设计

## 主要优势

1. **比特币兼容性**：允许比特币持有者在不出售 BTC 的情况下参与 Stacks 生态系统。
2. **快速转换**：促进 BTC 与 sBTC 之间的快速流转（存入需 3 个比特币区块，提取需 6 个）。
3. **去中心化管理**：最初使用一组由社区选出的 15 名签名者来维护锚定钱包。
4. **社区治理**：让社区参与关键决策，例如选择初始签名组。

## 关键概念

理解 sBTC 需要熟悉几个关键概念：

<details>

<summary><strong>sBTC</strong></summary>

sBTC 是一种 [SIP-010](https://github.com/stacksgov/sips/blob/main/sips/sip-010/sip-010-fungible-token-standard.md) Stacks 区块链上的代币，可在比特币区块链上兑换回 BTC。sBTC 的关键属性是其与比特币 1:1 的锚定关系，这意味着 1 sBTC 始终等于 1 BTC。

</details>

<details>

<summary><strong>sBTC UTXO</strong></summary>

sBTC UTXO 是比特币区块链上唯一未花费交易输出（UTXO），其中持有锚定到 sBTC 的全部 BTC 余额。该 UTXO 由 sBTC 签名者组管理和维护。

该 UTXO 位于一个由 sBTC 签名者控制的安全多重签名 Taproot 地址中：\
[bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x](https://mempool.space/address/bc1p6ys2ervatu00766eeqfmverzegg9fkprn3xjn0ppn70h53qu5vus3yzl0x)

</details>

<details>

<summary><strong>sBTC 签名者</strong></summary>

在 sBTC 中，sBTC 签名者是一个独立于 Stacks Nakamoto 签名者的签名实体。sBTC 签名者的职责包括：

* 签署 sBTC 操作
* 与 Stacks 链上的 sBTC 合约通信
* 管理 sBTC UTXO

</details>

<details>

<summary><strong>sBTC 签名者组</strong></summary>

sBTC 签名者组是所有 sBTC 签名者组成的群体。该组对 sBTC UTXO 拥有完全的民主访问权限，并负责维护锚定钱包的安全。签名者还可以轮换其私钥以增强安全性。

有关 sBTC 签名者是谁的更多信息，请查看 Bitcoin L2 Labs 网站上的这一部分 [这里](https://bitcoinl2labs.com/sbtc-rollout#sbtc-signers).

</details>

<details>

<summary><strong>Emily API</strong></summary>

Emily 是一个 API，除了充当 sBTC 用户与签名者之间的程序化联络人之外，还帮助促进和监督 sBTC Bridge。

</details>

<details>

<summary><strong>SIP-010 代币</strong></summary>

sBTC 遵循 [SIP-010](https://github.com/stacksgov/sips/blob/main/sips/sip-010/sip-010-fungible-token-standard.md) Stacks 区块链上可替代代币的标准。这确保了与支持 SIP-010 标准的钱包和应用程序兼容。

</details>

理解这些概念对于掌握 sBTC 的整体架构和功能至关重要。在接下来的章节中，我们将探讨这些概念如何结合起来创建 sBTC。

***

{% embed url="<https://www.youtube.com/watch?v=phbb8k9077I>" %}

***

#### 其他资源

* \[[sBTC 白皮书](https://stacks-network.github.io/stacks/sbtc.pdf)] 官方 sBTC 白皮书
* \[[Stacks 基金会](https://stacks.org/sbtc-on-mainnet)] 官方 sBTC 上线公告（2024 年 12 月）
* \[[Bitcoin Writes](https://www.bitcoinwrites.com/)] 每周 sBTC 更新（最后更新：2024 年 8 月）
* \[[Hiro 博客](https://www.hiro.so/blog/who-are-the-sbtc-signers-breaking-down-sip-028)] 谁是 sBTC 签名者：解析 SIP-028


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stacks.co/learn/zh/sbtc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
