# 8.3 资金流转路径的确定性

在该模型下，一次红包行为的资金路径可以被完整描述：

1. 资金从用户地址进入合约
2. 合约按规则暂存资金
3. 资金被直接转移至领取者地址
4. 或在超时后退回创建者地址

整个过程中不存在“中转账户”，也不存在人工干预点。这种单一路径设计，使资金状态在任何时刻都具备可解释性。


---

# 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/8.-fei-tuo-guan-zi-jin-mo-xing-yu-an-quan-xing-de-jie-gou-lai-yuan/8.3-zi-jin-liu-zhuan-lu-jing-di-que-ding-xing.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.
