# Tao Voting

The [Tao Voting App](https://1hive.gitbook.io/gardens/developers/apps/disputable-voting) (also a fork of [Aragon’s voting app](https://wiki.aragon.org/archive/dev/apps/voting/)) has a similar use case as Dandelion Voting and will replace Dandelion Voting when the Hatch DAO upgrades to a Commons that uses an Augmented Bonding Curve for issuance and Conviction Voting for fund allocation. Tao Voting has the same powers as Dandelion Voting, but does not include the Ragequit functionality, as that will be done by the Augmented Bonding Curve. It includes three additional features as explained in this [forum post](https://forum.tecommons.org/t/disputable-voting-parameters-general-discussion/267):\
\
\&#xNAN;**#1 Delegation:** This process would allow token holders to vest their voting powers to a delegate who will cast votes on their behalf. A voter however does not give up full control. The delegates are forced to vote early in the voting period and if the token holder sees that their delegate has voted contrary to the token holders, they can veto their vested portion of the delegate’s vote and cast their vote themselves. Both a delegate and a token holder can only vote once.

**#2 Disputability:** Proposals can be disputed by a challenger, the proposer must respond by either negotiating a settlement or escalating the challenge to Celeste or a form of court and must fork out a token fee to assign and pay jurors to mediate the dispute. To read more on the dispute tool being used, see below description on Celeste.

**#3 Wait for Quiet:** If a proposal has a change in outcome near the end of the voting period, more time will be added to the end of the voting period so that the token holders that have yet to cast their vote have an opportunity to express their opinion on the controversial proposal.

**Features:** Vote delegation, disputing proposals, wait for quiet

**Voting Type:** Plutocratic, “one token one vote” with delegation. Voting is executed via TEC tokens.&#x20;


---

# 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://token-engineering-commons.gitbook.io/tec-handbook/archive/archived-content/smart-contract-layer-and-tools/tao-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.
