Compare commits

..

1 commit

Author SHA1 Message Date
Teleo Agents
edd8aea9ad 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 2)

Pentagon-Agent: Rio <HEADLESS>
2026-03-12 04:40:47 +00:00
11 changed files with 131 additions and 154 deletions

View file

@ -82,6 +82,12 @@ Futardio cult launch (2026-03-03 to 2026-03-04) demonstrates MetaDAO's platform
(challenge) Areal's failed Futardio launch ($11,654 raised of $50K target, REFUNDING status) demonstrates that futarchy-governed fundraising does not guarantee capital formation success. The mechanism provides credible exit guarantees through market-governed liquidation and governance quality through conditional markets, but market participants still evaluate project fundamentals and team credibility. Futarchy reduces rug risk but does not eliminate market skepticism of unproven business models or early-stage teams.
### Additional Evidence (extend)
*Source: [[2024-02-20-futardio-proposal-develop-multi-option-proposals]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
(extend) Agrippa's proposal (2024-02-20) reveals that MetaDAO's Autocrat program's binary pass/fail structure is a design choice, not a technical constraint. The proposal argues for extending to N-way outcomes: "Architecturally speaking there is no need to hard-limit the number of conditions in a conditional vault / number of outcomes in a proposal." This suggests MetaDAO's current implementation is a v1 limitation. The proposal also reveals that conditional markets "do not compete with each other over liquidity" — each outcome gets independent price discovery — which is relevant to understanding MetaDAO's capital efficiency constraints.
---
Relevant Notes:

View file

@ -53,12 +53,6 @@ Autocrat is MetaDAO's core governance program on Solana -- the on-chain implemen
**Limitations.** [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] -- when proposals are clearly good or clearly bad, few traders participate because the expected profit from trading in a consensus market is near zero. This is a structural feature, not a bug: contested decisions get more participation precisely because they're uncertain, which is when you most need information aggregation. But it does mean uncontested proposals can pass or fail with very thin markets, making the TWAP potentially noisy.
### Additional Evidence (extend)
*Source: [[2024-02-20-futardio-proposal-develop-multi-option-proposals]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
(extend) The binary Pass/Fail architecture is a simplification of the theoretical design space. Architecturally, there is no need to hard-limit the number of conditions in a conditional vault or outcomes in a proposal. Multi-option proposals do not introduce new security or mechanism design considerations beyond binary proposals—conditional markets do not compete with each other over liquidity, so if you can maliciously manipulate one option, you could have manipulated Pass/Fail in the binary case. This suggests Autocrat's current binary design is a production simplification rather than a fundamental constraint. (Source: agrippa, MetaDAO proposal 2024-02-20)
---
Relevant Notes:

View file

@ -38,7 +38,7 @@ Optimism futarchy achieved 430 active forecasters and 88.6% first-time governanc
### Additional Evidence (extend)
*Source: [[2024-02-20-futardio-proposal-develop-multi-option-proposals]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
(extend) Multi-option proposals add architectural complexity but may not increase security risk. The main friction point is liquidity distribution: conditional markets do not compete with each other over liquidity, but spreading capital across N options instead of 2 may reduce depth per market. This suggests the complexity-friction tradeoff is primarily about capital efficiency rather than mechanism design difficulty. (Source: agrippa, MetaDAO proposal 2024-02-20)
(extend) Multi-modal proposals add a new complexity dimension to futarchy adoption friction: voters must understand N conditional markets simultaneously rather than a single pass/fail choice. Agrippa's proposal (2024-02-20) implicitly acknowledges this by positioning multi-modal proposals as a future feature rather than immediate priority, suggesting recognition that adoption is already constrained. The proposal also reveals a potential liquidity concern: while claiming "conditional markets do not compete with each other over liquidity," fragmenting capital across N markets could reduce depth in each, exacerbating the liquidity requirements that already create friction for futarchy adoption.
---

View file

@ -0,0 +1,41 @@
---
type: claim
domain: internet-finance
description: "Multi-modal proposals allow DAOs to evaluate N alternatives simultaneously through parallel conditional markets rather than sequential binary votes"
confidence: experimental
source: "agrippa (futard.io proposal J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht), 2024-02-20"
created: 2024-02-20
---
# Multi-modal futarchy proposals enable simultaneous evaluation of mutually-exclusive alternatives without sequential voting
Futarchy as originally implemented supports only binary outcomes (pass/fail). Multi-modal proposals extend this to N mutually-exclusive outcomes, where one outcome is "fail" and the rest are distinct alternatives. This architectural change transforms the decision space from sequential binary choices to parallel multi-option evaluation.
To choose among 5 alternatives using binary proposals requires 4-5 sequential votes (depending on tournament structure). With multi-modal proposals, all 5 alternatives are evaluated simultaneously through parallel conditional markets. Each alternative gets its own conditional token market, and the market prices reveal relative preference across all options at once.
Agrippa's proposal cites the use case of "choose the first place prize of the Solana Scribes contest, where there's a conditional market on each applicant." Without multi-modal proposals, a futarchic DAO has "basically no mechanism" for making such choices. Multi-modal proposals solve this by creating a conditional market on each candidate, letting the market aggregate information about which choice maximizes the objective function.
**Architectural scalability:** Agrippa argues "there is no need to hard-limit the number of conditions in a conditional vault / number of outcomes in a proposal." The mechanism scales to arbitrary N without introducing new security or mechanism design considerations, because "conditional markets do not compete with each other over liquidity" — each market prices its own outcome independently.
## Evidence
- Agrippa's MetaDAO proposal (2024-02-20) proposes funding multi-modal proposal development, arguing the feature provides "a huge amount of value" by enabling choice among multiple alternatives
- Specific use case cited: Solana Scribes contest with N applicants, each getting a conditional market
- Architectural claim: no hard limit needed on number of outcomes; scales to arbitrary N
- Security claim: multi-modal proposals "do not particularly introduce any new security / mechanism design considerations"
- Proposer estimates +5% DAO value from "ability to weigh multiple exclusive alternatives at once" via exponential decision-making bandwidth increase
## Limitations
This is a single-source proposal from the developer seeking funding to build the feature. No implementation exists yet. The claim that this provides "exponential" bandwidth increase is the proposer's framing; the actual improvement is linear in the number of alternatives (N options evaluated in 1 vote vs N sequential votes), though time savings compound when multiple such decisions are needed.
The liquidity independence claim ("conditional markets do not compete with each other over liquidity") may be overstated — while markets don't directly compete, total capital available for futarchy is finite, and fragmenting it across N markets could reduce depth in each, exacerbating existing liquidity constraints.
---
Relevant Notes:
- [[MetaDAO is the futarchy launchpad on Solana where projects raise capital through unruggable ICOs governed by conditional markets creating the first platform for ownership coins at scale.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]]

View file

@ -0,0 +1,46 @@
---
type: claim
domain: internet-finance
description: "Mandatory draft stages allowing permissionless alternatives create market-based filtering of wasteful spending by forcing proposals into direct competition"
confidence: speculative
source: "agrippa (futard.io proposal J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht), 2024-02-20"
created: 2024-02-20
---
# Multi-modal futarchy with draft stage filters pork barrel spending through market competition against alternatives
Pork barrel spending — wasteful expenditures included in proposals to buy votes — is a "deeply real game-theoretic problem" in governance. Agrippa proposes that multi-modal proposals with a mandatory draft stage offer a novel solution: before a conditional vault goes live, anyone can add alternative options to the same proposal, forcing the original proposal into direct market competition with substitutes.
The mechanism works by creating a pre-market phase where the proposal is open for amendments. If a proposal includes wasteful spending (e.g., "fund project X for $100K plus $20K for unrelated pet project Y"), a community member can submit an alternative: "fund project X for $100K, no pet project." Both options then go to market simultaneously.
The conditional markets price each alternative based on its expected impact on the DAO's objective function (typically token price). The version with pork barrel spending should trade at a discount because it wastes treasury resources. If markets are functioning, the cleaner alternative wins, and the pork gets filtered out without requiring explicit voting or subjective judgment about what counts as waste.
Agrippa identifies this as "the primary mechanism" for cutting pork in futarchy systems: "I think this would be really effective at cutting out pork and is the primary mechanism for doing so."
## Evidence
- Agrippa's proposal (2024-02-20) explicitly identifies draft-stage alternatives as the solution to pork barrel spending
- Mechanism design: draft stage allows permissionless addition of alternatives before markets go live
- Game theory: pork-laden proposals should trade at discount vs. clean alternatives in conditional markets
- Proposer estimates +5% DAO value from "multi-modal proposals with a draft stage are the best solution to the deeply real game-theoretic problem of pork barrel"
## Limitations
This is a theoretical mechanism design claim with no empirical evidence. No futarchy system has implemented mandatory draft stages with permissionless alternatives, so the effectiveness is speculative and untested.
The mechanism assumes:
1. Markets can accurately price the marginal impact of pork spending on token price (may be noisy for small amounts)
2. Someone will notice and submit clean alternatives (requires active monitoring and domain expertise)
3. The cost of submitting alternatives is low enough to be worth the effort
4. Traders/voters prefer clean proposals when given the choice (not obvious if pork benefits them directly or if they lack information to evaluate)
Pork barrel spending in traditional governance often succeeds precisely because it's bundled with popular measures, making it costly to oppose. Multi-modal proposals unbundle this, but whether markets reliably filter it is untested and depends on trader sophistication and information availability.
---
Relevant Notes:
- [[futarchy can override its own prior decisions when new evidence emerges because conditional markets re-evaluate proposals against current information not historical commitments.md]]
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles.md]]
- [[domain expertise loses to trading skill in futarchy markets because prediction accuracy requires calibration not just knowledge.md]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -1,38 +0,0 @@
---
type: claim
domain: internet-finance
description: "Multi-option proposals allow futarchy DAOs to evaluate multiple exclusive alternatives simultaneously rather than sequentially through binary votes"
confidence: speculative
source: "agrippa (futard.io proposal), 2024-02-20"
created: 2024-02-20
---
# Multi-option proposals increase futarchy decision-making bandwidth by enabling parallel evaluation of mutually-exclusive alternatives
Futarchy implementations currently force binary Pass/Fail decisions, requiring sequential proposals to evaluate multiple alternatives. Multi-option proposals create conditional markets for each alternative simultaneously, allowing the market to price all options in parallel. This architectural change transforms futarchy from a yes/no mechanism into a selection mechanism.
The proposal author (agrippa) estimates this increases decision-making bandwidth by +5% to DAO value through the ability to weigh exclusive alternatives at once. Example use case: selecting first place prize winner from multiple contest applicants, where each applicant gets a conditional market and the highest-trading option wins.
Architecturally, there is no need to hard-limit the number of conditions in a conditional vault or outcomes in a proposal. The mechanism does not introduce new security or mechanism design considerations beyond binary proposals—if you can maliciously manipulate "proposal option 12", you could have manipulated Pass in a binary proposal, since conditional markets do not compete with each other over liquidity.
## Evidence
- Proposal author developed first conditional tokens vault on Solana as part of prediction market reference implementation (FTX-funded)
- Author estimates +5% DAO value from bandwidth increase alone
- No existing multi-option proposal implementation in production—this is a proposed feature, not an observed mechanism
- The +12.1% total value estimate combines bandwidth (+5%), pork barrel solution (+5%), and governance innovation (+2%)
## Limitations
- This is a design proposal, not an implemented system. The bandwidth increase is theoretical.
- Assumes sufficient liquidity can be distributed across N conditional markets without reducing depth per market below functional thresholds
- No empirical data on whether parallel markets actually produce better outcomes than sequential binary votes
---
Relevant Notes:
- [[MetaDAO is the futarchy launchpad on Solana where projects raise capital through unruggable ICOs governed by conditional markets creating the first platform for ownership coins at scale]]
- [[futarchy-excels-at-relative-selection-but-fails-at-absolute-prediction-because-ordinal-ranking-works-while-cardinal-estimation-requires-calibration]]
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -1,39 +0,0 @@
---
type: claim
domain: internet-finance
description: "Mandatory draft stage where anyone can add alternatives to a proposal before conditional markets activate could reduce pork barrel spending through competitive proposal design"
confidence: speculative
source: "agrippa (futard.io proposal), 2024-02-20"
created: 2024-02-20
---
# Multi-option proposals with draft stage could reduce pork barrel spending by enabling competitive alternatives before market activation
Pork barrel spending—where proposals include unnecessary spending to gain support—is a fundamental game-theoretic problem in governance. The proposal author suggests multi-option proposals with a mandatory draft stage could address this by allowing anyone to propose alternatives to the same decision before conditional markets activate.
The mechanism would work by forcing proposals through a draft phase where the community can add competing options. Once the draft period ends, all alternatives go to market simultaneously. This creates competitive pressure: a proposal with pork must compete directly against a leaner alternative serving the same purpose. The market prices both options, and the pork-laden version trades at a discount.
The proposal author identifies this as "the primary mechanism" for cutting pork and estimates it adds +5% to DAO value. However, this is a theoretical mechanism design claim without empirical validation—no futarchy DAO has implemented draft-stage multi-option proposals yet.
## Evidence
- Proposal describes draft stage architecture: "before the conditional vault actually goes live anyone can add more alternatives to the same proposal"
- Author claims this "would be really effective at cutting out pork"
- Author's background: developed first conditional tokens vault on Solana, led Realms frontend development for Solana Labs
- No existing implementation or empirical data on effectiveness
## Mechanism Assumptions (unvalidated)
- Market participants can accurately price the impact of pork spending on token value
- Sufficient liquidity exists across multiple conditional markets to produce reliable price signals
- Draft stage latency cost is lower than pork prevention benefit
- Proposers cannot collude to suppress alternatives during draft phase
---
Relevant Notes:
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]]
- [[futarchy-excels-at-relative-selection-but-fails-at-absolute-prediction-because-ordinal-ranking-works-while-cardinal-estimation-requires-calibration]]
- [[token voting DAOs offer no minority protection beyond majority goodwill]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -4,16 +4,8 @@ entity_type: person
name: "agrippa"
domain: internet-finance
status: active
roles:
- "Solana governance developer"
- "Conditional tokens architect"
affiliations:
- "[[metadao]]"
- "Solana Labs (former)"
- "Cornell Initiative for Cryptocurrency and Contracts (former)"
key_contributions:
- "Led development on Solana Labs governance-ui (Realms frontend)"
- "Developed first conditional tokens vault on Solana (precogparty)"
roles: ["developer", "governance-contributor"]
affiliations: ["Solana Labs", "MetaDAO"]
tracked_by: rio
created: 2026-03-11
---
@ -21,24 +13,17 @@ created: 2026-03-11
# agrippa
## Overview
agrippa is a Solana governance infrastructure developer who led development on Solana Labs' governance-ui (Realms frontend) and built the first conditional tokens vault on Solana. Proposed multi-option proposal functionality to MetaDAO in February 2024.
Solana ecosystem developer who led development on Realms (Solana's governance UI) for Solana Labs and built the first conditional tokens vault on Solana. Proposed multi-modal futarchy proposals to MetaDAO in early 2024. Active in governance mechanism design and prediction market infrastructure.
## Timeline
- **2014** — Started one of the first high-school blockchain clubs with physics teacher Jed (now at Jito)
- **2017** — Invited to smart contract summit in China (attended by Vitalik) for Sybil resistance work
- **2017-2018** — Research at Cornell's Initiative for Cryptocurrency and Contracts
- **2022-2023** — Led development on Solana Labs governance-ui (Realms frontend) for one year
- **2023** — Developed first conditional tokens vault on Solana as part of precogparty prediction market (FTX-funded grant)
- **2023-12** — Met Proph3t in Greece, discussed MetaDAO and futarchy for 3 hours
- **2024-02-20** — [[metadao-develop-multi-option-proposals]] proposed to MetaDAO; failed 2024-02-25
## Technical Contributions
- **Conditional Tokens Architecture:** Designed and implemented first conditional tokens vault on Solana, influencing MetaDAO's conditional vault design
- **Governance UI:** Led Realms frontend development, focusing on web3 performance and developer ergonomics (react-query patterns)
- **Multi-option Proposals:** Proposed architectural extension to futarchy enabling multiple mutually-exclusive outcomes
- **2014** — Started "probably the very first high-school blockchain club in the world" with physics teacher Jed (now at Jito)
- **2017** — Invited to smart contract summit in China for Sybil resistance work (Vitalik Buterin attended)
- **~2022** — Developed first conditional tokens vault on Solana as part of precogparty prediction market reference implementation (FTX grant-funded)
- **2023-2024** — Led development on governance-ui (Realms frontend) for Solana Labs
- **2023-12** — Met Proph3t in Greece, discussed MetaDAO and futarchy for ~3 hours
- **2024-02-20** — Proposed multi-modal proposal development to MetaDAO (failed)
## Relationship to KB
- [[metadao]] — proposed multi-option functionality
- [[futardio]] — platform where proposal was submitted
- [[proph3t]] — collaborator on futarchy design
- [[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]] — influenced conditional vault design
- [[metadao-develop-multi-option-proposals]] — proposed mechanism extension
- [[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]] — contributed to design review
- [[proph3t]] — collaborated on futarchy design

View file

@ -11,7 +11,7 @@ proposal_url: "https://www.futard.io/proposal/J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmy
proposal_date: 2024-02-20
resolution_date: 2024-02-25
category: "mechanism"
summary: "Proposal to develop multi-option proposal functionality for MetaDAO, allowing multiple mutually-exclusive outcomes beyond binary Pass/Fail, with 200 META compensation across four milestones"
summary: "Proposal to develop multi-modal proposal functionality allowing multiple mutually-exclusive outcomes beyond binary pass/fail"
tracked_by: rio
created: 2026-03-11
---
@ -19,48 +19,29 @@ created: 2026-03-11
# MetaDAO: Develop Multi-Option Proposals?
## Summary
Proposal by agrippa to build multi-option proposal functionality for MetaDAO's futarchy implementation, enabling proposals with multiple mutually-exclusive outcomes rather than binary Pass/Fail. Requested 200 META distributed across four development milestones. The proposal failed despite the proposer's technical credentials and detailed value argument.
Proposal by agrippa to develop multi-modal proposal functionality for MetaDAO, extending the binary pass/fail structure to support N mutually-exclusive outcomes. Requested 200 META compensation across 4 milestones for building new conditional vault program, integrating with futarch, and frontend implementation. Proposal failed despite arguing for 12.1% value increase to the DAO.
## Market Data
- **Outcome:** Failed
- **Proposer:** agrippa (99dZcXhrYgEmHeMKAb9ezPaBqgMdg1RjCGSfHa7BeQEX)
- **Proposal account:** J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht
- **Proposal Account:** J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht
- **Created:** 2024-02-20
- **Completed:** 2024-02-25
## Compensation Structure
- **Total:** 200 META across 4 milestones
- **Milestone 1:** 50 META upon passage
- **Milestone 2:** 50 META upon completing multi-modal conditional vault program
- **Milestone 3:** 50 META upon integrating futarch with multi-modal vaults
- **Milestone 4:** 50 META upon frontend integration
- **Oversight:** 3/5 multisig (Proph3t, DeanMachine, 0xNallok, LegalizeOnionFutures, sapphire)
- **Multisig compensation:** 2.5 META per member upon passage
## Proposer Background
- Led development on Solana Labs governance-ui (Realms frontend) for one year
- Developed first conditional tokens vault on Solana (FTX-funded precogparty project)
- Started one of the first high-school blockchain clubs (2014)
- Research at Cornell's Initiative for Cryptocurrency and Contracts
- Invited to 2017 smart contract summit in China (with Vitalik)
## Value Argument
Proposer estimated +12.1% value to MetaDAO from:
- +5% from exponential increase in decision-making bandwidth
- +5% from solving pork barrel problem through draft-stage alternatives
- +2% from governance innovation hype
- +0.1% from fee revenue on conditional vault usage by other protocols
With 14,416 META circulating supply, proposer calculated feature worth 1,744 META dilution, requesting 200 META (11.5% of estimated value).
- **Compensation Requested:** 200 META (50 META per milestone)
- **Milestone Multisig:** 3/5 (Proph3t, DeanMachine, 0xNallok, LegalizeOnionFutures, sapphire)
## Significance
This proposal is significant for mechanism design evolution in futarchy. It represents an attempt to expand futarchy from binary decisions to multi-option selection, addressing a fundamental limitation in the original Hanson design. The failure suggests either market skepticism about the value proposition, concerns about execution risk, or liquidity constraints in the conditional markets.
This proposal represents an early attempt to extend MetaDAO's futarchy mechanism beyond binary decisions. The failure is notable because:
The detailed technical specification and value quantification represent a high-quality proposal format that became a template for later MetaDAO proposals.
1. **Mechanism design ambition:** Multi-modal proposals would enable simultaneous evaluation of N alternatives (e.g., choosing among multiple grant applicants) rather than sequential binary votes
2. **Pork barrel solution:** Proposer argued mandatory draft stage with permissionless alternatives would filter wasteful spending through market competition
3. **Technical credibility:** Agrippa had strong credentials (led Realms frontend development, built first conditional tokens vault on Solana, met with Proph3t in Greece)
4. **Value claim:** Estimated 12.1% value increase to DAO, requesting only 200 META (~1.4% dilution at time)
The failure suggests either: (a) market skepticism about the value proposition, (b) concerns about execution risk, (c) other priorities taking precedence, or (d) insufficient liquidity/participation in the decision market. No public post-mortem explains the rejection.
## Relationship to KB
- [[metadao]] — parent organization
- [[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]] — current binary architecture this proposal aimed to extend
- [[proph3t]] — multisig member
- [[nallok]] — multisig member
- [[metadao]] — governance mechanism evolution
- [[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]] — proposed extension
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] — complexity concerns
- [[proph3t]] — consulted with proposer in Greece, December 2023

View file

@ -54,7 +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]] proposed by agrippa: develop multi-option proposal functionality for 200 META across 4 milestones; failed 2024-02-25
- **2024-02-20** — [[metadao-develop-multi-option-proposals]] failed: proposal to extend futarchy to N-way outcomes rejected despite 12.1% estimated value increase
## Key Decisions
| Date | Proposal | Proposer | Category | Outcome |
|------|----------|----------|----------|---------|

View file

@ -11,10 +11,10 @@ tags: [futardio, metadao, futarchy, solana, governance]
event_type: proposal
processed_by: rio
processed_date: 2026-03-11
claims_extracted: ["multi-option-proposals-exponentially-increase-futarchy-bandwidth-by-enabling-parallel-evaluation-of-mutually-exclusive-alternatives.md", "multi-option-proposals-with-draft-stage-solve-pork-barrel-problem-by-allowing-alternative-proposals-before-markets-go-live.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"]
claims_extracted: ["multi-modal-futarchy-proposals-enable-simultaneous-evaluation-of-mutually-exclusive-alternatives-without-sequential-voting.md", "multi-modal-futarchy-with-draft-stage-filters-pork-barrel-spending-through-market-competition-against-alternatives.md"]
enrichments_applied: ["MetaDAO is the futarchy launchpad on Solana where projects raise capital through unruggable ICOs governed by conditional markets creating the first platform for ownership coins at scale.md", "futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "Extracted 2 mechanism design claims about multi-option proposals (bandwidth increase and pork barrel solution), enriched 2 existing claims about Autocrat architecture and futarchy adoption friction, created decision_market entity for the proposal, updated metadao timeline, and created new person entity for agrippa. Proposal failed despite detailed technical specification and value quantification—significant for understanding MetaDAO's early mechanism design priorities and risk tolerance."
extraction_notes: "Extracted 2 mechanism design claims (multi-option bandwidth increase, pork barrel filtering), enriched 2 existing futarchy claims with architectural details, created decision_market entity for the proposal, updated metadao timeline, created new person entity for agrippa. Source is a failed governance proposal with strong technical argumentation but no empirical validation. Claims rated experimental/speculative due to lack of implementation evidence."
---
## Proposal Details
@ -116,7 +116,8 @@ I would be very excited to join this futarchic society as a major techinical con
## Key Facts
- MetaDAO circulating supply was 14,416 META as of 2024-02-20
- Proposal J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht failed 2024-02-25
- agrippa's precogparty project was FTX-funded
- Multisig composition: Proph3t, DeanMachine, 0xNallok, LegalizeOnionFutures, sapphire
- MetaDAO circulating supply was 14,416 META as of 2024-02-20 (per Dune Analytics)
- Proposal J7dWFgSSuMg3BNZBAKYp3AD5D2yuaaLUmyKqvxBZgHht was proposal #9 for MetaDAO
- Milestone multisig was 3/5 with members: Proph3t, DeanMachine, 0xNallok, LegalizeOnionFutures, sapphire (each paid 2.5 META)
- agrippa's Solana address: 99dZcXhrYgEmHeMKAb9ezPaBqgMdg1RjCGSfHa7BeQEX
- Proposal completed 2024-02-25, 5 days after creation