> For the complete documentation index, see [llms.txt](https://docs.tea.xyz/tea/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tea.xyz/tea/i-want-to.../learn-about-the-teadao/how-to-vote-on-a-teadao-proposal.md).

# How to Vote on a teaDAO Proposal

## Who can vote?

Projects with stTEA from self-staking, or community staking on the project.

At the core of teaDAO’s governance lies a principle that blends community support and democratic decision-making: the delegation model. This model is crafted to ensure that when you stake TEA with a project you’re affirming your belief in their long-term vision and granting them enhanced voting power. This approach ensures the growth and direction of the ***tea*** Protocol are guided by collective belief and support.&#x20;

Transitioning to the specifics, projects that possess staked TEA are eligible voters in the teaDAO. This process recognizes and empowers projects that are invested in and committed to the growth and success of the ***tea*** Protocol and ecosystem.

Moreover, projects that allocate stTEA to their own Bug Bounty Pool gain voting power. This mechanism not only underscores a project’s dedication to its own security and integrity but also its commitment to the broader ecosystem’s well-being, granting them a say in the governance of teaDAO.&#x20;

Further enriching this governance landscape, community members who stake their TEA in support of a project, thereby delegating their stTEA, extend their voting capacity to these projects. This form of delegation empowers community members to back projects they believe in, providing these projects with greater influence in teaDAO governance decisions.&#x20;

## How to vote?

Reminder: Project treasuries are the only entities that can cast a vote in the teaDAO

1. Begin by accessing the ***tea*** App. Within the app, locate and select the teaDAO section. This dedicated space is your gateway to engaging with the governance of the tea Protocol.<br>

   <figure><img src="https://2948256053-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqiGksQPlVqufGUphG22z%2Fuploads%2FDuno5bsQdUUO2Z229cem%2FScreenshot%202024-04-02%20at%2019.10.27.png?alt=media&amp;token=92fd5646-adf9-467c-a382-69c63c284326" alt="Image of the teaDAO screen in the app"><figcaption></figcaption></figure>
2. Select the proposal you would like to vote on<br>
3. Review the proposal and confirm that you want to approve the proposal<br>

   <figure><img src="https://2948256053-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqiGksQPlVqufGUphG22z%2Fuploads%2FWEyERtsUvdk90rksJwqq%2FScreenshot%202024-04-04%20at%2016.47.27.png?alt=media&amp;token=b5ada711-9187-45e1-b500-2ea439493d23" alt=""><figcaption></figcaption></figure>
4. Scroll to the bottom of the page and cast your vote<br>

   <figure><img src="https://2948256053-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqiGksQPlVqufGUphG22z%2Fuploads%2FNuBnEhImKosiksLIAHtT%2FScreenshot%202024-04-04%20at%2016.51.10.png?alt=media&amp;token=4d8c7c4d-1df3-4479-97b9-bbb0f93487b3" alt="An image of the voting widget with options to &#x22;Yes, proceed with the change as described&#x22;, &#x22;No, keep the protocol as is&#x22;, &#x22;Abstain&#x22;"><figcaption></figcaption></figure>

### FAQ

<details>

<summary>Can I change my vote?</summary>

In the current version (v1), changing your vote isn't possible as the ***tea*** Protocol covers all gas fees without limitations. However, we're excited to share that we are planning for this feature to be available in v2, allowing for greater flexibility in your voting decisions.

</details>

{% hint style="info" %}
In the future, we plan to empower projects with the ability to conduct polls among their stakers, serving as a ‘temperature check’ to gauge preferences on upcoming voting decisions. This feature will provide projects with a direct line to their supporters’ sentiments, ensuring that voting actions reflect the collective will of their community.&#x20;
{% endhint %}


---

# 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.tea.xyz/tea/i-want-to.../learn-about-the-teadao/how-to-vote-on-a-teadao-proposal.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.
