# What Is a Bitcoin Taproot Address

A Bitcoin Taproot address is a relatively new kind of [Bitcoin address](https://www.xverse.app/blog/bitcoin-address). Also known as Pay-to-Taproot (P2TR) addresses, it leverages the Taproot protocol to provide a more efficient mechanism for transacting with Bitcoin.&#x20;

* Taproot is the latest Bitcoin address format designed to enhance privacy, scalability, and scripting capabilities. Addresses in this format start with "bc1p."
* Taproot allows the aggregation of multiple signatures, making complex transactions more efficient and cost-effective.
* Taproot has enabled new smart contract functionalities on Bitcoin, paving the way for the emergence of Ordinals and Bitcoin-native tokens like BRC-20 and Runes.

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

**Example Taproot Address:** `bc1pavlmkapyn630588yvykxuhhwgzke7d7h0lcgca8a9uczcrct8elq7aqmt8`

[*Learn what Bitcoin Taproot addresses are, how they work, and what you can do with them in this beginner’s guide.*](https://www.xverse.app/blog/bitcoin-taproot-address)


---

# 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.runesdex.com/runes-dex-intro/get-started/what-is-a-bitcoin-taproot-address.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.
