# 委托

在存入抵押品并触发铸造时，存款人可以选择设置一个代理地址来接收 `slisBNBx`，而不是存款人地址。

这在用户希望 Launchpool 奖励累积到另一个钱包时非常有用，例如一个 Binance Web3 钱包。

## 规则

* 每个存款人在铸造时只能设置一个代理地址。
* 一旦为某个位置分配了代理地址，就不能更改或转移。
* 即使在被委托的账户中，`slisBNBx` 仍然是不可转让的。
* 在提款时，从被委托持有者地址执行销毁操作。

## 操作影响

* 存款路径可以将证书所有权记入一个单独的奖励钱包。
* 提款路径必须从同一个被委托持有者那里销毁。
* 委托影响谁持有证书，而不影响 Moolah 中的抵押品所有权规则。


---

# 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.bsc.lista.org/zh-cn/kai-fa-zhe/clisbnb/delegation.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.
