AgentDAO: Synthesis of Proposal Transactions Via Abstract DAO Semantics

📅 2025-03-13
📈 Citations: 0
Influential: 0
📄 PDF

career value

199K/year
🤖 AI Summary
High proposal thresholds in DAO governance—stemming from the manual authoring of on-chain transaction code—impede non-technical participants. To address this, we propose DAOLang, a domain-specific language (DSL) for DAO governance, coupled with a Label-Centric Retrieval algorithm that enables semantic-aware, lightweight abstraction from natural-language proposals to executable on-chain transactions. Our approach integrates multi-agent coordination with the GPT-4o large language model (LLM), achieving high generation fidelity while significantly reducing LLM token consumption. Evaluated in real-world DAO settings, the system successfully generates complex, production-grade proposals—including budget allocations, smart contract upgrades, and membership admissions—demonstrating an end-to-end automated governance pipeline that is low-overhead, highly reliable, and broadly accessible.

Technology Category

Application Category

📝 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.
Problem

Research questions and friction points this paper is trying to address.

Automates translation of natural language into DAO proposal transactions.
Simplifies governance proposal specification using DAOLang language.
Reduces token demand for secure proposal generation in DAOs.
Innovation

Methods, ideas, or system contributions that make the work stand out.

Multi-agent system with Large Language Models
Label-Centric Retrieval algorithm for automation
DAOLang for semantic-aware proposal abstraction