# tBTC SDK

tBTC SDK is a TypeScript library that provides effortless access to the fundamental features of the tBTC Bitcoin bridge. The SDK allows developers to integrate tBTC into their own applications and offer the power of trustless tokenized Bitcoin to their users.

The SDK documentation consists of the following parts:

* [Quickstart](/app-development/tbtc-sdk/quickstart.md)&#x20;
* [Architecture](/app-development/tbtc-sdk/architecture.md)
* [Guides](/app-development/tbtc-sdk/guides.md)
* [API Reference](https://github.com/keep-network/tbtc-v2/tree/main/typescript/api-reference)

For a high-level overview of the tBTC protocol, please see the [tBTC Bitcoin Bridge](/tbtc-v2.md) section.


---

# 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.threshold.network/app-development/tbtc-sdk.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.
