> For the complete documentation index, see [llms.txt](https://tbtcprotocol.gitbook.io/trust-bitcoin-protocol-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tbtcprotocol.gitbook.io/trust-bitcoin-protocol-1/introduction.md).

# Introduction

<figure><img src="/files/1KhhlGTUZ5uv7LFB6Hk2" alt=""><figcaption></figcaption></figure>

The Trust Bitcoin Protocol (TBTC) stands at the forefront of revolutionizing digital finance, blending the unwavering stability of Bitcoin with the innovative potential of blockchain technology. At its heart, TBTC's Decentralized Exchange Traded Fund (DETF) reimagines investment, offering enhanced security and efficiency. This groundbreaking approach democratizes the digital currency landscape and challenges conventional investment practices.\
\
Central to TBTC is its commitment to transparency and empowering users. Harnessing blockchain's key features like immutability and decentralization, TBTC assures secure, transparent transactions, fostering trust and spearheading a more open financial ecosystem.

Beyond offering an investment platform, TBTC is dedicated to educating and engaging its community. It focuses on creating an environment conducive to learning and contributing to blockchain development. By championing innovation, security, and community engagement, TBTC is reshaping interactions with digital currencies and paving the way towards an inclusive and equitable financial future.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tbtcprotocol.gitbook.io/trust-bitcoin-protocol-1/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
