# Voting

## Voting

ASH Token has two main types of voting where token holders can decide on how the ASH DAO will be governed or how the block chain function.&#x20;

### Off-Chain Voting

Decisions made off-chain will determine how the ASH DAO will be govern, like the ASH DAO structure, budget approvals, and to determine if an on-chain vote can proceed to around round of voting, etc. It is the responsibility of the ASH DAO maintainers to execute task set by the proposal. Voting will be conducted over at our [Snapshot.org](https://snapshot.org/#/ashenvdao.eth).&#x20;

### On-Chain Voting

On-chain voting for proposals will typically result in changes to the block chain, once approved. Examples of changes to the block chain could trigger changes to the contract, release of tokens, or airdrops. Voting will be conducted at Tally.xyz (coming soon).&#x20;

## Voting Parameters

* Members must have ASH Tokens in their wallet to cast a vote.&#x20;
* Members may defer their votes to a delegate.&#x20;
* ASH DOA maintainers are only allowed to put proposal up for voting to maintain the integrity of the ASH DAO's mission. &#x20;
* There must be a minimum number of 500 votes to approve proposals.&#x20;
* Voting period on proposals will last 72 hours.&#x20;
* When voting has concluded, their will be a lock down period of 36 hours before executing vote. <br>

##


---

# 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.ashtoken.io/governance/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.
