Compare commits

..

1 commit

Author SHA1 Message Date
Teleo Agents
6bd01285a6 rio: extract from 2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md
- Source: inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md
- Domain: internet-finance
- Extracted by: headless extraction cron (worker 6)

Pentagon-Agent: Rio <HEADLESS>
2026-03-12 14:13:56 +00:00
14 changed files with 152 additions and 164 deletions

View file

@ -57,7 +57,7 @@ Autocrat is MetaDAO's core governance program on Solana -- the on-chain implemen
### Additional Evidence (extend)
*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
(extend) The AMM proposal reveals implementation vulnerabilities in the current CLOB design: 1 META minimum order size exists as spam filter because someone with minimal capital can push midpoint toward best bid/ask within spreads; defensive bots could counter this but users can selectively crank markets of their choosing, making comprehensive defense costly. VWAP (current settlement metric) is manipulable through wash trading. State rent costs: 3.75 SOL per market pair, totaling 135-225 SOL annually at 3-5 proposals/month ($11,475-$19,125 at 2024 prices). These are characterized as "1/n problems" (Proph3t's framing) — individually small but collectively creating friction. Feedback during proposal vote noted that state rent costs could potentially be recouped through autocrat program migration, suggesting this is not a permanent architectural constraint.
The AMM proposal reveals that the original CLOB implementation uses time-weighted average price (TWAP) but with significant vulnerabilities: 'With CLOBs there is always a bid/ask spread, and someone with 1 $META can push the midpoint towards the current best bid/ask' and 'VWAP can be manipulated by wash trading.' The proposed AMM upgrade replaces linear TWAP with 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 a fundamental mechanism evolution within the Autocrat architecture, addressing identified vulnerabilities in the original TWAP settlement method.
---

View file

@ -27,7 +27,7 @@ Optimism's futarchy experiment achieved 5,898 total trades from 430 active forec
### Additional Evidence (extend)
*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
(extend) State rent burden quantifies the economic inefficiency of low-volume markets: 3.75 SOL per market pair cannot currently be recouped, creating 135-225 SOL annual costs ($11,475-$19,125 at 2024 prices) for 3-5 proposals/month. This fixed cost structure makes low-volume proposals economically inefficient regardless of their governance value. The proposal notes in feedback that "there are ways to recoup openbook state rent costs, though it would require a migration of the current autocrat program," suggesting the limited volume problem may be partially addressable through infrastructure changes rather than being a fundamental futarchy limitation.
The AMM proposal directly addresses the liquidity problem as root cause of low trading volume: '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 quantifies the CLOB state rent burden at 135-225 SOL annually ($11,475-$19,125) and notes that 'AMMs cost almost nothing in state rent,' suggesting economic constraints were also limiting proposal frequency and thus trading opportunities. The AMM design with required proposer initial liquidity and 3-5% LP fees is explicitly intended to bootstrap trading volume.
---

View file

@ -0,0 +1,40 @@
---
type: claim
domain: internet-finance
description: "Proposer-locked initial liquidity plus 3-5% LP fees create incentive for liquidity provision that grows over proposal duration"
confidence: experimental
source: "MetaDAO AMM proposal by joebuild, 2024-01-24"
created: 2024-01-24
---
# AMM futarchy bootstraps liquidity through high fee incentives and required proposer initial liquidity creating self-reinforcing depth
The proposed AMM futarchy design solves the cold-start liquidity problem through two mechanisms:
1. **Proposer commitment**: "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."
2. **High fee LP incentives**: 3-5% swap fees that "encourage LPs" to provide additional liquidity
The expected liquidity trajectory is: "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. Liquidity would increase over the duration of the proposal."
This creates a self-reinforcing cycle where:
- Initial proposer liquidity enables first trades
- High fees from those trades attract additional LPs
- Increased liquidity makes manipulation more expensive (see liquidity-weighted pricing)
- More liquidity attracts more trading volume
- Higher volume generates more fee revenue for LPs
The mechanism addresses the "lack of liquidity" problem identified with CLOBs, where "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."
Rated experimental because this is a proposed design not yet deployed. The liquidity bootstrapping logic is sound but requires real-world validation.
---
Relevant Notes:
- [[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]]
- [[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]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -0,0 +1,26 @@
---
type: claim
domain: internet-finance
description: "AMM architecture eliminates the 3.75 SOL per market pair state rent cost that CLOBs require, reducing annual costs from 135-225 SOL to near-zero"
confidence: proven
source: "MetaDAO proposal by joebuild, 2024-01-24"
created: 2024-01-24
---
# AMM futarchy reduces state rent costs from 135-225 SOL annually to near-zero by replacing CLOB market pairs
MetaDAO's CLOB-based futarchy implementation incurs 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 implementations cost "almost nothing in state rent" because they use simpler state structures.
This cost reduction is structural, not marginal—the CLOB architecture requires order book state that scales with market depth, while AMMs only track pool reserves and cumulative metrics. The proposal notes that state rent can be recouped by "permissionlessly closing the AMMs and returning the state rent SOL once there are no positions," creating a complete cost recovery mechanism unavailable to CLOBs.
The 94-99% cost reduction (from 135-225 SOL to near-zero) makes futarchy economically viable at higher proposal frequencies, removing a constraint on governance throughput.
---
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]]
- [[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]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -1,53 +0,0 @@
---
type: claim
domain: internet-finance
description: "AMM architecture addresses three CLOB weaknesses in futarchy through structural design: liquidity fragmentation, midpoint manipulation, and state rent costs"
confidence: experimental
source: "joebuild/0xNalloK, MetaDAO AMM proposal, 2024-01-24"
created: 2024-01-24
---
# AMM futarchy addresses three CLOB weaknesses through liquidity-weighted pricing and high-fee manipulation deterrence
Automated Market Makers are proposed to solve three structural problems in CLOB-based futarchy implementations: liquidity fragmentation, midpoint manipulation vulnerability, and state rent costs.
## Liquidity Fragmentation Problem
Valuation uncertainty in conditional markets creates structural liquidity problems. The proposal states: "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 identified as "the main reason for switching to AMMs."
AMMs solve this by allowing continuous liquidity provision at any price point rather than requiring discrete limit orders, reducing the friction from wide valuation ranges.
## Manipulation Resistance Mechanisms
CLOB futarchy has two manipulation vectors:
1. **Midpoint manipulation**: With 1 META minimum order size, someone with minimal capital can push the midpoint toward the current best bid/ask. While defensive bots could counter this, "users can selectively crank the market of their choosing. Defending against this (cranking markets all the time) would be a bit costly."
2. **VWAP manipulation**: The current time-weighted average price metric "can be manipulated by wash trading. An exponential moving average has the same drawbacks in this context as the existing linear-time system."
The AMM solution uses "liquidity-weighted price over time" — every swap updates aggregated metrics, with more liquidity giving current price more weight. High fees (3-5%) make wash trading prohibitively expensive while incentivizing LP participation.
## State Rent Cost Elimination
CLOB market pairs cost 3.75 SOL each in non-recoverable state rent. At 3-5 proposals per month, annual costs total 135-225 SOL ($11,475-$19,125 at 2024 prices). The proposal notes: "AMMs cost almost nothing in state rent." This fixed cost structure makes low-volume proposals economically inefficient regardless of governance value.
Feedback during the proposal vote noted that "there are ways to recoup openbook state rent costs, though it would require a migration of the current autocrat program," suggesting this is not a permanent constraint.
## Implementation Details
The proposed metric aggregates liquidity-weighted prices over the proposal lifetime. Proposers must lock initial liquidity and set starting prices. Liquidity would start low at launch, increase as swaps move prices and LPs provide liquidity at those prices, and continue growing through the proposal duration.
## Limitations
The proposal acknowledges "standard smart contract risk" and uncertain LP adoption. While AMMs incentivize liquidity provision through high fees, actual participation depends on DAO member behavior. One-sided liquidity provision is not supported in the AMM design — users wanting directional exposure must use spot markets or arbitrage between spot and conditional markets.
---
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]]
- [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -35,10 +35,10 @@ 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 (extend)
### Additional Evidence (confirm)
*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5*
(extend) Liquidity fragmentation in CLOB futarchy stems from valuation uncertainty: "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)." The proposal identifies this as "the main reason for switching to AMMs" — the wide uncertainty ranges inherent in conditional valuation create structural liquidity problems in order book designs that cannot be solved by market design alone. This suggests futarchy adoption friction is not merely psychological but stems from fundamental valuation difficulty in conditional markets.
The AMM proposal confirms liquidity requirements as a core adoption barrier, identifying 'lack of liquidity' as the first of three CLOB drawbacks. The proposal notes that wide bid/ask spreads and price uncertainty 'discourage people from risking their funds with limit orders near the midpoint price.' The solution—requiring proposers to 'lock-up some initial liquidity and set the starting price'—acknowledges that liquidity bootstrapping is a necessary design constraint, not an incidental problem. This confirms that liquidity requirements are a structural friction point in futarchy adoption, not a temporary implementation issue.
---

View file

@ -15,6 +15,12 @@ Consider a concrete scenario. If an attacker pushes conditional PASS tokens abov
This self-correcting property distinguishes futarchy from simpler governance mechanisms like token voting, where wealthy actors can buy outcomes directly. Since [[ownership alignment turns network effects from extractive to generative]], the futarchy mechanism extends this alignment principle to decision-making itself: those who improve decision quality profit, those who distort it lose. Since [[the alignment problem dissolves when human values are continuously woven into the system rather than specified in advance]], futarchy provides one concrete mechanism for continuous value-weaving through market-based truth-seeking.
### 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 makes the defender profit mechanism explicit: 3-5% swap fees mean that 'we can both: encourage LPs, and aggressively discourage wash-trading and manipulation.' The liquidity-weighted pricing adds a second layer: manipulation attempts when liquidity is high require large swaps (expensive in fees) and are heavily weighted in the settlement calculation. The proposal contrasts this with CLOB vulnerabilities where '1 $META can push the midpoint' and notes that 'defending against this (cranking markets all the time) would be a bit costly,' suggesting the AMM design shifts manipulation costs from defenders to attackers. This demonstrates a concrete implementation of the defender-profit principle in production futarchy design.
---
Relevant Notes:

View file

@ -1,50 +0,0 @@
---
type: claim
domain: internet-finance
description: "AMM architectures eliminate minimum order size spam filters by replacing discrete bid-ask spreads with continuous pricing curves"
confidence: experimental
source: "joebuild/0xNalloK, MetaDAO AMM proposal, 2024-01-24"
created: 2024-01-24
---
# Futarchy AMM migration enables granular trading by removing minimum order size spam filters required in CLOB architectures
Central Limit Order Book futarchy implementations require minimum order sizes as spam filters to prevent midpoint manipulation. MetaDAO's CLOB requires 1 META minimum order size because "someone with 1 $META can push the midpoint towards the current best bid/ask" within the spread. AMM architectures eliminate this constraint by replacing discrete order books with continuous pricing curves.
## CLOB Spam Prevention Mechanism
The minimum order size exists to prevent manipulation: with a wide bid-ask spread, a small order can move the midpoint toward one side. Defensive measures to counter this "would be a bit costly," and "users can selectively crank the market of their choosing," making comprehensive defense impractical.
The proposal notes this is a "1/n problem" (Proph3t's framing) — each individual manipulation is small but collectively they create friction.
## AMM Architecture Advantage
AMMs remove this vulnerability through continuous pricing curves rather than discrete order books. Without bid-ask spreads to manipulate, the spam filter becomes unnecessary. High swap fees (3-5%) provide manipulation resistance without restricting trade size.
The proposal explicitly states: "AMMs would not have this restriction, and META could be traded at any desired granularity."
## UX Implications
This architectural difference lowers participation barriers: users can trade any amount of META rather than being constrained to 1+ META increments. For small token holders, this removes a hard constraint on market participation.
## Mechanism Comparison
**CLOB spam prevention:**
- Minimum order size (1 META)
- Requires defensive bots to counter manipulation
- Selective market cranking possible despite defenses
**AMM spam prevention:**
- High swap fees (3-5%)
- Continuous pricing curve eliminates discrete manipulation points
- No minimum trade size required
---
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]]

View file

@ -0,0 +1,32 @@
---
type: claim
domain: internet-finance
description: "3-5% swap fees combined with liquidity-weighted averaging make wash trading prohibitively expensive as a manipulation mechanism in futarchy AMMs"
confidence: experimental
source: "MetaDAO AMM proposal by joebuild, 2024-01-24"
created: 2024-01-24
---
# Liquidity-weighted price over time solves futarchy manipulation through wash trading costs because high fees make price movement expensive
MetaDAO's proposed AMM futarchy uses "liquidity-weighted price over time" as the settlement metric, where "the more liquidity that is on the books, the more weight the current price of the pass or fail market is given." This is paired with 3-5% swap fees that "aggressively discourage wash-trading and manipulation."
The mechanism works because:
1. Moving price requires swaps that pay the high fee
2. The liquidity weighting means manipulation attempts when liquidity is high are both expensive (large swaps needed) and heavily weighted in the final calculation
3. The fee revenue accrues to LPs, creating a natural defender class that profits from manipulation attempts
The proposal explicitly contrasts this with CLOB vulnerabilities: "With CLOBs there is always a bid/ask spread, and someone with 1 $META can push the midpoint towards the current best bid/ask" and "VWAP can be manipulated by wash trading."
This is rated experimental rather than proven because the mechanism has not yet been deployed or tested against real manipulation attempts. The theoretical argument is sound but requires empirical validation.
---
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]]
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles.md]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -4,7 +4,6 @@ entity_type: person
name: "joebuild"
domain: internet-finance
status: active
role: "Solana developer, MetaDAO contributor"
tracked_by: rio
created: 2026-03-11
---
@ -12,15 +11,12 @@ created: 2026-03-11
# joebuild
## Overview
Solana developer and MetaDAO contributor who proposed and led the migration of MetaDAO's futarchy implementation from CLOB to AMM architecture in early 2024.
Solana developer and MetaDAO contributor who proposed and led the AMM migration for MetaDAO's futarchy implementation. Primary technical architect for the Autocrat program upgrades.
## Timeline
- **2024-01-24** — Proposed [[metadao-develop-amm-program-for-futarchy]] to replace CLOB-based conditional markets with AMM design
- **2024-01-29** — Proposal passed; began development of AMM program for MetaDAO's Autocrat system
- **2024-01-24** — Proposed [[metadao-develop-amm-program-for-futarchy]], comprehensive AMM replacement for CLOB-based futarchy markets
- **2024-01-29** — AMM proposal passed; responsible for program changes (400 META upfront, 800 META on completion)
## Relationship to KB
- [[metadao]] - core contributor on mechanism 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]] - led architectural upgrade
- [[metadao.md]] — 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]] — technical architect for mechanism evolution

View file

@ -11,11 +11,7 @@ proposal_url: "https://www.futard.io/proposal/CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbC
proposal_date: 2024-01-24
resolution_date: 2024-01-29
category: "mechanism"
summary: "Proposal to replace CLOB-based conditional markets with AMM architecture to improve liquidity and reduce state rent costs"
key_metrics:
budget: "400 META on passing + 800 META on completion"
timeline: "3 weeks development + 1 week review"
team: "joebuild (program), 0xNalloK (frontend), TBD (review)"
summary: "Proposal to replace CLOB-based futarchy markets with AMM implementation to improve liquidity and reduce state rent costs"
tracked_by: rio
created: 2026-03-11
---
@ -23,52 +19,42 @@ created: 2026-03-11
# MetaDAO: Develop AMM Program for Futarchy?
## Summary
Proposal to migrate MetaDAO's futarchy implementation from Central Limit Order Books (CLOBs) to Automated Market Makers (AMMs) to address three structural problems: liquidity fragmentation from wide bid-ask spreads, manipulation vulnerability through midpoint pushing and wash trading, and state rent costs of 3.75 SOL per market pair.
Proposal to develop an Automated Market Maker (AMM) program to replace the existing Central Limit Order Book (CLOB) implementation in MetaDAO's futarchy system. The AMM would use liquidity-weighted price over time as the settlement metric, charge 3-5% swap fees to discourage manipulation and incentivize LPs, and reduce state rent costs from 135-225 SOL annually to near-zero.
## Market Data
- **Outcome:** Passed
- **Proposer:** joebuild
- **Created:** 2024-01-24
- **Completed:** 2024-01-29
- **Budget:** 400 META on passing + 800 META on completion (1,200 META total)
- **Budget:** 400 META on passing, 800 META on completed migration
- **Timeline:** 3 weeks development + 1 week review
## Proposal Details
**Problem Statement:**
1. Lack of liquidity: Wide valuation uncertainty discourages limit orders near midpoint
2. Manipulation susceptibility: 1 META can push midpoint; VWAP vulnerable to wash trading
3. State rent costs: 3.75 SOL per market pair = 135-225 SOL annually ($11,475-$19,125)
**Solution:**
- AMM with liquidity-weighted price metric (more liquidity = more weight to current price)
- High fees (3-5%) to incentivize LPs and deter wash trading
- Proposers lock initial liquidity and set starting pass/fail prices
- Near-zero state rent costs
**Implementation Scope:**
- Write basic AMM tracking liquidity-weighted average price
- Integrate AMM into autocrat + conditional vault
- Feature to pause swaps and return positions after verdict
- Feature to close AMMs and return state rent SOL
## 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 if proposal instructions don't execute after X days
**Team:**
- joebuild: program development
- 0xNalloK: frontend integration
- TBD: expert review
**Frontend integration:**
- Majority of work by 0xNalloK
- Mainnet testing on temporary subdomain before migration
## Significance
This represents a fundamental mechanism upgrade for MetaDAO's futarchy implementation, addressing three core problems with the CLOB approach:
First major architectural change to MetaDAO's futarchy implementation since launch. The migration from CLOBs to AMMs represents a fundamental shift in how conditional markets operate - from discrete order books to continuous pricing curves. The proposal explicitly prioritizes liquidity and manipulation resistance over features like one-sided liquidity provision.
1. **Liquidity:** Wide bid/ask spreads and price uncertainty discouraged limit orders near midpoint
2. **Manipulation resistance:** CLOBs allowed 1 META to move midpoint; VWAP vulnerable to wash trading
3. **Economic sustainability:** 3.75 SOL state rent per market pair (135-225 SOL annually) vs near-zero for AMMs
The state rent economics are notable: at 3-5 proposals/month, CLOB costs compound to $11K-$19K annually, making AMMs economically necessary at scale.
The proposal explicitly prioritizes simplicity and cost reduction over theoretical purity, noting that "switching to AMMs is not a perfect solution, but I do believe it is a major improvement over the current low-liquidity and somewhat noisy system."
The liquidity-weighted pricing mechanism is novel in futarchy implementations—it weights price observations by available liquidity rather than using simple time-weighted averages, making manipulation expensive when liquidity is high.
## 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]] - implementation being modified
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] - addresses liquidity friction
- [[metadao.md]] — 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 evolution from TWAP to liquidity-weighted pricing
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] — addresses liquidity barrier
- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]] — implements explicit fee-based defender incentives

View file

@ -54,7 +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]] passed: Approved migration from CLOB to AMM architecture for conditional markets (1,200 META budget, 4-week timeline)
- **2024-01-24** — [[metadao-develop-amm-program-for-futarchy]] proposed: Replace CLOB markets with AMM implementation to improve liquidity and reduce state rent costs from 135-225 SOL annually to near-zero
- **2024-01-29** — [[metadao-develop-amm-program-for-futarchy]] passed: AMM migration approved with 400 META upfront + 800 META on completion, 3-week development timeline
## Key Decisions
| Date | Proposal | Proposer | Category | Outcome |
|------|----------|----------|----------|---------|

View file

@ -48,3 +48,7 @@ Relevant Entities:
Topics:
- [[internet finance and decision markets]]
## Timeline
- **2024-01-24** — Assigned frontend integration for [[metadao-develop-amm-program-for-futarchy]], responsible for majority of UI changes for AMM migration

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: ["amm-futarchy-solves-liquidity-manipulation-and-state-rent-costs-through-liquidity-weighted-price-aggregation-and-high-fee-wash-trading-deterrence.md", "futarchy-amm-migration-enables-granular-trading-by-removing-minimum-order-size-spam-filters-required-in-clob-architectures.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", "MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md"]
claims_extracted: ["amm-futarchy-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero-by-replacing-clob-market-pairs.md", "liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs-because-high-fees-make-price-movement-expensive.md", "amm-futarchy-bootstraps-liquidity-through-high-fee-incentives-and-required-proposer-initial-liquidity-creating-self-reinforcing-depth.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", "futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "Extracted two mechanism design claims about AMM advantages over CLOB in futarchy context. Created decision_market entity for the proposal itself. Enriched three existing claims with implementation details about CLOB costs and manipulation vectors. Created entity for joebuild as proposal author. Source contains detailed technical specification but most is implementation detail rather than extractable claims."
extraction_notes: "High-quality technical proposal with clear problem statement, quantified costs, and novel mechanism design (liquidity-weighted pricing). Three claims extracted focus on: (1) state rent cost reduction, (2) manipulation resistance through fee structure, (3) liquidity bootstrapping mechanism. Four enrichments extend existing futarchy mechanism claims with implementation details. Created decision_market entity for the proposal itself plus new entity for joebuild as technical lead. Updated metadao.md and nallok.md timelines."
---
## Proposal Details
@ -137,12 +137,12 @@ Any important changes or feedback brought up during the proposal vote will be re
## Key Facts
- MetaDAO CLOB markets cost 3.75 SOL in state rent per market pair (2024)
- MetaDAO averages 3-5 proposals per month (2024)
- Annual CLOB state rent costs: 135-225 SOL = $11,475-$19,125 at 2024 prices
- Current CLOB implementation uses 1 META minimum order size
- Proposed AMM fee structure: 3-5%
- AMM proposal budget: 400 META on passing + 800 META on completion
- CLOB state rent: 3.75 SOL per pass/fail market pair (2024-01-24)
- MetaDAO proposal frequency: 3-5 per month (2024-01-24)
- Annual CLOB state rent cost: 135-225 SOL or $11,475-$19,125 at Jan 2024 prices
- Proposed AMM swap fees: 3-5% to incentivize LPs and discourage manipulation
- AMM development budget: 400 META on passing + 800 META on completion
- Development timeline: 3 weeks + 1 week review
- Minimum CLOB order size: 1 META (spam filter for midpoint manipulation)
- Proposal account: CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG
- Proposer account: XXXvLz1B89UtcTsg2hT3cL9qUJi5PqEEBTHg57MfNkZ
- Autocrat version: 0.1