# Proposals & Voting

## Proposals

Each poll starts with a proposal, initiated by a community member or a group of people within the community.&#x20;

There are two types of proposals:

* **Text proposals.** They consist of a title, a short description of the proposal and an optional URL.
* **Parameter proposals.** They consist of a text proposal and a list of executable messages that encode the instructions to be passed to the relevant Glow smart contracts. The list of messages will be executed from the Glow Gov contract. It should be noted that parameter proposals will be activated after the first 6 months of Glow, to make sure the protocol is secure and stable following our progressive decentralization roadmap.&#x20;

## Poll Stages

The following steps describe the usual lifecycle of a poll in Glow:

1. A new poll is created with an initial GLOW deposit, the `Proposal Deposit`
2. The poll enters the voting phase, in which any user with staked GLOW can vote. Users can vote `yes` or `no`. Voters can assign how many of their staked GLOW will be used for voting this poll.&#x20;
3. The total amount of staked GLOW can be snapshotted to the poll within a time window of `Snapshot Period` before the poll's end. This value is used to calculate the poll's quorum.
4. The voting period ends after `Voting Period` has passed.
5. After the voting period has ended, the poll's votes a tallied. The poll passes if both quorum (minimum participation of all staked GLOW) and threshold (minimum ratio of `yes` to `no` votes) are met.
6. If the poll passes, its contents can be executed after `Timelock Period` blocks have passed. The poll must be executed prior to the `Expiration Period`, otherwise, it will automatically expire and no longer be considered valid. This step is only relevant for Parameter proposals.

## Types of Polls

#### Protocol Parameters

| Poll Type                   |
| --------------------------- |
| Governance Parameters       |
| GEF Parameters              |
| GLOW Distributor Parameters |

#### Glow Lotto Parameters

Parameters related to the business logic of Glow Lotto.

#### GEF Grants

A special type of proposal that consitute applications for grant funding from the Glow Ecosystem Fund (GEF). Read more about this on the [GEF page. ](/glow-yield/ecosystem/glow-ecosystem-fund.md)


---

# 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.glowyield.com/glow-yield/governance/proposals-and-voting.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.
