# 8.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/8.-fei-tuo-guan-zi-jin-mo-xing-yu-an-quan-xing-de-jie-gou-lai-yuan/8.2-shou-quan-ji-zhi-yu-kong-zhi-bian-jie.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.
