> For the complete documentation index, see [llms.txt](https://docs.stacks.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacks.co/learn/zh/sbtc/using-the-sbtc-bridge-app.md).

# 使用 sBTC Bridge 应用

<div data-with-frame="true"><figure><img src="/files/fc5558182408f27709628f32ee18a165ffe6db43" alt=""><figcaption><p><a href="https://sbtc.stacks.co/">https://sbtc.stacks.co/</a></p></figcaption></figure></div>

面向用户的 sBTC Bridge 应用旨在促进 BTC 与 sBTC 之间无缝且安全的转换。您可以将 BTC 存入（peg-in）为 sBTC。或者，您也可以将 sBTC 提取（peg-out）回 BTC。该应用还提供了一个直观的界面，帮助您安全管理交易历史。

{% hint style="info" %}
官方 sBTC Bridge 应用位于 <https://sbtc.stacks.co/>
{% endhint %}

请参考以下指南，了解如何安全地将您的 BTC 转换为 sBTC。

* [如何使用 Xverse/Leather 连接 sBTC Bridge](/learn/zh/sbtc/using-the-sbtc-bridge-app/how-to-use-the-sbtc-bridge.md)
* [如何使用 Fordefi 连接 sBTC Bridge](/learn/zh/sbtc/using-the-sbtc-bridge-app/how-to-use-the-sbtc-bridge-with-fordefi.md)
* [如何使用 Asigna 连接 sBTC Bridge](/learn/zh/sbtc/using-the-sbtc-bridge-app/how-to-use-the-sbtc-bridge-with-asigna.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stacks.co/learn/zh/sbtc/using-the-sbtc-bridge-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
