# 5.2 四步好运流转机制

在用户视角下，复杂的生命周期被压缩为一个高度直观的流程，内部被称为“四步好运流转”。

**第一步：资金准备与授权**\
用户通过私聊入口完成资金准备。此时，资金并未进入任何平台账户，而是根据红包创建需求被授权用于链上锁定。

**第二步：红包参数配置**\
用户设定红包类型、金额、数量及有效期限。这一阶段的关键在于：

一旦参数确认，后续分配结果的范围即被锁定。

**第三步：发送与传播**\
红包通过指令生成唯一标识，并被发送至群聊或私聊环境中。传播行为本身不涉及任何资金变动，仅决定领取入口。

**第四步：领取与自动结算**\
当群成员触发领取操作时，智能合约即时执行分配逻辑，并将结果直接结算至对应地址。


---

# 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.mashanglinghongbao.xyz/5.-he-xin-ji-zhi-yu-yong-hu-liu-cheng/5.2-si-bu-hao-yun-liu-zhuan-ji-zhi.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.
