> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/japanese/purotokoru/voting/voting-guide.md).

# 投票方法

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-voting-header.png)

ガバナンス投票への参加は簡単で、**無料**です。ガス手数料を支払う必要もありません！投票の方法を学び、次の提案をチェックして投票してみましょう。

### 投票の方法

#### 投票提案に移動する

新しい提案を公開するたびに、投票ページへのリンクを添付しています。最新情報を得るために[ソーシャルチャンネル](/japanese/pancakeswapheyoukoso/contact-us/social-accounts.md)をフォローしてください。

または、[PancakeSwapのネイティブ投票ポータル](https://voting.pancakeswap.finance/?_gl=1*pc8o0h*_ga*MTUzNDEzNDQxMy4xNjAwNzkzNDM4*_ga_334KNG3DMQ*MTYwNDMwMTk4Ni42MC4xLjE2MDQzMDM3MDIuMA..#/)[ ](https://pancakeswap.finance/voting)にアクセスして一覧で提案を閲覧できます。提案が見当たらない場合は「soon」タブをご確認ください。

#### 読んで投票する選択肢を選ぶ

![提案ページ](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-vote-1.png)

提案ページでは以下の情報が表示されます：

* 提案の内容
* 投票の選択肢
* スナップショットブロックや投票期間などの提案の詳細
* 最新の投票結果
* 投票のリスト

提案をよく読んで、投票したい選択肢をクリックしてください。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-vote-2.png)

#### 投票を確認して投じる

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-vote-6.png)

すべての詳細を確認して「Confirm Vote」をクリックし、ウォレットでメッセージに署名して確認します。

完了です。これで投票が成功裏に完了しました。

### 詳細の確認方法

{% tabs %}
{% tab title="投票権の確認" %}
投票を行う前に「Confirm Vote」ウィンドウが表示されます。

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/cc%202025-05-15T13_38_57.460Z.png" alt="" width="188"><figcaption></figcaption></figure>

このウィンドウでは以下の項目を確認できます：

* 選択した選択肢
* 自分の投票権

投票権はスナップショットブロック時点のCAKE残高と同じです。
{% endtab %}

{% tab title="スナップショットブロックの確認" %}
**スナップショットブロックの確認**

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-vote-3.png)

投票権はスナップショットブロック時に取得されたスナップショットに基づいて計算されます。そのため、提案が投稿された後にCAKEを購入またはデポジットしても、その特定の提案に対する投票権は増加しません。

スナップショットブロックの正確な時刻を知りたい場合は、ブロック番号をクリックしてBscScanページのタイムスタンプを確認してください。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-vote-7.png)
{% endtab %}
{% endtabs %}


---

# 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.pancakeswap.finance/japanese/purotokoru/voting/voting-guide.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.
