# sBTC 如何流转

本节介绍 sBTC 系统中的主要操作。这些操作构成了 sBTC 的核心功能，使用户能够无需许可地在比特币和 Stacks 生态系统之间转移价值。

{% stepper %}
{% step %}
**存入**

将 BTC 转换为 sBTC。

* **增强实用性**: 用户可以通过将 BTC 转换为 sBTC，在 Stacks 网络上利用他们的比特币，从而访问原生比特币网络上无法实现的智能合约和去中心化应用（dApps）。
* **DeFi 机会**: 通过使用 sBTC，用户可以参与去中心化金融（DeFi）活动，例如借贷，以及通过其资产赚取收益。
* **成本效率**: 与比特币网络相比，在 Stacks 网络上运行可能提供更低的交易费用，使执行交易和智能合约更具成本效益。
* **互操作性**: sBTC 让用户享受区块链互操作性的好处，在比特币和 Stacks 生态系统之间无缝转移其价值。
* **网络安全**: Stacks 基于比特币的稳健性来增强安全性，在使用 sBTC 时提供额外一层信任与可靠性。
  {% endstep %}

{% step %}
**提取**

将 sBTC 转回 BTC。

* **流动性需求**: 用户可能希望将 sBTC 转回 BTC，以便获取比特币网络上可用的深度流动性，从而更轻松且可能更快速地完成交易。
* **退出到法币**: 通过将 sBTC 转换为 BTC，用户可以通过主要支持比特币的交易所，将资金从加密货币生态系统提取为法定货币。
* **安全偏好**: 由于比特币以安全性和去中心化著称，一些用户可能更愿意直接在比特币网络上持有资产。
* **网络偏好**: 个人可能会选择仅在比特币网络内操作，因为它简单且作为支付方式被广泛接受。
  {% 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/sbtc-operations.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.
