An AI president for your DAO—proposes and executes based on its own beliefs. You just vote.
We are building a multi-agent AI governance system for DAOs, where several autonomous AI agents continuously research different treasury strategies—such as yield optimization, risk reduction, and ecosystem grants—and a final belief-driven agent evaluates their outputs to draft a single actionable proposal. This final agent acts like an AI president, guided by its internal values and ideology, selecting the most aligned strategy and submitting it for on-chain governance. Once human voters approve the proposal, the agent automatically executes the actions, enabling fully autonomous yet voter-controlled DAO operations.
We created our AI agents using Crew AI, building custom tools tailored specifically for scraping on-chain and off-chain information, making strategic decisions, and generating transaction data for execution. The AI logic runs on a Python backend hosted locally, orchestrating multiple agents that collaborate to analyze and propose governance actions. On the blockchain side, we developed smart contracts in Solidity, leveraging Foundry for efficient deployment and testing. The frontend is built with React and Vite, providing a responsive interface for DAO members to interact with the AI-driven governance system. This tech stack allowed us to tightly integrate AI decision-making with secure, automated on-chain proposal execution.

