> 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/how-to-use-the-sbtc-bridge.md).

# 如何使用 Xverse/Leather 连接 sBTC Bridge

sBTC 桥是一个网页应用，允许你将 BTC 转换为 Stacks 链上的 sBTC。

{% hint style="danger" %}
请确保您使用的是位于 [sbtc.stacks.co](https://sbtc.stacks.co/)的桥。这是唯一官方的 sBTC 桥。
{% endhint %}

如果你不熟悉 sBTC，请务必查看 [sBTC 概念指南](/learn/zh/sbtc.md) 以了解其工作原理。

该桥的设计尽可能简单易用。要使用 sBTC，你只需使用受支持的钱包发送一笔比特币交易（例如 [Leather](https://leather.io/) 或 [Xverse](https://www.xverse.app/)）。本指南将展示 Xverse 的截图，但如果使用 Leather，流程也是一样的。

下面你会找到使用该桥的视频和书面操作说明。

### 视频教程

{% embed url="<https://youtu.be/XZruuDgTo4k>" %}

### 书面教程

将 BTC 转换为 sBTC 只需 5 个简单步骤。

{% stepper %}
{% step %}
**连接你的钱包**

首先，你需要将钱包连接到桥接界面。目前支持 Leather 和 Xverse，未来还会支持更多钱包。

<div data-with-frame="true"><figure><img src="/files/8e6211676c6b5db5c5ddd2e87289f22639d4ac6e" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**选择要存入的金额**

钱包连接后，选择您希望转换为 sBTC 的 BTC 数量。

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

{% hint style="info" %}
铸造你的 sBTC 需要两笔交易费用。第一笔由用户在钱包中发起存款交易时手动设置。第二笔是用于将存款 UTXO 合并为单个签名者 UTXO 的费用。这笔单独的交易费用会自动发生，最高设置为 80k sats。这部分会自动从你铸造的 sBTC 中扣除。这不是签名者费用，而是普通的比特币交易手续费。
{% endhint %}
{% endstep %}

{% step %}
**选择要铸造到的 Stacks 地址**

接下来，输入你希望铸造 sBTC 的 Stacks 地址。

<div data-with-frame="true"><figure><img src="/files/c6c8b9730634707b195e0616e3cfcd714248b5dc" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**发起交易**

在你选择好 Stacks 地址后，使用已连接的钱包转移 BTC。

<div data-with-frame="true"><figure><img src="/files/2b24f30782f8d27e75309ad04ee5d6da4a16cabe" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**接收您的 sBTC**

在界面中，你可以监控交易状态，查看它何时完成，完成后你就可以在钱包中看到 sBTC。它会经历三个阶段：

* 待处理 - 你的比特币交易正在处理
* 铸造中 - 你的比特币交易已处理，sBTC 签名者正在铸造你的 sBTC
* 已完成 - 您的 sBTC 已铸造到您的钱包中

请注意，你可能需要通过点击“管理代币”并启用 sBTC，来在钱包中显示 sBTC 代币。

<div data-with-frame="true"><figure><img src="/files/e2187c40f24800f031db119e27f8c3ab58f137c7" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### 找回 BTC

如果你的 sBTC 铸造失败，你可以找回你的 sBTC。你可以通过桥接访问找回页面 <https://sbtc.stacks.co/\\>\<TX\_ID>/reclaim，并将方括号中的文本替换为你的交易 ID，例如。 <https://sbtc.stacks.co/8f37f750b6646f0a217121201967170bd3cfef5f2ebd4f30f359b5e9308470c4/reclaim>

在存入 BTC 与 sBTC 签名者将其合并为单个签名者 UTXO 之间有一个中间步骤。如果该交易未被签名者接收，您可以使用此界面进行找回。请注意，回收页面上有一个“锁定时间”字段。这表示在找回您的 BTC 之前必须经过的区块数量。

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

这会发起一笔比特币交易，将您的 BTC 转回给您。


---

# 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/how-to-use-the-sbtc-bridge.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.
