# 什么是Taproot?

比特币Taproot是比特币协议的一个重要升级，旨在提高比特币的隐私性、安全性和可扩展性。它于2021年11月被激活，是比特币自2017年SegWit升级以来的又一次重要升级。

Taproot升级的主要目标是提高比特币的隐私性。传统的比特币交易是公开的，即可以被所有人看到，包括交易的输入、输出以及交易金额等信息。这种公开的交易方式可能会暴露用户的隐私信息，例如交易的资金流向、持有人等信息。Taproot升级采用了新的脚本语言和交易签名方式，可以将多个交易合并成单一交易，使得交易变得更加私密。这样，交易的输入和输出信息都可以被隐藏起来，只有交易的最终结果会被公开，从而提高了比特币的隐私性。

此外，Taproot升级还可以提高比特币的安全性。新的脚本语言可以支持更多的交易类型，包括多重签名和时间锁等交易类型，从而提高比特币的安全性。同时，这种升级也可以减少交易费用和交易确认时间，提高比特币的可扩展性。

总之，比特币Taproot是比特币协议的一个重要升级，旨在提高比特币的隐私性、安全性和可扩展性。它的激活为比特币的未来发展奠定了更加坚实的基础。


---

# 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.tpwallet.io/cn/faq/btcwallet/taproot.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.
