diff --git a/domains/internet-finance/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 b/domains/internet-finance/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 index 4d7b92bb..3f872751 100644 --- a/domains/internet-finance/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 +++ b/domains/internet-finance/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 @@ -53,6 +53,12 @@ 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-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5* + +MetaDAO Proposal #4 reveals implementation details about the settlement mechanism: the system uses "liquidity-weighted price over time" where "the more liquidity that is on the books, the more weight the current price of the pass or fail market is given. Every time there is a swap, these metrics are updated/aggregated." This is distinct from simple TWAP (time-weighted average price) or VWAP (volume-weighted average price)—it weights by liquidity depth, not just time or volume. The proposal also notes that the current CLOB implementation uses a "minimum order size of 1 META, which is effectively a spam filter against manipulating the midpoint within a wide bid/ask spread," while the proposed AMM would allow trading "at any desired granularity." This represents a shift from order-book settlement to AMM-based settlement with liquidity-weighted pricing. + --- Relevant Notes: diff --git a/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md b/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md index 7e557c94..7c7adfbf 100644 --- a/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md +++ b/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md @@ -23,6 +23,12 @@ This evidence has direct implications for governance design. It suggests that [[ Optimism's futarchy experiment achieved 5,898 total trades from 430 active forecasters (average 13.6 transactions per person) over 21 days, with 88.6% being first-time Optimism governance participants. This suggests futarchy CAN attract substantial engagement when implemented at scale with proper incentives, contradicting the limited-volume pattern observed in MetaDAO. Key differences: Optimism used play money (lower barrier to entry), had institutional backing (Uniswap Foundation co-sponsor), and involved grant selection (clearer stakes) rather than protocol governance decisions. The participation breadth (10 countries, 4 continents, 36 new users/day) suggests the limited-volume finding may be specific to MetaDAO's implementation or use case rather than a structural futarchy limitation. + +### Additional Evidence (extend) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM proposal identifies lack of liquidity as a core problem with the CLOB implementation: "Estimating a fair price for the future value of MetaDao under pass/fail conditions is difficult, and most reasonable estimates will have a wide range. This uncertainty discourages people from risking their funds with limit orders near the midpoint price, and has the effect of reducing liquidity (and trading). This is the main reason for switching to AMMs." The proposal suggests that AMMs with high fees (3-5%) and liquidity-weighted pricing would address this by making LP provision more attractive than limit order placement, implying that the current low-volume problem stems from both uncertainty about fair value and unfavorable incentive structures for liquidity provision. + --- Relevant Notes: diff --git a/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md b/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md index cea44c3f..054e1e77 100644 --- a/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md +++ b/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md @@ -34,6 +34,12 @@ MycoRealms implementation reveals operational friction points: monthly $10,000 a Optimism futarchy achieved 430 active forecasters and 88.6% first-time governance participants by using play money, demonstrating that removing capital requirements can dramatically lower participation barriers. However, this came at the cost of prediction accuracy (8x overshoot on magnitude estimates), revealing a new friction: the play-money vs real-money tradeoff. Play money enables permissionless participation but sacrifices calibration; real money provides calibration but creates regulatory and capital barriers. This suggests futarchy adoption faces a structural dilemma between accessibility and accuracy that liquidity requirements alone don't capture. The tradeoff is not merely about quantity of liquidity but the fundamental difference between incentive structures that attract participants vs incentive structures that produce accurate predictions. + +### Additional Evidence (confirm) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5* + +MetaDAO's Proposal #4 explicitly identifies liquidity requirements as an adoption risk: "The risks here include: Standard smart contract risk; Adoption/available liquidity: similar to an orderbook, available liquidity will be decided by LPs. AMMs will incentivize LP'ing, though adoption within the DAO is not a certainty." The proposal also notes that state rent costs (3.75 SOL per proposal, 135-225 SOL annually) create economic friction for futarchy adoption at scale. The fact that MetaDAO is proposing a major architectural change (CLOB to AMM) specifically to address liquidity constraints confirms that liquidity remains a material adoption barrier even in the most mature futarchy implementation. + --- Relevant Notes: diff --git a/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-requires-proposer-lockup-and-high-fees-to-incentivize-early-lps.md b/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-requires-proposer-lockup-and-high-fees-to-incentivize-early-lps.md new file mode 100644 index 00000000..8376f485 --- /dev/null +++ b/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-requires-proposer-lockup-and-high-fees-to-incentivize-early-lps.md @@ -0,0 +1,34 @@ +--- +type: claim +domain: internet-finance +description: "Futarchy AMM cold-start requires proposer lockup to initialize liquidity and 3-5% fees to attract LPs after price discovery" +confidence: experimental +source: "MetaDAO Proposal #4, joebuild, 2024-01-24" +created: 2024-01-24 +--- + +# Futarchy AMM liquidity bootstrapping requires proposer lockup and high fees to incentivize early LPs + +MetaDAO's AMM proposal solves the cold-start liquidity problem through a two-stage mechanism: + +**Stage 1 — Proposer initialization**: "These types of proposals would also require that the proposer lock-up some initial liquidity, and set the starting price for the pass/fail markets." This creates the initial AMM state and prevents zero-liquidity markets. + +**Stage 2 — Fee-driven LP attraction**: "Liquidity would start low when the proposal is launched, someone would swap and move the AMM price to their preferred price, and then provide liquidity at that price since the fee incentives are high." + +The 3-5% fee structure serves dual purposes: +1. Makes the first swap expensive (price discovery tax that compensates early LPs) +2. Makes LP provision attractive after price discovery + +This creates a natural progression: "Liquidity would increase over the duration of the proposal" as the high fees attract capital to the now-price-discovered market. + +The mechanism remains experimental because it has not been tested in production. The proposal acknowledges uncertainty: "available liquidity will be decided by LPs. AMMs will incentivize LP'ing, though adoption within the DAO is not a certainty." The design assumes rational actors will provide liquidity to capture high fees, but this assumes sufficient trading volume to make LP returns attractive despite the capital lockup during proposal duration (typically 3 days). + +--- + +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]] + +Topics: +- [[domains/internet-finance/_map]] +- [[core/mechanisms/_map]] diff --git a/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md b/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md new file mode 100644 index 00000000..b22ebb71 --- /dev/null +++ b/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md @@ -0,0 +1,33 @@ +--- +type: claim +domain: internet-finance +description: "Liquidity-weighted price settlement makes futarchy manipulation expensive because attackers must lock real capital, not just generate trading volume" +confidence: experimental +source: "MetaDAO Proposal #4, joebuild, 2024-01-24" +created: 2024-01-24 +--- + +# Liquidity-weighted price over time solves futarchy manipulation through wash-trading costs + +MetaDAO's proposed AMM implementation uses "liquidity-weighted price over time" as the settlement metric: "The more liquidity that is on the books, the more weight the current price of the pass or fail market is given. Every time there is a swap, these metrics are updated/aggregated." + +This mechanism addresses two manipulation vectors in CLOB-based futarchy: + +1. **Midpoint manipulation**: With CLOBs, "someone with 1 $META can push the midpoint towards the current best bid/ask" when spreads are wide. Liquidity-weighting means low-liquidity price movements have minimal impact on settlement. + +2. **Wash trading**: VWAP (volume-weighted average price) can be manipulated through wash trading because volume is cheap to generate. Liquidity-weighting requires attackers to lock real capital, not just generate trading volume. + +The proposal combines this with 3-5% fees to "aggressively discourage wash-trading and manipulation" while encouraging legitimate liquidity provision. High fees make repeated wash trades prohibitively expensive while the liquidity-weighting ensures that only well-capitalized price movements affect outcomes. + +This remains experimental because the mechanism has not been deployed or tested against adversarial conditions. The proposal acknowledges that "adoption/available liquidity" is uncertain and "not a certainty." The claim assumes rational attackers will not find novel manipulation vectors that exploit the liquidity-weighting mechanism itself. + +--- + +Relevant Notes: +- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders.md]] +- [[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]] +- [[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]] diff --git a/domains/internet-finance/metadao-amm-program-reduces-futarchy-state-rent-costs-from-135-225-sol-annually-to-near-zero.md b/domains/internet-finance/metadao-amm-program-reduces-futarchy-state-rent-costs-from-135-225-sol-annually-to-near-zero.md new file mode 100644 index 00000000..143ef509 --- /dev/null +++ b/domains/internet-finance/metadao-amm-program-reduces-futarchy-state-rent-costs-from-135-225-sol-annually-to-near-zero.md @@ -0,0 +1,26 @@ +--- +type: claim +domain: internet-finance +description: "AMM architecture eliminates the 3.75 SOL per proposal state rent cost that CLOBs require, reducing annual futarchy operating costs from 135-225 SOL to near-zero" +confidence: likely +source: "MetaDAO Proposal #4, joebuild, 2024-01-24" +created: 2024-01-24 +--- + +# MetaDAO AMM program reduces futarchy state rent costs from 135-225 SOL annually to near-zero + +Central Limit Order Books (CLOBs) in MetaDAO's futarchy implementation cost 3.75 SOL in state rent per pass/fail market pair, which cannot be recouped under the current system. At 3-5 proposals per month, this creates annual costs of 135-225 SOL ($11,475-$19,125 at January 2024 prices). AMM-based conditional markets cost "almost nothing in state rent" because they require minimal on-chain state storage compared to order book data structures. + +This cost reduction was a primary motivation for MetaDAO's Proposal #4 to develop an AMM program for futarchy. The proposal notes that while there are ways to recoup OpenBook state rent costs, "it would require a migration of the current autocrat program." + +The state rent problem compounds with adoption: as futarchy scales to more decisions, CLOB costs scale linearly while AMM costs remain near-constant. This creates a structural incentive to migrate from order-book to AMM settlement as proposal frequency increases. + +--- + +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]] + +Topics: +- [[domains/internet-finance/_map]] +- [[core/mechanisms/_map]] diff --git a/entities/internet-finance/joebuild.md b/entities/internet-finance/joebuild.md new file mode 100644 index 00000000..69b92740 --- /dev/null +++ b/entities/internet-finance/joebuild.md @@ -0,0 +1,27 @@ +--- +type: entity +entity_type: person +name: "joebuild" +domain: internet-finance +status: active +roles: + - "MetaDAO core developer" + - "Autocrat program contributor" +affiliations: + - "[[metadao]]" +tracked_by: rio +created: 2026-03-11 +--- + +# joebuild + +## Overview +Core developer for MetaDAO's futarchy infrastructure. Proposed and led the development of the AMM-based conditional market system to replace CLOB implementation in Autocrat v0.2. + +## Timeline +- **2024-01-24** — Proposed [[metadao-develop-amm-program-for-futarchy]]: AMM program to replace CLOBs with liquidity-weighted pricing mechanism +- **2024-01-29** — Proposal passed with 400 META upfront + 800 META on completion budget + +## Relationship to KB +- [[metadao]] — core contributor +- [[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]] — primary developer \ No newline at end of file diff --git a/entities/internet-finance/metadao-develop-amm-program-for-futarchy.md b/entities/internet-finance/metadao-develop-amm-program-for-futarchy.md new file mode 100644 index 00000000..d587269c --- /dev/null +++ b/entities/internet-finance/metadao-develop-amm-program-for-futarchy.md @@ -0,0 +1,65 @@ +--- +type: entity +entity_type: decision_market +name: "MetaDAO: Develop AMM Program for Futarchy?" +domain: internet-finance +status: passed +parent_entity: "[[metadao]]" +platform: "futardio" +proposer: "joebuild" +proposal_url: "https://www.futard.io/proposal/CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG" +proposal_date: 2024-01-24 +resolution_date: 2024-01-29 +category: "mechanism" +summary: "Proposal to replace CLOB-based conditional markets with AMM implementation using liquidity-weighted pricing" +key_metrics: + budget: "400 META on passing, 800 META on completion" + timeline: "3 weeks development + 1 week review" + state_rent_savings: "135-225 SOL annually" +tracked_by: rio +created: 2026-03-11 +--- + +# MetaDAO: Develop AMM Program for Futarchy? + +## Summary +Proposal #4 to develop an Automated Market Maker (AMM) program to replace Central Limit Order Books (CLOBs) in MetaDAO's futarchy implementation. The AMM would use liquidity-weighted price over time as the settlement metric, reducing state rent costs from 3.75 SOL per proposal to near-zero while addressing liquidity and manipulation concerns. + +## Market Data +- **Outcome:** Passed +- **Proposer:** joebuild +- **Created:** 2024-01-24 +- **Completed:** 2024-01-29 +- **Budget:** 400 META on passing proposal, 800 META on completion + +## Technical Scope +**Program changes:** +- Write basic AMM tracking liquidity-weighted average price over lifetime +- Incorporate AMM into autocrat + conditional vault +- Feature to permissionlessly pause AMM swaps and return positions after verdict +- Feature to permissionlessly close AMMs and return state rent SOL +- Loosen time restrictions on proposal creation (currently 50 slots) +- Auto-revert to fail after X days if proposal instruction fails + +**Frontend integration:** +- Majority of work by 0xNalloK +- Testing on temporary subdomain before migration + +**Team:** +- joebuild (program development) +- 0xNalloK (frontend) +- TBD (program review) + +## Significance +This proposal represents a fundamental architectural change in MetaDAO's futarchy implementation, moving from order-book to AMM-based conditional markets. The decision reveals three core problems with CLOB-based futarchy: + +1. **Liquidity problem**: Wide uncertainty about future token value discourages limit orders near midpoint +2. **Manipulation susceptibility**: 1 META can move midpoint in wide spreads; VWAP vulnerable to wash trading +3. **State rent costs**: 135-225 SOL annually at 3-5 proposals/month + +The AMM solution uses liquidity-weighted pricing (not TWAP or VWAP) combined with 3-5% fees to make manipulation expensive while incentivizing LP provision. This is the first production implementation of AMM-based futarchy. + +## Relationship to KB +- [[metadao]] — core mechanism upgrade +- [[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]] — mechanism being replaced +- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] — addresses liquidity friction \ No newline at end of file diff --git a/entities/internet-finance/metadao.md b/entities/internet-finance/metadao.md index 9f0ae560..f609a145 100644 --- a/entities/internet-finance/metadao.md +++ b/entities/internet-finance/metadao.md @@ -54,6 +54,8 @@ 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-01-24** — [[metadao-develop-amm-program-for-futarchy]] proposed: Replace CLOB-based conditional markets with AMM implementation using liquidity-weighted pricing to reduce state rent costs from 135-225 SOL annually to near-zero +- **2024-01-29** — [[metadao-develop-amm-program-for-futarchy]] passed: AMM program development approved with 400 META upfront budget and 800 META on completion, 3-week development timeline ## Key Decisions | Date | Proposal | Proposer | Category | Outcome | |------|----------|----------|----------|---------| diff --git a/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md b/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md index 20e65cf5..d769dcb9 100644 --- a/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md +++ b/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md @@ -6,9 +6,15 @@ url: "https://www.futard.io/proposal/CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1P date: 2024-01-24 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: ["metadao-amm-program-reduces-futarchy-state-rent-costs-from-135-225-sol-annually-to-near-zero.md", "liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md", "futarchy-amm-liquidity-bootstrapping-requires-proposer-lockup-and-high-fees-to-incentivize-early-lps.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", "MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.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 3 mechanism-focused claims about AMM implementation for futarchy: state rent reduction, liquidity-weighted manipulation resistance, and liquidity bootstrapping design. Created decision_market entity for Proposal #4 and person entity for joebuild. Enriched 3 existing claims with implementation details about TWAP mechanism, liquidity problems, and adoption friction. Source contains significant mechanism design insight beyond typical governance proposal." --- ## Proposal Details @@ -128,3 +134,13 @@ Any important changes or feedback brought up during the proposal vote will be re - Autocrat version: 0.1 - Completed: 2024-01-29 - Ended: 2024-01-29 + + +## Key Facts +- MetaDAO Proposal #4 budget: 400 META on passing, 800 META on completion (2024-01-24) +- CLOB state rent cost: 3.75 SOL per pass/fail market pair (2024-01-24) +- MetaDAO proposal frequency: 3-5 proposals per month (2024-01-24) +- Annual state rent costs at 3-5 proposals/month: 135-225 SOL or $11,475-$19,125 at January 2024 prices +- Proposed AMM fee range: 3-5% (2024-01-24) +- Development timeline estimate: 3 weeks + 1 week review (2024-01-24) +- Proposal #4 passed: 2024-01-29