A public good infrastructure for the Cardano ecosystem, providing open access to on-chain governance data.
Cardano's governance system empowers ADA holders to participate in decision-making through DReps, SPOs, and the Constitutional Committee. However, accessing and understanding this data can be challenging.
CGOV bridges this gap by providing:
- Real-time governance proposal tracking
- DRep and SPO voting power information
- Constitutional Committee member status
- Treasury withdrawal and Net Change Limit (NCL) data
- Historical voting records
This API powers governance dashboards and tools, making Cardano's democratic processes more transparent and accessible to everyone.
This project is built and maintained as a public good for the Cardano community:
- Open source under MIT license
- Free to use for any governance-related application
- Community contributions welcome
- No rate limiting for reasonable usage
- Swagger UI:
<BASE_URL>/api-docs - GitHub Pages: https://nomos-guild.github.io/cgov-api/
Chat and history use SIDANCLAW_API_URL, SIDANCLAW_API_KEY, and
SIDANCLAW_ASSISTANT_ID. These legacy variable names also support Use Brian:
set the URL to https://api.usebrian.ai and provide the target agent's ID and
matching API key.
For production, configure the GitHub repository variable SIDANCLAW_API_URL
and repository secrets SIDANCLAW_API_KEY and SIDANCLAW_ASSISTANT_ID before
deploying. The workflow defaults to the legacy URL when the variable is unset.
Keep these values aligned with any direct Cloud Run configuration change so
the next deployment preserves the connection. Chat history belongs to the
upstream agent and API key; changing either does not migrate prior sessions.
We welcome contributions from the Cardano community! Whether it's bug fixes, new features, or documentation improvements.
- Fork the repository
- Create a feature branch
- Submit a pull request
MIT License - Free to use, modify, and distribute.
Built with love for the Cardano community