# Taproot/MAST

Merkelized Abstract Syntax Trees (MAST) is an improvement to the bitcoin protocol that will allow for more complex unlocking scripts on the bitcoin blockchain. Taproot is one codename for an upgrade that would add MAST.

While these scripts are available now, we are waiting for standardization of aggregate signature processes in order to improve the privacy characteristics and lower the transaction fees for our clients.&#x20;

MAST would make complex unlocking scripts look identical and have identical size to simpler ones. This would allow us to add new layers of security for our users. For example, we could offer a 3-of-5 wallet that reverts to a single signature wallet after a few years have passed without spending from it. This would add a failsafe in inheritance scenarios where a user dies unexpectedly and some of their keys are unrecoverable. The single signature fallback could be controlled by the user’s estate executor.<br>


---

# 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://docs.casa.io/wealth-security-protocol/future-improvements/taproot-mast.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.
