# 승인

승인은 trustBounty가 다른 trustBounty에게 일부 잔액을 할당할 수 있는 메커니즘입니다.

가정해 봅시다. 사용자 A와 사용자 B가 각각 1백만 달러와 1만 달러의 잠긴 trustBounties를 가지고 있다고 가정해 봅시다.

만약 사용자 B가 대출을 원하지만 10만 달러의 현상금이 필요한 경우, 그/그녀는 사용자 A에게 9만 달러의 승인을 요청할 수 있습니다.

만약 사용자 A가 사용자 B의 trustBounty에 대한 9만 달러의 잔액을 승인하고 승인한다면, 사용자 B의 trustBounty의 새로운 잔액은 10만 달러가 되며, 그/그녀는 대출을 진행할 수 있습니다.

승인은 승인하는 trustBounty의 만료일을 지정할 수 있으며, 이는 승인하는 trustBounty의 만료일보다 훨씬 빠를 수 있습니다.

승인은 위험할 수 있습니다. 왜냐하면 승인되는 trustBounty가 공격을 받아 투표에서 패배하면, 승인된 자금 중 일부가 청구될 수 있기 때문입니다.

다음은 trustBounty를 승인하는 단계별 가이드입니다:

* [TrustBounties 페이지](https://payswap.org/trustbounties)로 이동하여 승인하려는 trustBounty를 찾으세요.
* 해당 trustBounty의 제어 패널 메뉴로 이동하여 **승인 추가** 버튼을 클릭하십시오.

<div><figure><img src="/files/dT4zmcMf9knk9gV2AzdN" alt=""><figcaption></figcaption></figure> <figure><img src="/files/HVzKUNlFIS4Il8jovdgb" alt=""><figcaption></figcaption></figure></div>

* 거래를 확인하고 승인하십시오.

축하합니다! 선택한 trustBounty의 일부 잔액을 성공적으로 추가했습니다. 추가된 잔액은 승인 만료일 후에 제거되어 사용자의 trustBounty로 반환됩니다.

[커뮤니티로부터 추가 지원을 받으려면 여기를 클릭하세요.](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

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