# Governance

Governance is the backbone of any DAO. Decision-making, voting, and decision enforcement can be made on-chain by Governance DAO Tools. When setting up your DAO, you can choose the governance method you want. Governance DAO tools allow DAOs to set up a fully functional on-chain governance platform without writing code.&#x20;

These tools allow DAO administrators to set up their governance method according to their needs. They handle all the on-chain and off-chain parameters of your DAO. You can use the platform of the tool to set your DAO up. This process is usually filling out some forms about what your DAO is, the governance token you use, and the governance rules you want. Then your members can start using the web app to participate in your DAO. These tools are very easy to set up but they can be limited in terms of customization.

Governance tools that provide smart contracts to set up governance like **Agora Protocol** are difficult to set up but they offer much higher customization potential.

<table><thead><tr><th width="193">Tool</th><th>Chain</th><th>Status<select><option value="3bd72958592a43269586b2d537cbc297" label="Online" color="blue"></option><option value="ac0d0e66b99a46bc9bb4cebccbfedaf4" label="In Development" color="blue"></option><option value="1d46dc90dc274dd4aa3fb279c5913839" label="Testnet" color="blue"></option></select></th></tr></thead><tbody><tr><td><a data-mention href="/pages/ZY7UvxyL4NFgEDtQJy19">/pages/ZY7UvxyL4NFgEDtQJy19</a></td><td>Cardano</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr><tr><td><a data-mention href="/pages/6XSX1yoTKIlAslQtb2ky">/pages/6XSX1yoTKIlAslQtb2ky</a></td><td>Cardano</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr><tr><td><a data-mention href="/pages/GfIBl1zFpRibcikFCeCa">/pages/GfIBl1zFpRibcikFCeCa</a></td><td>Cardano</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr><tr><td><a data-mention href="/pages/qaGTj8jy9XJ30rA5mfyH">/pages/qaGTj8jy9XJ30rA5mfyH</a></td><td>Cardano</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr><tr><td><a data-mention href="/pages/gOFGa1ATiTPDbVJ1QDdK">/pages/gOFGa1ATiTPDbVJ1QDdK</a></td><td>Ergo, Cardano</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr><tr><td><a data-mention href="/pages/YMYzeb9VogXjBhoEanNu">/pages/YMYzeb9VogXjBhoEanNu</a></td><td>Cardano</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr><tr><td><a data-mention href="/pages/qzqXZdLFeHbdUruT38na">/pages/qzqXZdLFeHbdUruT38na</a></td><td>Ethereum</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr><tr><td><a data-mention href="/pages/deSWc9A0zcLIuwzqvM6o">/pages/deSWc9A0zcLIuwzqvM6o</a></td><td>Ethereum</td><td><span data-option="3bd72958592a43269586b2d537cbc297">Online</span></td></tr></tbody></table>

* Agora Protocol requires technical people to set up the governance of a DAO since it is a smart contract library for DAO governance, not a governance app.
* Paideia is **online** on Ergo blockchain but **in development** in Cardano blockchain.
* Swae supports off-chain voting currently but currently has no on-chain support.


---

# 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://tools.littlefish.foundation/littlefish-research-hub/dao-tools/governance.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.
