# Taproot Upgrade

Another upgrade in 2021, called [Taproot](https://bitcoin.org/en/releases/0.21.1/) or SegWit v1, enabled numerous enhancements to witness data usage.&#x20;

This soft fork upgrade encompassed three distinct Bitcoin Improvement Proposals (BIPs): BIP 340, BIP 341, and BIP 342, and aimed to enhance privacy, scalability, and composability within the Bitcoin blockchain.

One of the most significant impacts of Taproot was the introduction of advanced scripting capabilities in the Witness section of a block.

Taproot removed the data limits between the two sections of a block, effectively enabling up to 4MB of data to be stored in the Witness section. This change further increased Bitcoin's scalability by allowing more transactions to be included in each block, improving the network's overall transaction throughput.

By combining advanced scripting capabilities with increased data capacity in the Witness section, Taproot paved the way for greater privacy, scalability, and functionality within the Bitcoin ecosystem, while maintaining backward compatibility with existing Bitcoin nodes and wallets.

This block section increase enabled a technique dubbed "inscriptions," allowing arbitrary data storage within a transaction's witness section. Though ignored by Bitcoin itself, this arbitrary data can be extracted and parsed by inscription-aware software, allowing for the storage of images and rich media on the blockchain.


---

# 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://book.runesterminal.io/2.-origins/taproot-upgrade.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.
