> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/clisbnb/delegation.md).

# 委托

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

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

## 规则

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

## 操作影响

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/clisbnb/delegation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
