# 经济激励与安全预算

<div data-with-frame="true"><figure><img src="/files/63629fb0bba233507cd98a0477da05dfdee91597" alt=""><figcaption></figcaption></figure></div>

要重组 Stacks 链，某人必须控制当前已质押的 STX 至少 70%，并对比特币本身发起 51% 攻击。

除此之外，由于 Stacks 通过不允许分叉来实现比特币最终性，Stacks 的安全预算达到了比特币挖矿算力的 51%，因为要回滚链状态，你也需要回滚比特币链状态。

质押者获得了新赋予的能力，可以对区块进行签名，以便将其追加到 Stacks 链上。然而，其中一些人可能会拒绝签名，从而确保没有任何区块达到 70% 的签名阈值。虽然这种情况可能是意外发生的，但这并非经济上合理的行为——如果他们让链停滞太久，他们的 STX 会失去价值；此外，他们也无法重新质押或清算自己的 STX，或激活 PoX 来赚取 BTC。而且，如果没有区块被确认，矿工也会停止挖矿，这会消除他们持续获得的 PoX 奖励。

关于这一切如何运作的技术细节在以下部分中讨论： [出块](/learn/zh/block-production.md) 一节中了解更多关于这一过程的信息。

***

### 其他资源

* \[[Stacks YT](https://www.youtube.com/watch?v=HUyFnGnA4FU)】比特币的长期安全预算与矿工激励


---

# 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.stacks.co/learn/zh/block-production/financial-incentive-and-security-budget.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.
