> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/zhong-guo-ren/products/trustbounties/approvals.md).

# 批准

批准是一种机制，通过该机制，信任赏金可以将其部分余额分配给另一个信任赏金。

假设您有用户 A 和用户 B，他们的信任赏金分别锁定了 100 万美元和 1 万美元。如果用户 B 正在寻找一笔贷款，但需要 10 万美元的赏金，他/她可以请求用户 A 批准 9 万美元。

如果用户 A 同意并批准用户 B 的信任赏金的余额为 9 万美元，那么用户 B 的信任赏金的新余额将达到 10 万美元，他/她将能够进行贷款。

批准可以指定到期日期，该日期可以远远早于其正在批准的信任赏金的到期日期。

批准是危险的，因为如果被批准的信任赏金遭到攻击并且丢失了投票，可能会导致部分批准的资金被索赔。

以下是批准信任赏金的逐步指南：

* 转到 [信任赏金页面](https://payswap.org/trustbounties)，找到您要批准的信任赏金。
* 转到其控制面板菜单，然后单击“添加批准”按钮。

<div><figure><img src="/files/JTee2lV2SPpwpCEK3qqX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/YPJBe9U0hzVPcCdyd2jW" alt=""><figcaption></figcaption></figure></div>

* 验证并确认交易。

恭喜！您已成功将您的信任赏金的一部分余额添加到上面选择的信任赏金中。添加的余额将在批准到期日期后被移除并重新添加到您的信任赏金中。

[在此处获取社区的进一步支持。](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

# 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.payswap.org/zhong-guo-ren/products/trustbounties/approvals.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.
