# How to Vote

![](/files/lhtpwUY59ye0NKbnaMXJ)

Participating in governance voting is easy, and it is absolutely **FREE**. You don't even need to pay gas fees! Learn more about how to vote, catch the next proposal and cast your vote.

### How to vote

#### Navigate to the vote proposal

Whenever we publish a new proposal, we always attach the link to the voting page. So be sure to follow [our social channels](/welcome-to-pancakeswap/contact-us/social-accounts.md) for the news and updates.

Alternatively, you can visit [PancakeSwap's native voting portal](https://voting.pancakeswap.finance/?_gl=1*pc8o0h*_ga*MTUzNDEzNDQxMy4xNjAwNzkzNDM4*_ga_334KNG3DMQ*MTYwNDMwMTk4Ni42MC4xLjE2MDQzMDM3MDIuMA..#/)[ ](https://pancakeswap.finance/voting)to browse the proposals in a list. If you don't see the proposal, it may be in the "soon" tab.

#### Read and pick the choice to vote

![the proposal page](/files/ehJgxWmHD5W1KPW9GrRT)

On the proposal page. You will find:

* The content of the proposal
* The choices to vote
* The detail of the proposal such as snapshot block and voting window
* The latest voting result
* The list of votes

Read the proposal carefully and click the choice you want to vote on.

![](/files/WJKyO6DQvYGYpIwse73U)

#### Confirm and cast your vote

![](/files/SxVqimSMF1ajmzBk9Tj2)

Confirm all the details and click "Confirm Vote", then confirm in your wallet to sign the message.

Done, you just successfully cast your vote.

### How to check the details

{% tabs %}
{% tab title="Check the voting power" %}
Before casting your vote, you will see a "Confirm Vote" window.

<figure><img src="/files/G7gD6rqsTz2r4lcICx59" alt="" width="188"><figcaption></figcaption></figure>

In this window, you will be able to view the following items:

* The choice you picked
* Your voting power

Your voting power is equal to your CAKE balance at the snapshot block.
{% endtab %}

{% tab title="Check the snapshot block" %}
**Check the snapshot block**

![](/files/BwJCmfNhxL0XYkofOgJP)

Voting power is calculated based on a snapshot taken on the snapshot block. Therefore, purchasing or depositing more CAKE after the proposal is posted is not going to increase the voting power for that particular proposal.

If you want to know the exact time of the snapshot block. Simple click on the block number and look for the timestamp on the BscScan page.

![](/files/mw5V6yiBp02NmUczDTOY)
{% endtab %}
{% endtabs %}


---

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