# BTC 多签钱包创建教程

比特币多重签名（Multisignature，简称多签）是一种安全机制，要求多个私钥共同签名才能授权资金转移，广泛应用于资产保护、团队协作和资金托管。

**点击查看详情：**[<mark style="color:blue;">**BTC 多签方案**</mark>](/cn/faq/btcwallet/btc.md)

### BTC 多签教程：

1、打开TokenPocket，点击创建钱包菜单，选择\[多签钱包]并\[创建钱包]。

<figure><img src="/files/Hg32id8OXy4M58nRq38s" alt=""><figcaption></figcaption></figure>

2、选择比特币公链创建，多签创建流程分5个操作步骤，化繁为简很容易上手，确认流程后，点击\[下一步]。

<figure><img src="/files/zuXP4k9BvbxQvwUHXfW1" alt=""><figcaption></figcaption></figure>

3、创建过程中，可选\[地址类型]，通常选择默认的 P2WSH 类型即可，想了解更多地址类型信息，可以点击底部的\[关于地址类型]进入查看。

<figure><img src="/files/6ygVRpKI3rmOLlA1yi5H" alt=""><figcaption></figcaption></figure>

4、添加管理公钥，在这里有三种方式，第一种，可以直接填入 [<mark style="color:blue;">**BTC 地址公钥**</mark>](/cn/faq/btcwallet/obtain-public-key.md) <mark style="color:blue;">**，**</mark>第二种，点击\[扫一扫]扫描公钥二维码导入，第三种，点击TokenPocket中已存在的 BTC 钱包地址直接导入。

<figure><img src="/files/V6xidOFzvYIhtjhBwyfJ" alt=""><figcaption></figcaption></figure>

5、BTC 多签钱包的创建和EVM或TRON创建的阈值和管理地址部分是类似的，例如这里设置了3个管理地址，那么需要设置\[最少确认签名数]，用户可以根据自己的实际需求来操作，例如2/3的这种设置，即便是丢失了一个管理地址，剩余的2个管理地址依然可以签名执行上链。 关于管理地址和阈值的设置，要根据个人或团队的实际需求操作。最后点击\[生成多签]即可完成 BTC 多签钱包的创建。

<figure><img src="/files/dCBDC2jfuIqMDVBLfkih" alt=""><figcaption></figcaption></figure>


---

# 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://help.tokenpocket.pro/cn/faq/btcwallet/btc-multi-signature.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.
