# Babylon 概述

Babylon项目设计了扩展比特币的安全协议，用于确保去中心化世界的安全。为此，Babylon采用了比特币网络的三个主要方面：**BTC资产**，比特币网络的工作量证明 (PoW: Proof of Work) 安全共识的**时间戳服务器**，以及全球最能抗审查的比特币网络中的**区块空间**。通过创造开创性协议，Babylon设想了一个更加安全的，以比特币为核心的去中心化世界。

为实现这一愿景，我们构建了一套比特币安全共享协议：[Babylon](https://github.com/babylonlabs-io/babylon)。目前，它包括两个协议：

* **比特币时间戳：**&#x8BE5;协议将任何数据 (例如 PoS 区块链) 的简洁且可验证的时间戳发送至比特币网络。
* **比特币质押：**&#x8BE5;协议允许BTC资产通过去信任化 (和自我托管) 质押为任何去中心化系统提供经济安全。

Babylon团队正在开发BTC质押协议的核心原语，并将很快开源。本文档提供了协议设计的简要概述，开源后将会发布更多文档。


---

# 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://www.docszh.com/babylon-docs/introduction/babylon-overview.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.
