AgentDAO: Synthesis of Proposal Transactions Via Abstract DAO Semantics
Lin Ao, Han Liu, Huafeng Zhang
TL;DR
AgentDAO addresses the barrier to DAO governance proposal participation by translating natural language into executable transactions through a three-layer LLM-based architecture. It introduces DAOLang, a high-level DSL with symbolic evaluation to produce transaction payloads, and a Label-Centric Retrieval (LCR) mechanism that leverages semantic labels to select relevant DAOLang samples for synthesis. In extensive preliminary evaluation on CompoundV3, AgentDAO achieves up to $89.68 ext{\%}$ success with $k=4$, demonstrating strong performance for composite and cross-chain proposals while revealing trade-offs in gas efficiency and handling of ambiguous commands. The work highlights the practical potential of structured language representations and multi-agent prompting to democratize governance actions across multi-chain ecosystems, while outlining current limitations and directions for extension to broader protocols.
Abstract
While the trend of decentralized governance is obvious (cryptocurrencies and blockchains are widely adopted by multiple sovereign countries), initiating governance proposals within Decentralized Autonomous Organizations (DAOs) is still challenging, i.e., it requires providing a low-level transaction payload, therefore posing significant barriers to broad community participation. To address these challenges, we propose a multi-agent system powered by Large Language Models with a novel Label-Centric Retrieval algorithm to automate the translation from natural language inputs into executable proposal transactions. The system incorporates DAOLang, a Domain-Specific Language to simplify the specification of various governance proposals. The key optimization achieved by DAOLang is a semantic-aware abstraction of user input that reliably secures proposal generation with a low level of token demand. A preliminary evaluation on real-world applications reflects the potential of DAOLang in terms of generating complicated types of proposals with existing foundation models, e.g. GPT-4o.
