# sBTC 的核心特性

sBTC 提供多项核心功能，使其成为 Stacks 与比特币之间强大的、最小信任的比特币桥梁：

{% stepper %}
{% step %}
**1:1 比特币支持**

每个 sBTC 代币都由托管钱包中等值的比特币作为支持。这确保 sBTC 相对于 BTC 保持稳定价值。
{% endstep %}

{% step %}
**去中心化管理**

sBTC 托管钱包由一组 sBTC 签名者维护和管理。这种去中心化方式增强了安全性，并减少了单点故障。
{% endstep %}

{% step %}
**快速转换**

sBTC 便于 BTC 与 sBTC 之间的快速转换：

* BTC 到 sBTC 的转换可在 3 个比特币区块内完成
* sBTC 到 BTC 的转换可在 6 个比特币区块内完成
  {% endstep %}

{% step %}
**SIP-010 兼容性**

sBTC 遵循 Stacks 区块链上的 SIP-010 同质化代币标准。这确保了与 Stacks 钱包和应用的广泛兼容性。
{% endstep %}

{% step %}
**社区治理**

最初的 sBTC 签名者集合由社区投票决定，并按 STX 持有量加权。这种方式确保社区在 sBTC 系统管理中拥有发言权。
{% endstep %}

{% step %}
**签名者密钥轮换**

sBTC 签名者能够轮换其私钥，从而增强系统的长期安全性。
{% endstep %}

{% step %}
**交易费用赞助**

Stacks 上的 sBTC 交易可以由他人赞助，允许用户使用 sBTC 而不是 STX 支付交易费用。
{% endstep %}
{% endstepper %}


---

# 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/core-features.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.
