> 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/bahasa-indonesia/products/trustbounties/approvals.md).

# Persetujuan

Persetujuan adalah mekanisme di mana trustBounty dapat menetapkan sebagian dari saldonya ke trustBounty lainnya.

Misalkan Anda memiliki pengguna A dan pengguna B dengan trustBounties masing-masing sebesar 1 juta USD dan 10.000 USD terkunci di dalamnya.

Jika pengguna B mencari pinjaman tetapi membutuhkan bounty sebesar 100.000 USD, dia dapat meminta pengguna A untuk persetujuan sebesar 90.000 USD.

Jika pengguna A menerima dan menyetujui trustBounty pengguna B untuk saldo sebesar 90.000 USD, saldo baru trustBounty pengguna B akan mencapai 100.000 USD dan dia akan dapat melanjutkan dengan pinjaman.

Persetujuan dapat menentukan tanggal kedaluwarsa yang bisa jauh lebih cepat dari tanggal kedaluwarsa trustBounty yang mereka setujui.

Persetujuan berisiko karena jika trustBounty yang disetujui akan diserang dan kalah dalam pemungutan suara, sebagian dari dana yang disetujui dapat diklaim.

Berikut adalah panduan langkah demi langkah untuk menyetujui trustBounty:

* Buka halaman [TrustBounties](https://payswap.org/trustbounties) dan cari trustBounty yang ingin Anda setujui
* Pergi ke menu panel kontrolnya dan klik tombol **Tambah Persetujuan**

<div><figure><img src="/files/xTePJQmzFppMCCbT4kgK" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5GkGNWfk77ApL4clA8JD" alt=""><figcaption></figcaption></figure></div>

* Validasi dan konfirmasi transaksi

Selamat! Anda telah berhasil menambahkan sebagian dari saldo trustBounty Anda ke trustBounty yang dipilih di atas. Saldo tambahan itu akan dihapus dan ditambahkan kembali ke trustBounty Anda setelah tanggal kedaluwarsa persetujuan.

[Dapatkan dukungan lebih lanjut dari komunitas di sini.](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/bahasa-indonesia/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.
