# 提案

## 提案の仕組み

ここで注意しなければならないのは、提案を作成するためには、最低でも10万BRIDGEトークンのステーキングが必要であることです。

その後、［[**新しい提案作成**](/ob-jp/governance/create-proposals.md)］フォームに必要事項を入力し、送信すると検証が行われます。検証は主に次の2点を考慮します

1. ネットワークへの有用性
2. 技術的実現性

検証後、提案は投票に送られます。投票権を得るためには、ステークホルダーは残高シートにBRIDGEトークンを保有している必要があります。ステークホルダーの声の重要性は、ステークホルダーの数に直接左右されます。また、投票者には3つの投票オプションがあります：賛成、反対、破棄の３つです。

投票者のBRIDGE残高が投票時点より減少または増加した場合、投票期間中、投票の重みが考慮されます。&#x20;

投票終了後、提案には、採択・不採択・取消のいずれかのステータスが付与されます。

提案が採用された場合、チームは技術的な解決策を承認し、実装を計画し、システムを改善します。

この投票の実装は、オープンな投票、つまり、この投票がどのように分配されたかという情報を誰でも確認できることで機能します。


---

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