> For the complete documentation index, see [llms.txt](https://docs.octusbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octusbridge.io/ob-id/use/governance/concepts/proposals.md).

# Pengajuan

## Bagaimana cara kerja pengajuan

Harus langsung diingat bahwa untuk membuat pengajuan, Anda memerlukan setidaknya 100.000 token BRIDGE dalam taruhan.

Setelah itu, Anda mengisi formulir [**Buat pengajuan baru**](/ob-id/use/governance/create-proposals.md) dan mengumpulkannya untuk diulas. Verifikasi mempertimbangkan dua aspek utama

1. Kegunaan untuk jaringan
2. Kelayakan teknis

Setelah verifikasi, pengajuan dikirimkan ke pemungutan suara. Untuk bisa memilih, pemegang saham harus memiliki token BRIDGE di neraca keuangan mereka. Kepentingan suara pemegang saham bergantung langsung pada nomor mereka. Pemilih juga memiliki 3 pilihan pemberian suara: Mendukung, Menentang dan Tidak Memberi Suara.

Bobot suara dipertimbangkan selama periode pemungutan suara jika seandainya saldo BRIDGE pemilih menurun atau meningkat sejak momen pemungutan suara.

Seteleh pemungutan suara selesai, pengajuan diberikan salah satu status berikut: Diterima, Ditolak, Dibatalkan.

Jika pengajuan diterima, tim menyetujui solusi teknis, merencanakan implementasi dan meningkatkan sistem.

Implementasi pemungutan suara ini bekerja melalui pemungutan suara terbuka, mis. informasi tentang bagaimana suara ini atau itu dibagikan bisa ditampilkan oleh siapa pun.


---

# 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.octusbridge.io/ob-id/use/governance/concepts/proposals.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.
