# Approvals

Approvals are mechanisms through which a trustBounty can assign some of its balance to another one.

Suppose you have user A and user B with trustBounties with 1 million USD and 10,000 USD locked up in them respectively.

If user B were looking for a loan but needs a bounty of 100,000 USD, he/she can ask for user A for an approval of 90,000 USD.

If user A were to accept and approve user B's trustBounty for a balance of 90,000 USD, user B's trustBounty's new balance would amount to 100,000 USD and he/she will be able to proceed with the loan.

Approvals can specify expiry dates which can be much sooner than the expiry date of the trustBounty they are approving.

Approvals are dangerous since if the trustBounty being approved were to be attacked and lose the vote, some of the funds approved may be claimed.

Here is a step-by-step guide to approving a trustBounty:

* Go to the [TrustBounties' page](https://payswap.org/trustbounties) and find the trustBounty you are trying to approve
* Go to its control panel menu and click on the **Add Approval** button

<div><figure><img src="/files/sqUNi2TKWb4A52A6Hcw0" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dCpcgzNVViKOEOKaaeZo" alt=""><figcaption></figcaption></figure></div>

* Validate and confirm the transaction

Congratulations! You have successfully added part of your trustBounty's balance to the trustBounty selected above. That added balance will be removed and added back to your trustBounty after the approval expiry date.

[Get further support from the community here.](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/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.
