> For the complete documentation index, see [llms.txt](https://tgbtc.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tgbtc.gitbook.io/docs/whitepaper/abstract.md).

# Abstract

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

The whitepaper explains the operation principles of the TON Teleport BTC system, focusing on trustlessness and interoperability between Bitcoin and TON networks. Emphasizing transparency, autonomy, decentralization, and censorship resistance, trustless systems ensure robustness and security in managing digital assets, eradicating the need for intermediaries to uphold trust between participants. The TON Teleport BTC system allows for secure and seamless transfer of BTC and its trustless representation, tgBTC, between the Bitcoin and TON networks without centralized oversight, offering users the highest degree of trust and convenience in their operations.

The whitepaper does not delve into complex technical issues but aims to create an understanding of the system for users familiar with blockchain technologies. The document is structured into chapters that cover the declaration of trustlessness, overview of TON Teleport BTC, key concepts such as Peg-in and Peg-out processes, and the conclusion highlighting the system’s innovation and potential. The whitepaper is essential for users looking to grasp the fundamentals of trustless systems and the operation of TON Teleport BTC, offering insights into its autonomy, transparency, and security features.


---

# 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://tgbtc.gitbook.io/docs/whitepaper/abstract.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.
