# 可编程钱包

- [可编程钱包](https://docs.underscore.finance/zh/ke-bian-cheng-qian-bao/user-wallet.md): 具备可编程支付和 DeFi 访问能力的代理式钱包，授予执行权，而非托管权
- [管理员](https://docs.underscore.finance/zh/ke-bian-cheng-qian-bao/managers.md): 授予代理执行权，而非托管权，并把它们限制在你设定的不可突破边界内
- [收款人](https://docs.underscore.finance/zh/ke-bian-cheng-qian-bao/payees.md): 让代理为自己所需的服务付款，并在精确限额内完成周期性支付
- [数字支票](https://docs.underscore.finance/zh/ke-bian-cheng-qian-bao/cheques.md): 无需盲目信任的一次性支出，可取消付款，并带有审核延迟
- [白名单](https://docs.underscore.finance/zh/ke-bian-cheng-qian-bao/whitelist.md): 通过时间锁安全机制，为你最信任的地址提供即时、无限额转账


---

# 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.underscore.finance/zh/ke-bian-cheng-qian-bao.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.
