# 后端部署

Babylon比特币质押将分阶段启动。第一阶段仅涉及BTC持有者向比特币网络提交质押交易，锁定BTC资产，此阶段将不会有任何PoS链运行其中。

本节文档将演示如何部署Babylon比特币质押第一阶段的后端系统。

本节文档包含以下内容：

1. [**部署概述**](/babylon-docs/user-guides/bitcoin-staking-phase1/backend-deployment/deployment-overview.md)：部署过程的高级概述，包括主要组件及其在后端系统中的作用。
2. [**必要的基础设施服务设置**](/babylon-docs/user-guides/bitcoin-staking-phase1/backend-deployment/infra.md)：具体介绍必要的基础服务的安装和配置。
3. [**BTC质押后端服务设置**](/babylon-docs/user-guides/bitcoin-staking-phase1/backend-deployment/services.md)：设置好必要的基础设施后，继续安装和配置BTC质押后端服务。
4. [**全局系统配置**](/babylon-docs/user-guides/bitcoin-staking-phase1/backend-deployment/global-params.md)：整个系统范围内的质押参数设置。


---

# 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/user-guides/bitcoin-staking-phase1/backend-deployment.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.
