> For the complete documentation index, see [llms.txt](https://docs.gov.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gov.tools/overview/cardano-govtool-consortium.md).

# Cardano Govtool Consortium

Cardano Govtool is a set of open source tools created for the public good to ensure ADA holders will always have a non-commercialised, non-privatized way to participate freely and transparently in Cardano's governance.

To allow the community members and builders who actively participate in the maintenance and development of these tools to act as one a consortium was created.

Current member of the Cardano Govtool Consortium are:

* Govtool current maintainers
  * LidoNation - [lidonation.com](https://www.lidonation.com/en) - [@LidoNation](https://x.com/LidoNation)
  * ByronNetwork - [bynet.io](https://www.bynet.io/) - [@bynetio](https://x.com/bynetio)
  * DQuadrant - [dquadrant.com](https://dquadrant.com/) - [@Juno\_stakepool](https://x.com/Juno_stakepool)
  * WeDeliver - [we-deliver.io](https://we-deliver.io/) - [@We\_Deliver\_IT](https://x.com/We_Deliver_IT)
  * Bloxico - [bloxico.com](https://bloxico.com/) - [@Bloxic0](https://x.com/Bloxic0)
* Builders who leverage Govtool open APIs for their tool
  * [Cardano Budget](https://cardanobudget.com/) - Tony | Thanh
  * [1694.io](http://1694.io/) - Darlington Wleh
  * [Tempo.vote](https://tempo.vote/) - Binh Mal
  * [Governance Space](https://governancespace.com/en-us) - Otavio Lima
  * [Cardano Budget Analytics](https://budget.cardano.africa/) - Dan Baruka
  * [1694.tools](https://1694-tools.vercel.app/) - Unpopular El
* Regular Members of the Governance Tools Working Group (the body that collates community direction)
  * Phil Lewis - [@phillewisit](https://x.com/phillewisit)
  * Jonah Koch - [@jonahkoch](https://x.com/jonahkoch)
  * Bosko Majdanac - [@BoskoMajdanac](https://x.com/BoskoMajdanac)
  * Pedro Lucas


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gov.tools/overview/cardano-govtool-consortium.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
