# 通过 Stacking DAO 实现即时收益

借助 Stacking DAO 独特的架构，用户在质押 STX 以铸造 stSTX 和 stSTXbtc 时可以**立即捕获收益**，无需等待。我们先从基础了解它的运作机制。

### Stacking（质押）流程是如何运作的？

Stacks 的共识机制为 **Proof of Transfer（PoX）**，允许比特币矿工用 BTC 出价以赢得 Stacks 区块的打包权，并获得新铸造的 STX 和交易手续费作为奖励。

矿工提交的 BTC 随后会分发给 STX 质押者，作为他们参与网络安全贡献的奖励。

<figure><img src="/files/mRvBFGwqK1GSJvKw4Xik" alt="" width="563"><figcaption></figcaption></figure>

### 其他 Stacking 方案存在的问题

其他 Stacking 解决方案通常存在**收益延迟**的问题：

1. 当用户将 STX 存入一个质押池时，只有在**下一个周期开始后**才能开始赚取收益。由于当前周期已开始，他们的 STX 无法被用于本周期，从而**损失两周的收益**。
2. 每个质押周期为 2 周，这意味着在此期间用户**无法移动锁定的 STX**。

### 使用 Stacking DAO 可实现即时收益

**Stacking DAO 是唯一能提供“即时收益”的质押服务。**

这是因为当用户在一个周期内存入 STX 时，即便他们的代币尚未被用于该周期的实际质押，他们**仍然可以获得该周期的收益**。

如果用户在某个周期中开始提取 STX，他们的质押在该周期**仍然会产生收益**，但这些收益会分配给仍然参与质押的用户。用户则可以在**下一个周期开始时提取 STX**。

这种独特的设计相较于其他质押池具有显著优势——其他质押池的用户往往要等到下一个周期才能开始获得收益。


---

# 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.stackingdao.com/stackingdao/stacking-dao-wen-dang/stacking-dao-ji-chu-zhi-shi/tong-guo-stacking-dao-shi-xian-ji-shi-shou-yi.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.
