# 提案書の作成

Valuepoolのメンバーは、その資金の使途を決定する唯一の権限を持ち、それを提案を通じて行います。提案には次の2種類があります。

* アイデア提案：提案作成者が投票のためのアイデアを提出する場合
* 資金提案：提案作成者が特定の金額の引き出しをリクエストする場合

提案を作成するには、Valuepoolのパネル内の**View Proposals**リンクをクリックします。

<figure><img src="/files/8yJxGW2e16fQlFQ0eX2B" alt=""><figcaption></figcaption></figure>

これにより提案のページが開き、**Make a Proposal**ボタンをクリックします。

<figure><img src="/files/yvR00PiLw9St9MkWlqHJ" alt=""><figcaption></figcaption></figure>

次のページで、提案のタイトルと本文、Valuepoolから引き出したい金額を入力します。アイデア提案の場合は、**金額**フィールドに0を入力します。

<figure><img src="/files/r8n2073S29vq0ZFarOzd" alt=""><figcaption></figcaption></figure>

トランザクションを検証して確認します。提案は、提案のページの**Opened**タブの下に表示されるはずです。以下の画像のように：

<figure><img src="/files/A2FIKuY7wUHLJT8tZFWt" alt=""><figcaption></figcaption></figure>

## 提案への投票

提案に投票するには、提案のページに移動し、**Opened**タブ（上記の画像のように）の下に、現在投票を受け付けている提案のリストが表示されます。次の情報を確認できます：

* タイトル
* 現在の賛成票数（緑色）
* 現在の反対票数（赤色）
* 締め切り日

投票したい提案をクリックして、以下の画像のように投票ページを開きます。

<figure><img src="/files/YqQ0occmzJPqYwK1Oyzf" alt=""><figcaption></figcaption></figure>

提案の内容を確認し、賛成の場合は**Aye**を、それ以外の場合は**Nay**を選択します。

**Cast Vote**ボタンをクリックし、ポップアップフォームにValuepool NFTのID、プロフィールID、およびアイデンティティトークンID（提案投票者に特定のアイデンティティ要件がある場合を除き、0を入力）を入力します。

<figure><img src="/files/4HjqpuRUPEw7xiU1rJ9P" alt=""><figcaption></figcaption></figure>

トランザクションを検証して確認します。おめでとうございます！ 最初のValuepool提案に投票しました。

以下の画像のように、提案のページで自分の投票が反映されているはずです。提案に対する16の賛成票が表示されています。

<figure><img src="/files/dY7zzcjfMMAJeSOlxqnM" alt=""><figcaption></figcaption></figure>

提案のページでは、投票セクションに、投票したすべてのValuepoolsのNFTのIDとその投票がリストされます。

<figure><img src="/files/ifcxprOOnjl7f1O8Vduz" alt=""><figcaption></figcaption></figure>


---

# 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/ri-ben-yu/products/valuepools/creating-a-proposal.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.
