Sentinel is a super-intelligent auditor for DAO Voters. It helps voters understand new proposals and spot any red flags before they vote.
A FE for voting on DAO proposals with the added aid of an agentic proposal reviewer.
When a new proposal is submitted a review is automatically created and attached to the proposal on chain.
Then voters can see the proposal and review together to make an informed vote.
The review is based on many data inputs including tokenomics, shareholder distributions, treasury balances, past proposals, proposer previous activity, and the DAO smart contract capabilities including any self-actioning targets if it passes.
The sample DAO uses multi sig for final actioning, quadratic voting and stores proposals and their reviews together on chain. This provides trust less and distributed access to proposals and their reviews. Irregardless of the FE client a user votes with.
The sample DAO is based on Arbitrum and written with Arbitrum stylus.
We leverage The Graph to monitor the DAO and emit an event when a new proposal is submitted. Then the advisor agent uses the proposal and real-time data to formulate its report.
The report is stored as a hash on the proposal in the contract.
SecretVault helped us securely store data that could be used for cross checking, ensuring data consistency and integrity across the platform.
nilAI securely summarized DAO data and proposals (or OpenAI by user's choice)
And the FE example allows voters to see the original report and the review side by side.
Votes can then be cast Y/N proposal until submissions close.