# 智能合约作为执行中枢

在“马上领红包”的系统设计中，智能合约并不是为了“上链而上链”，也不是为了增加技术复杂度，而是被明确选定为唯一具备资金执行权的系统层。这一选择并非工程实现的自然结果，而是从红包这一行为的本质出发，所推导出的结构性结论。

红包是一种多参与方、强时间约束、结果不可回滚的资金分配行为。一旦执行逻辑依赖可变系统，其可信性便随之崩塌。因此，项目在架构层面首先确立的不是“如何交互”，而是“由谁裁决”。


---

# 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/7.-zhi-neng-he-yue-zuo-wei-zhi-xing-zhong-shu/zhi-neng-he-yue-zuo-wei-zhi-xing-zhong-shu.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.
