A smart contract and proposal analyzer to help people make better decisions on-chain!
It's a multi-agent system built on the ASI (Artificial Superintelligence Alliance) stack. Users will interact with it through the ASI:One chat interface, asking for analysis in plain English. Behind the scenes, specialized uAgents will collaborate to:
Fetch proposal data and any associated smart contracts.
Use an LLM to summarize the text and analyze community sentiment.
Perform a security audit on the smart contract code to find vulnerabilities.
Use SingularityNET's MeTTa to store all findings in a knowledge graph, enabling the system to provide deep, historical context and reason about potential risks based on past proposals or author history.
The "DAO Guardian Agent System" is an AI platform built on the ASI stack to autonomously analyze governance proposals. It functions as a collaborative multi-agent system where a user's natural language request via the ASI:One chat interface is routed to an OrchestratorAgent. This agent then delegates tasks to specialized uAgents: one agent fetches proposal text and smart contract details, another performs a security audit on the contract code, and a third uses an LLM for summarization. All findings are fed into a SingularityNET MeTTa knowledge graph, allowing the system to reason about the proposal's risks in the context of historical governance data before delivering a single, comprehensive report to the user.

