Slop Paper v0.1 — January 2026

Opus DIO

Decentralized Intelligent Organization.

Collective Agency Through Auction Mechanics

Abstract

We propose a coordination system for decentralized product development that replaces traditional governance voting with prediction market dynamics and human developers with autonomous AI agents. Participants bid in a recurring auction on specifications describing what should be built next. The winning spec is executed immediately by an AI coding agent. Tokens are distributed to spec creators and backers upon validated completion. The result is a collectively-owned, market-directed, machine-built product that ships continuously without governance paralysys.

1. Introduction

DAOs are rekt by governance theater: voter apathy, plutocratic capture, and chronic drama during execution.

Open source software is far from permissionless contribution. In practice, maintainer bottlenecks, social gatekeeping, and lack of funding create friction that slowly kills projects.

Opus DIO's mechanism treats decision and execution as a single atomic operation. We replace governance with markets and core teams with agents.

2. Mechanism Design

2.1 The Auction Loop

The system operates through recurring auctions with the following structure:

  1. Spec Submission. Any participant may submit a specification describing functionality to be built. Specs are plain-language descriptions with detailed acceptance criteria.
  2. Bidding Period. During a fixed window, participants bid on specs they believe should be prioritized. Bids are denominated in the native currency (ETH or stablecoin). Participants may bid on multiple specs. Spec creators may bid on their own specs.
  3. Winner Selection. At auction close, the spec with the highest cumulative bid value wins.
  4. Execution. The winning spec is injected into a secure Virtual Private Server running Claude Code, an autonomous AI coding agent. The agent executes the spec without human intervention.
  5. Validation. An independent oracle agent evaluates whether the execution satisfies the spec's acceptance criteria.
  6. Settlement. Upon validation, tokens are minted and distributed to the spec creator and all participants who bid on the winning spec, proportional to bid size. Bids on non-winning specs are refunded in full.
flowchart LR
    subgraph Auction
        A[SUBMIT
specs] --> B[BID
on specs] --> C[SELECT
winner] end subgraph Execution D[EXECUTE
via agent] --> E[VALIDATE
via oracle] --> F[SETTLE
tokens] end C --> D D -.-> T[(TREASURY
funds compute)] F -.-> T

2.2 Treasury Mechanics

All winning bids flow into a treasury contract. This treasury funds:

The system is self-funding. Demand for building creates the capital to build. No external grants, no foundation, no runway anxiety.

2.3 Recovery Mechanisms

Every auction includes two standing options alongside user-submitted specs:

These options participate in the auction like any other spec. If the community bids more on recovery than on new features, recovery wins. This provides an escape hatch without requiring emergency governance procedures.

The presence of credible recovery options paradoxically enables more aggressive experimentation. Participants take larger risks knowing that failure is reversible.

3. Spec Rewards and Token Economics

3.1 Issuance Schedule

Tokens incentivize partecipation in the system. They are minted only upon successful spec completion. The emission rate follows a stepped plateau curve, declining annually for five years before settling into perpetual fixed issuance:

Period Weekly Emission Annual Total
Year 11,00052,000
Year 260031,200
Year 335018,200
Year 420010,400
Year 51005,200
Year 6+10520

Projected total supply after 6 years: approximately 118,000 tokens.

3.2 Undefined Utility

The token has no protocol-defined utility. It confers no governance rights, revenue claims, or functional privileges at the smart contract level.

This is intentional. Prescribed utility constrains emergent coordination. The community that builds the product together decides what ownership means—governance weight, revenue share, reputation signal, access rights, or functions not yet imagined.

Emergent utility over prescribed utility.

4. Oracle Design

Validation is performed by an independent AI agent operating under a fixed rubric:

  1. Does the execution produce functional output?
  2. Does the output satisfy the spec's stated acceptance criteria?
  3. Does the output introduce critical failures to existing functionality?

The oracle has three possible verdicts:

Critically, there are no refunds for winning bids regardless of oracle outcome. Capital committed to winning specs is committed permanently. This forces bidders to evaluate spec feasibility, not just desirability.

5. Game-Theoretic Properties

5.1 Incentive Alignment

The mechanism creates aligned incentives across all participants:

5.2 Attack Resistance

Sybil attacks: Splitting bids across multiple wallets confers no advantage. Distribution is proportional to capital, not addresses.

Griefing via impossible specs: Attackers pay for winning bids on specs that fail validation. The attack is self-punishing.

Creator self-dealing: Creators can bid on their own specs, but must commit real capital. If the spec fails, they lose their bid. Self-dealing is only profitable if the spec actually ships.

Oracle manipulation: The oracle is a fixed-rubric AI agent, not a human committee. Bribery has no target. Manipulation requires compromising the oracle's infrastructure, which is a security problem, not a governance problem.

5.3 Information Aggregation

The auction mechanism functions as a prediction market over "what should be built." Prices (bid totals) aggregate dispersed information about value and feasibility. The winning spec represents the market's best guess at the highest-value achievable improvement.

This is superior to voting because it weights conviction by stake and penalizes wrong predictions through capital loss.

Conclusion

Opus DIO is an experiment in post-coordination collective agency. It's a DAO without core team tyranny, vote bribing and community bitching.

The mechanism is simple. Markets aggregate preferences. Agents execute immediately. Tokens distribute ownership to those who contributed signal and capital. Recovery options ensure the experiment can survive its own mistakes.

This is not a proposal for how all software should be built. It is a probe into the possibility space—a test of whether collective ownership, market direction, and machine execution can coexist in a single system.

The only metric that matters: specs shipped per week.

1 "Claude Code" refers to Anthropic's autonomous coding agent. The system is agent-agnostic and could operate with alternative execution backends.

2 Oracle design is provisional. Production implementation may incorporate multi-agent consensus or token-weighted dispute resolution.

3 This document describes a mechanism design, not a security offering. Tokens described herein are coordination tools, not investment contracts.