rio: extract claims from 2024-01-24-futardio-proposal-develop-amm-program-for-futarchy #735

Closed
rio wants to merge 2 commits from extract/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy into main
12 changed files with 260 additions and 32 deletions

View file

@ -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*
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.
---
Relevant Notes:
@ -60,8 +66,8 @@ Relevant Notes:
- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]] -- why TWAP settlement makes manipulation expensive
- [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] -- the participation challenge in consensus scenarios
- [[agents create dozens of proposals but only those attracting minimum stake become live futarchic decisions creating a permissionless attention market for capital formation]] -- the proposal filtering this mechanism enables
- [[STAMP replaces SAFE plus token warrant by adding futarchy-governed treasury spending allowances that prevent the extraction problem that killed legacy ICOs]] -- the investment instrument that integrates with this governance mechanism
- [[MetaDAOs Cayman SPC houses all launched projects as ring-fenced SegCos under a single entity with MetaDAO LLC as sole Director]] -- the legal entity governed by this mechanism
- STAMP replaces SAFE plus token warrant by adding futarchy-governed treasury spending allowances that prevent the extraction problem that killed legacy ICOs -- the investment instrument that integrates with this governance mechanism
- MetaDAOs Cayman SPC houses all launched projects as ring-fenced SegCos under a single entity with MetaDAO LLC as sole Director -- the legal entity governed by this mechanism
Topics:
- [[internet finance and decision markets]]

View file

@ -19,10 +19,16 @@ This evidence has direct implications for governance design. It suggests that [[
### Additional Evidence (challenge)
*Source: [[2025-06-12-optimism-futarchy-v1-preliminary-findings]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
*Source: 2025-06-12-optimism-futarchy-v1-preliminary-findings | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
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 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.
---
Relevant Notes:

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

@ -12,7 +12,7 @@ Futarchy faces three concrete adoption barriers that compound to limit participa
Token price psychology creates unexpected barriers to participation. META at $750 with 20K supply is designed for governance but psychologically repels the traders and arbitrageurs that futarchy depends on for price discovery. In an industry built on speculation and momentum, where participants want to buy millions of tokens and watch numbers rise, high per-token prices create psychological barriers to entry. This matters because futarchy's value proposition depends on traders turning information into accurate price signals. When the participants most sensitive to liquidity and slippage can't build meaningful positions or exit efficiently, governance gets weaker signals, conditional markets become less efficient, and price discovery breaks down.
Proposal creation compounds this friction through genuine difficulty. Creating futarchic proposals requires hours of documentation, mapping complex implications, anticipating market reactions, and meeting technical requirements without templates to follow. The high effort with uncertain outcomes creates exactly the expected result: good ideas die in drafts, experiments don't happen, and proposals slow to a crawl. This is why [[futarchy proposal frequency must be controlled through auction mechanisms to prevent attention overload|proposal auction mechanisms]] matter -- they can channel the best proposals forward by rewarding sponsors when proposals pass. This connects to how [[knowledge scaling bottlenecks kill revolutionary ideas before they reach critical mass]] - even when the governance mechanism is superior, if using it is too hard, innovation stalls.
Proposal creation compounds this friction through genuine difficulty. Creating futarchic proposals requires hours of documentation, mapping complex implications, anticipating market reactions, and meeting technical requirements without templates to follow. The high effort with uncertain outcomes creates exactly the expected result: good ideas die in drafts, experiments don't happen, and proposals slow to a crawl. This is why futarchy proposal frequency must be controlled through auction mechanisms to prevent attention overload|proposal auction mechanisms matter -- they can channel the best proposals forward by rewarding sponsors when proposals pass. This connects to how [[knowledge scaling bottlenecks kill revolutionary ideas before they reach critical mass]] - even when the governance mechanism is superior, if using it is too hard, innovation stalls.
Liquidity requirements create capital barriers that exclude smaller participants. Each proposal needs sufficient market depth for meaningful trading, which requires capital commitments before knowing if the proposal has merit. This favors well-capitalized players and creates a chicken-and-egg problem where low liquidity deters traders, which reduces price discovery quality, which makes governance less effective.
@ -24,24 +24,30 @@ Yet [[MetaDAOs futarchy implementation shows limited trading volume in uncontest
### Additional Evidence (extend)
*Source: [[2026-01-01-futardio-launch-mycorealms]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
*Source: 2026-01-01-futardio-launch-mycorealms | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
MycoRealms implementation reveals operational friction points: monthly $10,000 allowance creates baseline operations budget, but any expenditure beyond this requires futarchy proposal and market approval. First post-raise proposal will be $50,000 CAPEX withdrawal — a large binary decision that may face liquidity challenges in decision markets. Team must balance operational needs (construction timelines, vendor commitments, seasonal agricultural constraints) against market approval uncertainty. This creates tension between real-world operational requirements (fixed deadlines, vendor deposits, material procurement) and futarchy's market-based approval process, suggesting futarchy may face adoption friction in domains with hard operational deadlines.
### Additional Evidence (extend)
*Source: [[2025-06-12-optimism-futarchy-v1-preliminary-findings]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
*Source: 2025-06-12-optimism-futarchy-v1-preliminary-findings | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
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*
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.
---
Relevant Notes:
- [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] -- evidence of liquidity friction in practice
- [[knowledge scaling bottlenecks kill revolutionary ideas before they reach critical mass]] -- similar adoption barrier through complexity
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]] -- suggests focusing futarchy where benefits exceed costs
- [[futarchy proposal frequency must be controlled through auction mechanisms to prevent attention overload]] -- proposal auction mechanisms could reduce the proposal creation barrier by rewarding good proposals
- [[futarchy price differences should be evaluated statistically over decision periods not as point estimates]] -- statistical evaluation addresses the thin-market problem that liquidity barriers create
- futarchy proposal frequency must be controlled through auction mechanisms to prevent attention overload -- proposal auction mechanisms could reduce the proposal creation barrier by rewarding good proposals
- futarchy price differences should be evaluated statistically over decision periods not as point estimates -- statistical evaluation addresses the thin-market problem that liquidity barriers create
- [[speculative markets aggregate information through incentive and selection effects not wisdom of crowds]] -- even thin markets can aggregate information if specialist arbitrageurs participate
Topics:

View file

@ -15,14 +15,20 @@ 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:
- [[ownership alignment turns network effects from extractive to generative]] -- futarchy extends ownership alignment from value creation to decision-making
- [[the alignment problem dissolves when human values are continuously woven into the system rather than specified in advance]] -- futarchy is a continuous alignment mechanism through market forces
- [[collective superintelligence is the alternative to monolithic AI controlled by a few]] -- futarchy is a governance mechanism for the collective architecture
- [[mechanism design changes the game itself to produce better equilibria rather than expecting players to find optimal strategies]] -- futarchy is mechanism design applied to governance: the market structure makes honest pricing the dominant strategy and manipulation self-defeating
- [[the Vickrey auction makes honesty the dominant strategy by paying winners the second-highest bid rather than their own]] -- futarchy's manipulation resistance parallels the Vickrey auction's strategy-proofness: both restructure payoffs so that truthful behavior dominates without requiring external enforcement
- mechanism design changes the game itself to produce better equilibria rather than expecting players to find optimal strategies -- futarchy is mechanism design applied to governance: the market structure makes honest pricing the dominant strategy and manipulation self-defeating
- the Vickrey auction makes honesty the dominant strategy by paying winners the second-highest bid rather than their own -- futarchy's manipulation resistance parallels the Vickrey auction's strategy-proofness: both restructure payoffs so that truthful behavior dominates without requiring external enforcement
Topics:
- [[livingip overview]]

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

@ -0,0 +1,22 @@
---
type: entity
entity_type: person
name: "joebuild"
domain: internet-finance
status: active
tracked_by: rio
created: 2026-03-11
---
# joebuild
## Overview
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]], 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.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

@ -0,0 +1,60 @@
---
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 futarchy markets with AMM implementation to improve liquidity and reduce state rent costs"
tracked_by: rio
created: 2026-03-11
---
# MetaDAO: Develop AMM Program for Futarchy?
## Summary
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 completed migration
- **Timeline:** 3 weeks development + 1 week review
## 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
**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:
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 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.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

@ -10,7 +10,7 @@ tracked_by: rio
created: 2026-03-11
last_updated: 2026-03-11
founded: 2023-01-01
founders: ["[[proph3t]]"]
founders: ["proph3t"]
category: "Futarchy governance protocol + ownership coin launchpad (Solana)"
stage: growth
key_metrics:
@ -24,7 +24,7 @@ key_metrics:
ecosystem_launches: "45 (via Futardio)"
futarchic_amm_lp_share: "~20% of each project's token supply"
proposal_volume: "$3.6M Q4 2025 (up from $205K in Q3)"
competitors: ["[[snapshot]]", "[[tally]]"]
competitors: ["snapshot", "tally"]
built_on: ["Solana"]
tags: ["futarchy", "decision-markets", "ownership-coins", "governance", "launchpad"]
---
@ -53,20 +53,22 @@ The futarchy governance protocol on Solana. Implements decision markets through
- **2026-03** — Ranger liquidation proposal; treasury subcommittee formation
- **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-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 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 |
|------|----------|----------|----------|---------|
| 2024-03-03 | [[metadao-burn-993-percent-meta]] | doctor.sol & rar3 | Treasury | Passed |
| 2024-03-13 | [[metadao-develop-faas]] | 0xNallok | Strategy | Passed |
| 2024-03-28 | [[metadao-migrate-autocrat-v02]] | HenryE & Proph3t | Mechanism | Passed |
| 2024-05-27 | [[metadao-compensation-proph3t-nallok]] | Proph3t & Nallok | Hiring | Passed |
| 2024-06-26 | [[metadao-fundraise-2]] | Proph3t | Fundraise | Passed |
| 2024-11-21 | [[metadao-create-futardio]] | unknown | Strategy | Failed |
| 2025-01-28 | [[metadao-token-split-elastic-supply]] | @aradtski | Mechanism | Failed |
| 2025-02-10 | [[metadao-hire-robin-hanson]] | Proph3t | Hiring | Passed |
| 2025-02-26 | [[metadao-release-launchpad]] | Proph3t & Kollan | Strategy | Passed |
| 2025-08-07 | [[metadao-migrate-meta-token]] | Proph3t & Kollan | Mechanism | Passed |
| 2024-03-03 | metadao-burn-993-percent-meta | doctor.sol & rar3 | Treasury | Passed |
| 2024-03-13 | metadao-develop-faas | 0xNallok | Strategy | Passed |
| 2024-03-28 | metadao-migrate-autocrat-v02 | HenryE & Proph3t | Mechanism | Passed |
| 2024-05-27 | metadao-compensation-proph3t-nallok | Proph3t & Nallok | Hiring | Passed |
| 2024-06-26 | metadao-fundraise-2 | Proph3t | Fundraise | Passed |
| 2024-11-21 | metadao-create-futardio | unknown | Strategy | Failed |
| 2025-01-28 | metadao-token-split-elastic-supply | @aradtski | Mechanism | Failed |
| 2025-02-10 | metadao-hire-robin-hanson | Proph3t | Hiring | Passed |
| 2025-02-26 | metadao-release-launchpad | Proph3t & Kollan | Strategy | Passed |
| 2025-08-07 | metadao-migrate-meta-token | Proph3t & Kollan | Mechanism | Passed |
## Competitive Position
- **First mover** in futarchy-governed organizations at scale
@ -92,15 +94,15 @@ MetaDAO is the platform bet on futarchy as a governance mechanism. If decision m
- [[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 description
- [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] — known limitation
- [[futarchy-governed permissionless launches require brand separation to manage reputational liability because failed projects on a curated platform damage the platforms credibility]] — active design challenge
- [[DAO governance degenerates into political capture because proposal processes select for coalition-building skill over operational competence and the resulting bureaucracy creates structural speed disadvantages against focused competitors]] — the problem MetaDAO solves
- DAO governance degenerates into political capture because proposal processes select for coalition-building skill over operational competence and the resulting bureaucracy creates structural speed disadvantages against focused competitors — the problem MetaDAO solves
---
Relevant Entities:
- [[omnipair]] — leverage infrastructure for ecosystem
- [[proph3t]] — founder
- [[solomon]] — ecosystem launch
- [[futardio]] — launch platform
- omnipair — leverage infrastructure for ecosystem
- proph3t — founder
- solomon — ecosystem launch
- futardio — launch platform
Topics:
- [[internet finance and decision markets]]

View file

@ -9,7 +9,7 @@ tracked_by: rio
created: 2026-03-11
last_updated: 2026-03-11
role: "Co-founder & Operator, MetaDAO"
organizations: ["[[metadao]]", "[[futardio]]"]
organizations: ["[[metadao]]", "futardio"]
known_positions:
- "Futarchy requires mechanism simplification for production adoption — Robin Hanson's original designs include impractical elements"
- "Futarchy as a Service (FaaS) is the scaling path for futarchy governance"
@ -43,8 +43,12 @@ Co-founder and primary operator of MetaDAO. Legal name Kollan House. Serves as t
Relevant Entities:
- [[metadao]] — co-founded
- [[futardio]] — operates
- [[proph3t]] — co-founder
- futardio — operates
- proph3t — co-founder
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

@ -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: ["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: "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
@ -128,3 +134,15 @@ 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
- 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
- Autocrat version: 0.1