rio: extract from 2024-02-20-futardio-proposal-develop-multi-option-proposals.md
- Source: inbox/archive/2024-02-20-futardio-proposal-develop-multi-option-proposals.md - Domain: internet-finance - Extracted by: headless extraction cron (worker 3) Pentagon-Agent: Rio <HEADLESS>
This commit is contained in:
parent
ba4ac4a73e
commit
bb96276c2d
5 changed files with 142 additions and 1 deletions
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "Multi-modal proposals extend futarchy from binary Pass/Fail outcomes to N mutually-exclusive alternatives, each with its own conditional market that does not compete for liquidity"
|
||||
confidence: experimental
|
||||
source: "agrippa (futard.io proposal J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht), 2024-02-20"
|
||||
created: 2024-02-20
|
||||
---
|
||||
|
||||
# Multi-modal futarchy proposals enable N-way selection by creating mutually-exclusive conditional markets without liquidity competition
|
||||
|
||||
Futarchy as originally implemented in MetaDAO's Autocrat v0.1 supports only binary outcomes: Pass or Fail. Multi-modal proposals extend this architecture to support N mutually-exclusive outcomes, where one outcome is Fail and the rest are distinct alternatives. Each outcome gets its own conditional market.
|
||||
|
||||
The key architectural insight is that conditional markets for mutually-exclusive outcomes do not compete with each other over liquidity. This means scaling from binary to N-way selection does not introduce new security or mechanism design considerations. As the proposal author states: "If you can maliciously get through 'proposal option 12', you could have also gotten through Pass in a binary proposal because conditional markets do not compete with each other over liquidity."
|
||||
|
||||
The canonical use case is selecting among multiple applicants for a prize or grant. For example, selecting the first-place winner of the Solana Scribes contest could use a multi-modal proposal with one conditional market per applicant. Without multi-modal proposals, "a futarchic DAO has basically no mechanism for making choices like this."
|
||||
|
||||
Architecturally, there is no hard limit on the number of conditions in a conditional vault or outcomes in a proposal. The design scales to arbitrary numbers of alternatives.
|
||||
|
||||
## Evidence
|
||||
- Proposal to MetaDAO (proposal #9, completed 2024-02-25, status: Failed) requesting 200 META across 4 milestones to develop multi-modal conditional vault program
|
||||
- Author (agrippa, lead developer on Solana Labs governance-ui) claims: "Architecturally speaking there is no need to hard-limit the number of conditions in a conditional vault / number of outcomes in a proposal"
|
||||
- Explicit security analysis: conditional markets do not compete over liquidity, so N-way selection introduces no new attack surface
|
||||
- Example use case: Solana Scribes contest first-place selection with conditional market on each applicant
|
||||
- Author's estimated value impact: +5% DAO value from "exponentially increased decision-making bandwidth in relevant cases"
|
||||
|
||||
## Challenges
|
||||
- Proposal failed (completed 2024-02-25 with failed status), suggesting either insufficient market confidence or other priorities
|
||||
- No implementation exists; claim is based on architectural analysis, not deployed code
|
||||
- No empirical validation of the claimed +5% value impact
|
||||
- Scaling to very large N may face practical UX/liquidity constraints not addressed in proposal
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[MetaDAOs-Autocrat-program-implements-futarchy-through-conditional-token-markets-where-proposals-create-parallel-pass-and-fail-universes-settled-by-time-weighted-average-price-over-a-three-day-window.md]]
|
||||
- [[futarchy-adoption-faces-friction-from-token-price-psychology-proposal-complexity-and-liquidity-requirements.md]]
|
||||
- [[optimal-governance-requires-mixing-mechanisms-because-different-decisions-have-different-manipulation-risk-profiles.md]]
|
||||
|
||||
Topics:
|
||||
- [[domains/internet-finance/_map]]
|
||||
- [[core/mechanisms/_map]]
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
type: claim
|
||||
domain: internet-finance
|
||||
description: "A mandatory draft period before conditional vault activation allows any community member to submit alternative outcomes, forcing direct market comparison and reducing wasteful provisions"
|
||||
confidence: speculative
|
||||
source: "agrippa (futard.io proposal J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht), 2024-02-20"
|
||||
created: 2024-02-20
|
||||
---
|
||||
|
||||
# Multi-modal futarchy with draft stage enables permissionless proposal improvement by allowing alternative submission before market activation
|
||||
|
||||
Pork barrel spending—the inclusion of wasteful provisions in proposals to secure votes—is a structural problem in governance. The proposal author suggests that multi-modal futarchy with a mandatory draft stage provides a mechanism to address it: before a conditional vault goes live, anyone can add alternative options to the same proposal.
|
||||
|
||||
The mechanism works through competitive pressure. If a proposal includes wasteful spending, a community member can submit a cleaner alternative during the draft period. The market then prices both options, and the wasteful version trades at a discount relative to the efficient alternative. This creates an incentive structure where proposers must justify every provision or face market-driven rejection.
|
||||
|
||||
The author describes this as "the primary mechanism" for cutting out pork and estimates it adds +5% to DAO value (equal to the decision bandwidth improvement from multi-modal proposals themselves).
|
||||
|
||||
The draft stage architecture separates proposal formation from market activation, creating a window for permissionless improvement before capital commits to any outcome.
|
||||
|
||||
## Evidence
|
||||
- Proposal author states: "for each proposal anyone makes, you could have a mandatory draft stage where before the conditional vault actually goes live anyone can add more alternatives to the same proposal. I think this would be really effective at cutting out pork"
|
||||
- Author claims draft stage is "the primary mechanism" for pork prevention
|
||||
- Estimated +5% DAO value from pork prevention (same magnitude as decision bandwidth improvement)
|
||||
- No implementation exists; proposal failed
|
||||
- Mechanism relies on game-theoretic assumption that market pricing creates sufficient deterrent against wasteful provisions
|
||||
|
||||
## Challenges
|
||||
- Entirely theoretical with no deployed implementation or empirical validation
|
||||
- Proposal failed (2024-02-25), suggesting skepticism about value or feasibility
|
||||
- Draft stage adds complexity and delays decision execution
|
||||
- Assumes sufficient participation and market sophistication to generate meaningful alternatives during draft period
|
||||
- Assumes market pricing accurately reflects "waste" (subjective determination)
|
||||
- No analysis of how draft stage interacts with proposal spam or low-quality alternatives
|
||||
|
||||
---
|
||||
|
||||
Relevant Notes:
|
||||
- [[multi-modal-futarchy-proposals-enable-n-way-selection-by-creating-mutually-exclusive-conditional-markets-without-liquidity-competition.md]]
|
||||
- [[optimal-governance-requires-mixing-mechanisms-because-different-decisions-have-different-manipulation-risk-profiles.md]]
|
||||
- [[futarchy-adoption-faces-friction-from-token-price-psychology-proposal-complexity-and-liquidity-requirements.md]]
|
||||
|
||||
Topics:
|
||||
- [[domains/internet-finance/_map]]
|
||||
- [[core/mechanisms/_map]]
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
type: entity
|
||||
entity_type: decision_market
|
||||
name: "MetaDAO: Develop Multi-Option Proposals?"
|
||||
domain: internet-finance
|
||||
status: failed
|
||||
parent_entity: "[[metadao]]"
|
||||
platform: "futardio"
|
||||
proposer: "agrippa (99dZcXhrYgEmHeMKAb9ezPaBqgMdg1RjCGSfHa7BeQEX)"
|
||||
proposal_url: "https://www.futard.io/proposal/J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht"
|
||||
proposal_date: 2024-02-20
|
||||
resolution_date: 2024-02-25
|
||||
category: "mechanism"
|
||||
summary: "Proposal to develop multi-modal futarchy proposals allowing multiple mutually-exclusive outcomes beyond binary Pass/Fail for 200 META compensation"
|
||||
tracked_by: rio
|
||||
created: 2026-03-11
|
||||
---
|
||||
|
||||
# MetaDAO: Develop Multi-Option Proposals?
|
||||
|
||||
## Summary
|
||||
Proposal by agrippa to develop multi-modal proposal functionality for MetaDAO's Autocrat program, enabling proposals with N mutually-exclusive outcomes rather than binary Pass/Fail. Requested 200 META distributed across 4 milestones: immediate payment upon passage, completion of conditional vault program, integration with futarch, and frontend implementation. The proposal included a 5-member multisig council (Proph3t, DeanMachine, 0xNallok, LegalizeOnionFutures, sapphire) to assess milestone completion.
|
||||
|
||||
## Market Data
|
||||
- **Outcome:** Failed
|
||||
- **Proposer:** agrippa
|
||||
- **Proposal Account:** J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht
|
||||
- **Proposal Number:** 9
|
||||
- **Created:** 2024-02-20
|
||||
- **Completed:** 2024-02-25
|
||||
- **Autocrat Version:** 0.1
|
||||
|
||||
## Significance
|
||||
This proposal represents an attempt to expand futarchy's decision-making architecture beyond binary choices. The author estimated the feature would add +12.1% to DAO value through increased decision bandwidth (+5%), pork barrel prevention (+5%), innovation hype (+2%), and fee revenue (+0.1%). The failure suggests either skepticism about these value claims, concerns about implementation complexity, or competing priorities for development resources.
|
||||
|
||||
The proposal also introduced the concept of a draft stage for multi-modal proposals where community members could add alternatives before market activation, positioning this as "the primary mechanism" for preventing wasteful spending in governance.
|
||||
|
||||
## Relationship to KB
|
||||
- [[metadao]] - governance mechanism proposal
|
||||
- [[futardio]] - platform where proposal was submitted
|
||||
- [[MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window]] - the program this proposal aimed to extend
|
||||
|
|
@ -54,6 +54,7 @@ The futarchy governance protocol on Solana. Implements decision markets through
|
|||
- **2026-03** — Pine Analytics Q4 2025 quarterly report published
|
||||
|
||||
- **2024-02-18** — [[metadao-otc-trade-pantera-capital]] failed: Pantera Capital's $50,000 OTC purchase proposal rejected by futarchy markets
|
||||
- **2024-02-20** — [[metadao-develop-multi-option-proposals]] failed: Proposal to develop multi-modal proposals with N mutually-exclusive outcomes for 200 META rejected by markets
|
||||
## Key Decisions
|
||||
| Date | Proposal | Proposer | Category | Outcome |
|
||||
|------|----------|----------|----------|---------|
|
||||
|
|
|
|||
|
|
@ -6,9 +6,15 @@ url: "https://www.futard.io/proposal/J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHh
|
|||
date: 2024-02-20
|
||||
domain: internet-finance
|
||||
format: data
|
||||
status: unprocessed
|
||||
status: processed
|
||||
tags: [futardio, metadao, futarchy, solana, governance]
|
||||
event_type: proposal
|
||||
processed_by: rio
|
||||
processed_date: 2026-03-11
|
||||
claims_extracted: ["multi-modal-futarchy-proposals-enable-n-way-selection-by-creating-mutually-exclusive-conditional-markets-without-liquidity-competition.md", "multi-modal-futarchy-with-draft-stage-enables-permissionless-proposal-improvement-by-allowing-alternative-submission-before-market-activation.md"]
|
||||
enrichments_applied: ["MetaDAOs-Autocrat-program-implements-futarchy-through-conditional-token-markets-where-proposals-create-parallel-pass-and-fail-universes-settled-by-time-weighted-average-price-over-a-three-day-window.md", "futarchy-adoption-faces-friction-from-token-price-psychology-proposal-complexity-and-liquidity-requirements.md"]
|
||||
extraction_model: "anthropic/claude-sonnet-4.5"
|
||||
extraction_notes: "Failed proposal to extend MetaDAO's Autocrat program to multi-modal proposals. Two claims extracted on mechanism design (decision bandwidth expansion and pork prevention). Enrichments added to existing futarchy implementation and adoption friction claims. Created decision_market entity for the proposal itself and updated metadao timeline. Author's background and value estimates preserved as key_facts rather than claims since they're self-reported and unverified."
|
||||
---
|
||||
|
||||
## Proposal Details
|
||||
|
|
@ -107,3 +113,10 @@ I would be very excited to join this futarchic society as a major techinical con
|
|||
- Autocrat version: 0.1
|
||||
- Completed: 2024-02-25
|
||||
- Ended: 2024-02-25
|
||||
|
||||
|
||||
## Key Facts
|
||||
- agrippa led development on Solana Labs governance-ui (Realms frontend) for one year as of 2024-02-20
|
||||
- agrippa developed first conditional tokens vault on Solana as part of precogparty reference implementation (FTX grant-funded)
|
||||
- MetaDAO circulating supply was 14,416 META as of 2024-02-20
|
||||
- Proposed multisig council: Proph3t, DeanMachine, 0xNallok, LegalizeOnionFutures, sapphire (2.5 META each for participation)
|
||||
|
|
|
|||
Loading…
Reference in a new issue