# Governance Roles

The different roles in PoolTogether governance are defined as follows:

* [Token Holders](#token-holders)
* [Governance Delegates](#governance-delegates)
* [Contributors](#contributors)
* [Teams](#teams)
* [Council](#council)

<details>

<summary>Token Holders</summary>

POOL token holders govern the PoolTogether protocol. They have the ability to vote on governance proposals or delegate their votes.

PoolTogether governance exists on the Ethereum blockchain and is not limited to the [Pooltogether.com](https://vote.pooltogether.com) interface. There are many different interfaces you can use to view governance proposals and vote.

</details>

<details>

<summary>Governance Delegates</summary>

Delegates are community members who volunteer to play an active role in PoolTogether protocol governance. *Everyone* can volunteer to be a governance delegate. Nonetheless, you don’t have to be a governance delegate to be able to vote on proposals.

You can read through the Delegate Proposals [in this thread](https://gov.pooltogether.com/t/delegate-proposals-mega-thread/2337). Please feel encouraged to post your own delegate proposal.

</details>

<details>

<summary>Contributors</summary>

A contributor is anyone who provides value to the PoolTogether protocol and its community. Anyone can contribute to the PoolTogether protocol without asking for permission. It needs no token or say in governance to contribute.

Learn more about [getting involved](/pooltogether/guides/getting-involved.md).

</details>

<details>

<summary>Teams</summary>

Teams are the base organizational unit of the PoolTogether community. A Team is a group of contributors working towards a common purpose promoting growth of the PoolTogether protocol. Teams are ratified through the PT Budget Process in a quarterly cadence (see governance calendar).

Learn more about the [PTBR process](https://gov.pooltogether.com/t/about-the-team-budget-requests-category/2572).

</details>

<details>

<summary>Council</summary>

The Council is a support group for Teams, and is made up of team members. The Council serves a number of roles:

* Meets weekly to share status updates.
* Monthly Team performance check-in
* Suggests new guidelines or standards (quarterly or as needed)
* Help onboard new teams, contributors, and facilities existing teams (quarterly or as needed)

The Council gives Teams an opportunity to communicate, share, coordinate and speak with a common voice. You can reach out to the council [on Discord in #governance](https://pooltogether.com/discord).

</details>


---

# 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.pooltogether.com/pooltogether/governance/governance-roles.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.
