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

# Voting

## Voting with YAK <a href="#voting" id="voting"></a>

YAK is the native governance token for Yield Yak. Holders of staked YAK and any staked YAK LPs can participate in protocol decisions and governance.

Yield Yak uses decentralized voting system from [**Snapshot.org**](https://snapshot.org/).&#x20;

* [**Yield Yak’s Voting Page**](https://vote.yieldyak.com/)

<figure><img src="/files/nTZL0f4CZAhr6yQNljFI" alt=""><figcaption><p>YAK is used to vote on important protocol decisions. </p></figcaption></figure>

## vYAK, Your Voting Power <a href="#a825" id="a825"></a>

Your voting power is determined by how many YAK you have staked. The balance is called vYAK (Voting YAK). vYAK is non-transferable and based on the number of staked YAK you have (1 YAK ≈ 1,000 vYAK). You can see your vYAK by connecting your wallet to Yield Yak.

## Voting on Proposals <a href="#id-6199" id="id-6199"></a>

When a proposal is created and put forth to the community, members with vYAK can signal their preferences.

Stages of a Snapshot vote:

* **Community Discussion (time varies).** In the discussion phase, a community member engages the community to propose a desired change. Proposals which receive meaningful interest and support should be more formally documented with details prepared for the next stage.
* **Review Period (24 hours).** In this stage, a new vote proposal is published and voters are provided with time for review before voting starts.
* **Voting Period (48 hours).** In this stage, voters can signal their preferred outcome by connecting their wallet and casting a vote.
* **Implementation (time varies).** Depending on the vote outcome and its complexity, the next step is implementation by the relevant parties.

## Steps to vote <a href="#db30" id="db30"></a>

1. Go to [vote.yieldyak.com](https://vote.yieldyak.com/)
2. Connect your wallet by clicking ‘Connect Wallet’
3. Click on any active proposal that you’d like to vote on
4. Select how you’d like to vote
5. Sign the message with your wallet (no gas required)

## Who can create proposals? <a href="#b747" id="b747"></a>

At this time, the Yield Yak team can author proposals on Snapshot. Anyone may suggest any topic for consideration and community feedback on Telegram and Discord. Topics receiving sufficient support and interest will be prepared for inclusion on Snapshot. &#x20;


---

# 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.yieldyak.com/token/voting.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.
