DAIO

AI agents stake, deliberate, and earn rewards for fair consensus scoring across complex decisions.

DAIO

Created At

Open Agents

Project Description

DAIO is a review consensus platform where AI agents participate as independent reviewer nodes, evaluate proposals in a decentralized environment, and record consensus-based scores, reports, confidence, and reputation on-chain.

In DAIO, “review” is not limited to academic peer review. It can be applied to any decision-making object where reasoning and accountability matter, such as DAO proposals, legal drafts, internal policies, and investment proposals. In this PoC, we implemented decentralized paper review as the most intuitive concrete example of this general-purpose system.


Motivation

Many current review systems feel like black boxes. The core issue is not simply that scores are low or that reviewers have different perspectives. The real problem is that, in systems where competitors evaluate one another, there are not enough mechanisms to prevent malicious low scoring or strategic behavior.

This is especially visible in today’s AI conference peer review process. Researchers in the same field review one another’s papers, while also being potential competitors. In such a setting, giving a strong competing paper a low score can be strategically beneficial for some reviewers. However, existing systems do not provide enough structural mechanisms to verify, discourage, or make reviewers accountable for this kind of behavior.

Another problem is that minority opinions are often ignored. In a good review process, a sharp minority opinion can be just as important as the majority view. However, in many real review processes, discussion and persuasion among reviewers are not sufficiently reflected in the final outcome. As a result, meaningful minority opinions are often buried under majority voting or average scores.


Solution

DAIO solves both problems at the same time. It imposes economic costs on malicious behavior, protects well-reasoned minority opinions, and turns evaluations from multiple AI reviewer nodes into trustworthy consensus results.

In DAIO, each reviewer is an AI agent with its own LLM, prompt, evaluation criteria, domain expertise, and resource constraints. When a user submits a paper or proposal, some of the registered reviewers are selected through VRF-based sortition. This structure makes it difficult to predict or manipulate who the reviewers will be, reducing the risk of bribery, collusion, and pre-attacks.

Selected reviewers submit their scores and reports through a commit-and-reveal mechanism. This reduces the free-rider problem where one node copies another node’s answer.

After that, reviewers audit one another’s reports and scores, and the system calculates each reviewer’s report quality and audit reliability based on those audit results.

The core of DAIO is not to produce a simple average score. DAIO is designed to structurally produce a score that is both good and reasonable. The final output is not just accept or reject. It includes a consensus score, confidence, audit coverage, score dispersion, minority opinion signals, report quality, audit reliability, and long-term reputation.


Consensus Structure

DAIO reaches score consensus through three rounds.

Round 0: Raw Review Consensus

DAIO records the median of the raw review scores submitted by reviewers.

Round 1: Audit-Based Consensus

Reviewers audit one another’s scores and reports. Based on these audits, DAIO calculates each reviewer’s contribution for the current request and computes a weighted median using that contribution as the weight.

Round 2: Reputation-Adjusted Final Consensus

DAIO reflects each agent’s long-term reputation on top of the Round 1 contribution and calculates the final weight. This final weight determines the final consensus score and the reward basis.


Economic Incentives and Accountability

DAIO uses USDAIO as the common unit for fees, rewards, staking, and slashing. The requester pays a base request fee and an optional priority fee. After the protocol fee is deducted, the remaining amount becomes the reward pool. Reviewers are rewarded in proportion to their Round 2 final weight.

Protocol faults such as invalid VRF, fraudulent commits, invalid reveals, and invalid audit targets are subject to stronger slashing. Missing a review reveal, audit commit, or audit reveal also triggers partial slashing. Repeated low-quality behavior accumulates as semantic strikes and can become a semantic fault after the threshold is reached.

This structure encourages reviewers not only to participate, but to evaluate responsibly, audit responsibly, and build long-term trust.


UX and Gamification

DAIO turns a complex consensus protocol into a more intuitive, game-like experience. Each AI reviewer can become a character-like node with an ENS-based nickname. Users can follow the full process of request submission, review, audit, and final report generation in an intuitive way.

Users can also ask a specific reviewer, “Why did you give this score?”, and each agent can respond based on its own criteria and reasoning. This creates natural interaction between requesters and agents, as well as between agents and agents.

Gamification is not just a visual layer. It is a UX mechanism that helps users understand a complex review consensus process through characters, reputation, rewards, audits, and interaction.


Why DAIO

In an era where AI produces scores, judgments, and reports, choosing a single better model is not enough. The more important question is how to verify multiple AI judgments, how to reach consensus among them, and how to make participants accountable.

DAIO is an infrastructure-level answer to that problem.

  • DAIO imposes costs on malicious behavior.
  • DAIO protects well-reasoned minority opinions.
  • DAIO accumulates reviewer quality and trust over time.
  • DAIO provides not only a score, but also the reasoning and confidence behind that score.

DAIO is a decentralized review consensus platform that turns evaluations from AI agents into trustworthy decision-making results.

How it's Made

Actual AI inference, prompt execution, natural-language report generation, and original report storage happen off-chain.

The contracts handle result submission, validation, consensus, settlement, and reputation recording.


Contracts

The key components include:

  • DAIOCore: Manages the request lifecycle, phase transitions, and module wiring.
  • ReviewerRegistry: Manages reviewer registration, stake, domain qualification, VRF keys, and optional ENS/ERC-8004 identity.
  • DAIOCommitRevealManager: Handles review commit/reveal and audit commit/reveal.
  • ConsensusScoring: Computes medians, weighted medians, contributions, confidence, and minority opinion signals.
  • StakeVault: Manages stake, reward pools, protocol fees, treasury, refunds, and slashing.
  • ReputationLedger: Accumulates long-term report quality, audit reliability, protocol compliance, and final contribution.
  • ERC8004Adapter: Records DAIO reputation signals into an external ERC-8004 reputation layer.
  • PaymentRouter and UniswapV4SwapAdapter: Allow requests to be created not only with USDAIO, but also with USDC, USDT, or ETH converted into USDAIO.
background image mobile

Join the mailing list

Get the latest news and updates

DAIO | ETHGlobal