# On-Chain vs Off-Chain Voting

The choice was made to use off-chain governance through the Snapshot voting system. The Snapshot voting system takes a poll of all users wallets holding tDAO at the specified block number. Then users are able to vote by signing a transaction in their wallet. Votes are feeless, and easy to do.

The downside of off-chain governance is that proposals are non-binding. On-chain governance is done completely through the blockchain but has certain drawbacks. On-chain governance offers high levels of transparency but often suffers from low voter turnout. Gas fees can be an issue for participation in on-chain governance.

In relation to TomoMasterDAO, the governance model is structured in such a way that a move to on-chain governance can be made in the future if a higher level of decentralization is desired. An overview of the governance model is demonstrated in Figure 1.

<figure><img src="https://lh4.googleusercontent.com/f42JS0lBnkQhDWYP1MIIS9NM80o6gOtYr-wn6CBx4HQGwLdnSlbw2xP7jaakqAuiEF73GGXhehsX7DsrD-jyw5Go_RqusfCUxOa5dGNcQSiBNP2pLph5G7hOnBRAbdERM05F9WYsU7EBrZaxrl05zg" alt=""><figcaption><p>Figure 1. Governance Model</p></figcaption></figure>


---

# 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.viction.xyz/archive/tomomasterdao/governance-model/on-chain-vs-off-chain-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.
