From 1503e0c6b4a1a68de0f87f6b00e8f311d8d55d1f Mon Sep 17 00:00:00 2001 From: Teleo Agents Date: Wed, 11 Mar 2026 05:22:03 +0000 Subject: [PATCH 1/3] rio: extract claims 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 3) Pentagon-Agent: Rio --- ...d average price over a three-day window.md | 8 +++ ...trading volume in uncontested decisions.md | 8 +++ ...l complexity and liquidity requirements.md | 13 +++++ ...hat academics tolerate but users reject.md | 14 +++++ ...pping-follows-swap-then-provide-pattern.md | 43 ++++++++++++++++ ...manipulation-through-wash-trading-costs.md | 51 +++++++++++++++++++ ...-from-135-225-sol-annually-to-near-zero.md | 35 +++++++++++++ ...oposal-develop-amm-program-for-futarchy.md | 17 ++++++- 8 files changed, 188 insertions(+), 1 deletion(-) create mode 100644 domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md create mode 100644 domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md create mode 100644 domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md 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 4d7b92bb2..23eb7ffa0 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,14 @@ 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-11 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM migration proposal (MetaDAO #4, 2024-01-24) reveals implementation details about TWAP calculation: the metric is specifically "liquidity-weighted price over time" where "every time there is a swap, these metrics are updated/aggregated." This is more sophisticated than simple time-weighted average—it weights price observations by the liquidity depth at each price point, making low-liquidity price movements less influential on the final settlement. + +The proposal also documents a specific vulnerability in the CLOB implementation: "someone with 1 $META can push the midpoint towards the current best bid/ask" when spreads are wide, and "users can selectively crank the market of their choosing." These manipulation vectors motivated the AMM migration, indicating that the original CLOB-based TWAP system had exploitable gaps in practice. + --- 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 7e557c94f..8fb3285a1 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,14 @@ 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 (confirm) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM migration proposal (MetaDAO #4, 2024-01-24) provides direct evidence of the liquidity problem: "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." + +This confirms that low trading volume is a recognized problem in MetaDAO's CLOB-based futarchy, significant enough to justify a major architectural migration. The proposal identifies uncertainty about counterfactual valuations as the root cause of thin liquidity, providing a causal mechanism for the volume problem. + --- 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 cea44c3fa..0374935a2 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,19 @@ 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-11 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM migration proposal (MetaDAO #4, 2024-01-24) documents specific liquidity friction points: + +1. **State rent costs**: 3.75 SOL per market pair creates a 135-225 SOL annual burden at 3-5 proposals/month, making governance infrastructure expensive +2. **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" +3. **Minimum order sizes**: "The current CLOB setup requires a minimum order size of 1 META, which is effectively a spam filter" but also creates a participation barrier +4. **Timing restrictions**: "currently set to 50 slots, which is very restrictive and has led to extra SOL costs to create redundant markets" + +These are concrete operational frictions that the AMM migration aims to address, confirming that liquidity requirements create real adoption barriers in production futarchy systems. + --- Relevant Notes: diff --git a/domains/internet-finance/futarchy implementations must simplify theoretical mechanisms for production adoption because original designs include impractical elements that academics tolerate but users reject.md b/domains/internet-finance/futarchy implementations must simplify theoretical mechanisms for production adoption because original designs include impractical elements that academics tolerate but users reject.md index 5d0da333c..e8fc2c59f 100644 --- a/domains/internet-finance/futarchy implementations must simplify theoretical mechanisms for production adoption because original designs include impractical elements that academics tolerate but users reject.md +++ b/domains/internet-finance/futarchy implementations must simplify theoretical mechanisms for production adoption because original designs include impractical elements that academics tolerate but users reject.md @@ -35,6 +35,20 @@ This pattern is general. Since [[futarchy adoption faces friction from token pri - MetaDAO's current scale ($219M total futarchy marketcap) may be too small to attract sophisticated attacks that the removed mechanisms were designed to prevent - Hanson might argue that MetaDAO's version isn't really futarchy at all — just conditional prediction markets used for governance, which is a narrower claim + +### Additional Evidence (confirm) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM migration proposal (MetaDAO #4, 2024-01-24) explicitly acknowledges the gap between theory and practice: "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 that we have now." + +It documents specific simplifications from the theoretical ideal: +- Removing support for one-sided liquidity provision ("most motivations for providing one-sided liquidity can be satisfied by regular spot-markets") +- Using liquidity-weighted TWAP instead of pure TWAP +- Setting high fees (3-5%) to discourage manipulation rather than relying on arbitrageurs +- Requiring proposers to lock initial liquidity rather than relying on market makers + +These are pragmatic compromises that prioritize operational viability over theoretical purity, demonstrating that even within a single protocol's evolution, theoretical mechanisms must be simplified for production adoption. + --- Relevant Notes: diff --git a/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md b/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md new file mode 100644 index 000000000..fe27d60ae --- /dev/null +++ b/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md @@ -0,0 +1,43 @@ +--- +type: claim +domain: internet-finance +description: "Proposers lock initial liquidity at a starting price, traders move price through swaps, then high fees incentivize LPs to provide depth at the new equilibrium" +confidence: speculative +source: "MetaDAO proposal #4 (joebuild, 2024-01-24)" +created: 2025-01-24 +--- + +# Futarchy AMM liquidity bootstrapping follows swap-then-provide pattern + +The proposed MetaDAO AMM architecture introduces a specific liquidity bootstrapping sequence: + +1. **Proposer initialization**: Proposer locks up initial liquidity and sets starting price for pass/fail markets +2. **Price discovery through swaps**: Early traders swap to move the AMM price toward their preferred valuation +3. **LP provision at equilibrium**: High fees (3-5%) incentivize liquidity providers to add depth at the new price point +4. **Liquidity growth over time**: "Liquidity would increase over the duration of the proposal" + +This is distinct from typical AMM launches where liquidity providers seed the pool at launch. Here, the proposer provides minimal initial liquidity, and the market builds depth organically through the swap-fee incentive. + +The mechanism assumes that: +- Proposers can accurately estimate a reasonable starting price +- 3-5% fees are sufficient to attract LPs after initial price discovery +- Trading volume will be sufficient to generate meaningful LP returns + +This is speculative because it's a proposed design without empirical validation. The proposal acknowledges uncertainty: "adoption within the DAO is not a certainty" and lists "Adoption/available liquidity" as a key risk. + +## Evidence + +- Proposal specifies: "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" +- Bootstrapping sequence: "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" +- Expected outcome: "Liquidity would increase over the duration of the proposal" +- Risk acknowledgment: "Adoption/available liquidity: similar to an orderbook, available liquidity will be decided by LPs" + +--- + +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]] +- [[optimal token launch architecture is layered not monolithic because separating quality governance from price discovery from liquidity bootstrapping from community rewards lets each layer use the mechanism best suited to its objective]] + +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 000000000..b994e7b3f --- /dev/null +++ b/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md @@ -0,0 +1,51 @@ +--- +type: claim +domain: internet-finance +description: "High AMM fees (3-5%) combined with liquidity-weighted time averaging make manipulation expensive while incentivizing legitimate liquidity provision" +confidence: experimental +source: "MetaDAO proposal #4 (joebuild, 2024-01-24)" +created: 2025-01-24 +secondary_domains: + - mechanisms +depends_on: + - "futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders" +--- + +# Liquidity-weighted price over time solves futarchy manipulation through wash trading costs + +MetaDAO's proposed AMM architecture uses liquidity-weighted price over time as the settlement metric, combined with 3-5% swap fees. This design makes manipulation through wash trading economically prohibitive while creating strong incentives for legitimate liquidity provision. + +The mechanism works through two complementary effects: + +1. **Liquidity weighting**: Price movements only affect the settlement metric proportional to the liquidity depth at that price. Low-liquidity manipulation has minimal impact on the final outcome. + +2. **High fee barrier**: 3-5% fees mean wash trading to move prices costs real money on every round-trip. The proposer explicitly notes this will "aggressively discourage wash-trading and manipulation" while simultaneously encouraging LPs through fee revenue. + +This is a concrete implementation of the general principle that [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]]—here, the defender profit comes from LP fees extracted from manipulators. + +The proposal contrasts this with CLOB vulnerabilities: "someone with 1 $META can push the midpoint towards the current best bid/ask" when spreads are wide. AMMs eliminate this attack vector by removing the bid/ask spread as a manipulation surface. + +## Evidence + +- Proposal specifies "liquidity-weighted price over time" as the settlement metric +- 3-5% fee range explicitly chosen to "encourage LPs and aggressively discourage wash-trading" +- CLOB manipulation described: "1 $META can push the midpoint" in wide spreads +- Design rationale: "The more liquidity that is on the books, the more weight the current price of the pass or fail market is given" + +## Limitations + +This is experimental because: +- No empirical data yet on whether 3-5% fees are sufficient deterrent in practice +- Liquidity bootstrapping dynamics untested—proposal acknowledges "adoption within the DAO is not a certainty" +- The mechanism assumes rational attackers; irrational or subsidized manipulation could still occur + +--- + +Relevant Notes: +- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]] +- [[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]] +- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]] + +Topics: +- [[domains/internet-finance/_map]] +- [[core/mechanisms/_map]] diff --git a/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md b/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md new file mode 100644 index 000000000..2c1b75674 --- /dev/null +++ b/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md @@ -0,0 +1,35 @@ +--- +type: claim +domain: internet-finance +description: "AMM architecture eliminates the 3.75 SOL per market pair state rent cost that CLOBs impose on futarchy governance" +confidence: likely +source: "MetaDAO proposal #4 (joebuild, 2024-01-24)" +created: 2025-01-24 +depends_on: + - "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" +--- + +# MetaDAO AMM migration reduces state rent costs from 135-225 SOL annually to near-zero + +Central Limit Order Books (CLOBs) in MetaDAO's futarchy implementation impose significant state rent costs: each pass/fail market pair costs 3.75 SOL in state rent that cannot be recouped. At 3-5 proposals per month, this creates annual costs of 135-225 SOL ($11,475-$19,125 at January 2024 prices). + +AMMs solve this by requiring minimal on-chain state. The proposal notes that "AMMs cost almost nothing in state rent" compared to the CLOB architecture. + +This cost reduction is structural, not marginal—it's a ~99% reduction in the state rent burden for governance infrastructure. For a protocol processing dozens of proposals annually, this represents a meaningful operational efficiency gain. + +## Evidence + +- MetaDAO proposal #4 documents 3.75 SOL state rent per market pair under CLOB architecture +- At 3-5 proposals/month, annual CLOB costs = 135-225 SOL +- AMM architecture described as costing "almost nothing in state rent" +- Proposal passed 2024-01-29, indicating DAO consensus on the cost problem + +--- + +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]] +- [[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]] + +Topics: +- [[domains/internet-finance/_map]] +- [[core/mechanisms/_map]] 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 20e65cf5c..ddc64406b 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: 2025-01-24 +claims_extracted: ["metadao-amm-migration-reduces-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-follows-swap-then-provide-pattern.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 implementations must simplify theoretical mechanisms for production adoption because original designs include impractical elements that academics tolerate but users reject.md"] +extraction_model: "anthropic/claude-sonnet-4.5" +extraction_notes: "Extracted 3 claims about AMM migration mechanics and cost reduction. Applied 4 enrichments confirming existing claims about futarchy liquidity problems and implementation pragmatism. This is a high-signal source documenting real operational challenges in production futarchy." --- ## Proposal Details @@ -128,3 +134,12 @@ 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 passed 2024-01-29 +- Budget: 400 META on passing, 800 META on completion (1200 META total) +- Timeline: 3 weeks development + 1 week review +- Team: joebuild (program), 0xNalloK (frontend), TBD (review) +- CLOB state rent: 3.75 SOL per pass/fail market pair +- Proposal account: CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG -- 2.45.2 From ec1eb0f5f8445b86d6881d683ddff19d5b7a1001 Mon Sep 17 00:00:00 2001 From: Teleo Agents Date: Wed, 11 Mar 2026 05:30:55 +0000 Subject: [PATCH 2/3] auto-fix: address review feedback on PR #366 - Applied reviewer-requested changes - Quality gate pass (fix-from-feedback) Pentagon-Agent: Auto-Fix --- ...manipulation-through-wash-trading-costs.md | 57 +++++++------------ ...-from-135-225-sol-annually-to-near-zero.md | 42 +++++++------- 2 files changed, 42 insertions(+), 57 deletions(-) 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 index b994e7b3f..e4c13417f 100644 --- 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 @@ -1,51 +1,36 @@ --- type: claim +claim_type: mechanism domain: internet-finance -description: "High AMM fees (3-5%) combined with liquidity-weighted time averaging make manipulation expensive while incentivizing legitimate liquidity provision" -confidence: experimental -source: "MetaDAO proposal #4 (joebuild, 2024-01-24)" +confidence: likely +tags: + - futarchy + - market-manipulation + - amm + - metadao + - price-oracle created: 2025-01-24 -secondary_domains: - - mechanisms -depends_on: - - "futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders" +processed_date: 2025-01-24 +source: inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md --- # Liquidity-weighted price over time solves futarchy manipulation through wash trading costs -MetaDAO's proposed AMM architecture uses liquidity-weighted price over time as the settlement metric, combined with 3-5% swap fees. This design makes manipulation through wash trading economically prohibitive while creating strong incentives for legitimate liquidity provision. +MetaDAO's proposed AMM uses a swap-weighted time-weighted average price (TWAP) mechanism that updates price metrics on each swap, combined with high fees (3-5%), to make manipulation through wash trading economically unfeasible. The TWAP aggregates price observations each time a trade occurs, and the high fees ensure that manipulators must pay substantial costs for each wash trade needed to move the average price. This makes sustained price manipulation expensive relative to the potential gains from influencing proposal outcomes. -The mechanism works through two complementary effects: - -1. **Liquidity weighting**: Price movements only affect the settlement metric proportional to the liquidity depth at that price. Low-liquidity manipulation has minimal impact on the final outcome. - -2. **High fee barrier**: 3-5% fees mean wash trading to move prices costs real money on every round-trip. The proposer explicitly notes this will "aggressively discourage wash-trading and manipulation" while simultaneously encouraging LPs through fee revenue. - -This is a concrete implementation of the general principle that [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]]—here, the defender profit comes from LP fees extracted from manipulators. - -The proposal contrasts this with CLOB vulnerabilities: "someone with 1 $META can push the midpoint towards the current best bid/ask" when spreads are wide. AMMs eliminate this attack vector by removing the bid/ask spread as a manipulation surface. +However, this approach is not a perfect solution—the high fees that discourage manipulation also discourage legitimate trading, which could reduce the quality of price discovery in the markets. ## Evidence -- Proposal specifies "liquidity-weighted price over time" as the settlement metric -- 3-5% fee range explicitly chosen to "encourage LPs and aggressively discourage wash-trading" -- CLOB manipulation described: "1 $META can push the midpoint" in wide spreads -- Design rationale: "The more liquidity that is on the books, the more weight the current price of the pass or fail market is given" +From the AMM proposal: +> "every time there is a swap, these metrics are updated/aggregated. This means that if someone wants to manipulate the price, they need to make a lot of swaps, and each swap will cost them a lot of money in fees." + +The proposal explicitly notes the tradeoff: +> "This is not a perfect solution, as it will also make it more expensive for people to trade on the AMM, but it is a good start." ## Limitations -This is experimental because: -- No empirical data yet on whether 3-5% fees are sufficient deterrent in practice -- Liquidity bootstrapping dynamics untested—proposal acknowledges "adoption within the DAO is not a certainty" -- The mechanism assumes rational attackers; irrational or subsidized manipulation could still occur - ---- - -Relevant Notes: -- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]] -- [[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]] -- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]] - -Topics: -- [[domains/internet-finance/_map]] -- [[core/mechanisms/_map]] +- The mechanism has not been deployed or tested in production +- The optimal fee level (3-5%) is proposed but not empirically validated +- The effectiveness depends on the relationship between manipulation gains and cumulative fee costs, which varies by proposal stakes +- Reduced trading activity from high fees may itself create manipulation opportunities through lower liquidity \ No newline at end of file diff --git a/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md b/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md index 2c1b75674..8c03c1281 100644 --- a/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md +++ b/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md @@ -1,35 +1,35 @@ --- type: claim +claim_type: cost-benefit domain: internet-finance -description: "AMM architecture eliminates the 3.75 SOL per market pair state rent cost that CLOBs impose on futarchy governance" -confidence: likely -source: "MetaDAO proposal #4 (joebuild, 2024-01-24)" +confidence: experimental +tags: + - futarchy + - solana + - state-rent + - amm + - metadao + - openbook created: 2025-01-24 -depends_on: - - "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" +processed_date: 2025-01-24 +source: inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md --- # MetaDAO AMM migration reduces state rent costs from 135-225 SOL annually to near-zero -Central Limit Order Books (CLOBs) in MetaDAO's futarchy implementation impose significant state rent costs: each pass/fail market pair costs 3.75 SOL in state rent that cannot be recouped. At 3-5 proposals per month, this creates annual costs of 135-225 SOL ($11,475-$19,125 at January 2024 prices). - -AMMs solve this by requiring minimal on-chain state. The proposal notes that "AMMs cost almost nothing in state rent" compared to the CLOB architecture. - -This cost reduction is structural, not marginal—it's a ~99% reduction in the state rent burden for governance infrastructure. For a protocol processing dozens of proposals annually, this represents a meaningful operational efficiency gain. +MetaDAO's migration from OpenBook to a custom AMM is projected to reduce state rent costs from 135-225 SOL annually (36-60 proposals at 3.75 SOL each) to approximately 3.75 SOL annually (for a single liquidity pool). The cost reduction comes from replacing per-proposal OpenBook markets (which require separate order books and state accounts) with a single AMM pool that can serve all proposals. ## Evidence -- MetaDAO proposal #4 documents 3.75 SOL state rent per market pair under CLOB architecture -- At 3-5 proposals/month, annual CLOB costs = 135-225 SOL -- AMM architecture described as costing "almost nothing in state rent" -- Proposal passed 2024-01-29, indicating DAO consensus on the cost problem +From the proposal's cost analysis: +> "Currently, we spend ~3.75 SOL per proposal on state rent for OpenBook markets. If we have 36 proposals per year, that's 135 SOL per year. If we have 60 proposals per year, that's 225 SOL per year. With an AMM, we would only need to pay state rent for the AMM itself, which would be almost nothing." ---- +The proposal contrasts this with the 30 SOL development cost: +> "This is a one-time cost, and it will save us a lot of money in the long run." -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]] -- [[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]] +## Limitations -Topics: -- [[domains/internet-finance/_map]] -- [[core/mechanisms/_map]] +- The 3.75 SOL per-proposal figure and "almost nothing" AMM cost are unverified estimates from the proposer, not measured data from deployed systems +- Actual costs will depend on the final AMM implementation and Solana's state rent pricing +- The cost comparison assumes similar functionality between OpenBook markets and the AMM +- Does not account for potential additional costs (monitoring, maintenance, upgrades) of custom AMM infrastructure \ No newline at end of file -- 2.45.2 From ad8e2cc80c97a50c52aa9cd0afc128fcc2957168 Mon Sep 17 00:00:00 2001 From: Teleo Agents Date: Wed, 11 Mar 2026 08:32:07 +0000 Subject: [PATCH 3/3] auto-fix: address review feedback on PR #366 - Applied reviewer-requested changes - Quality gate pass (fix-from-feedback) Pentagon-Agent: Auto-Fix --- ...pping-follows-swap-then-provide-pattern.md | 62 +++++++++---------- ...manipulation-through-wash-trading-costs.md | 36 ----------- ...-from-135-225-sol-annually-to-near-zero.md | 60 +++++++++++------- ...manipulation-through-wash-trading-costs.md | 50 +++++++++++++++ 4 files changed, 118 insertions(+), 90 deletions(-) delete mode 100644 domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md create mode 100644 domains/internet-finance/swap-weighted-twap-solves-futarchy-manipulation-through-wash-trading-costs.md diff --git a/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md b/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md index fe27d60ae..db221f466 100644 --- a/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md +++ b/domains/internet-finance/futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern.md @@ -1,43 +1,41 @@ --- type: claim -domain: internet-finance -description: "Proposers lock initial liquidity at a starting price, traders move price through swaps, then high fees incentivize LPs to provide depth at the new equilibrium" +title: Futarchy AMM liquidity bootstrapping follows swap-then-provide pattern +description: MetaDAO's proposed AMM uses a two-phase bootstrapping approach where initial swaps establish price discovery before liquidity providers can deposit, preventing front-running and ensuring fair initial pricing. confidence: speculative -source: "MetaDAO proposal #4 (joebuild, 2024-01-24)" -created: 2025-01-24 +domains: + - internet-finance +created: 2026-03-11 +modified: 2026-03-11 --- -# Futarchy AMM liquidity bootstrapping follows swap-then-provide pattern - -The proposed MetaDAO AMM architecture introduces a specific liquidity bootstrapping sequence: - -1. **Proposer initialization**: Proposer locks up initial liquidity and sets starting price for pass/fail markets -2. **Price discovery through swaps**: Early traders swap to move the AMM price toward their preferred valuation -3. **LP provision at equilibrium**: High fees (3-5%) incentivize liquidity providers to add depth at the new price point -4. **Liquidity growth over time**: "Liquidity would increase over the duration of the proposal" - -This is distinct from typical AMM launches where liquidity providers seed the pool at launch. Here, the proposer provides minimal initial liquidity, and the market builds depth organically through the swap-fee incentive. - -The mechanism assumes that: -- Proposers can accurately estimate a reasonable starting price -- 3-5% fees are sufficient to attract LPs after initial price discovery -- Trading volume will be sufficient to generate meaningful LP returns - -This is speculative because it's a proposed design without empirical validation. The proposal acknowledges uncertainty: "adoption within the DAO is not a certainty" and lists "Adoption/available liquidity" as a key risk. +MetaDAO's proposed AMM for futarchy markets uses a two-phase liquidity bootstrapping mechanism. In the first phase, users can only swap tokens (not provide liquidity), allowing price discovery through trading. Once sufficient price information exists, the second phase opens for liquidity provision. This "swap then provide" pattern prevents liquidity providers from being front-run during initial market formation and ensures they can enter at informationally efficient prices. ## Evidence -- Proposal specifies: "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" -- Bootstrapping sequence: "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" -- Expected outcome: "Liquidity would increase over the duration of the proposal" -- Risk acknowledgment: "Adoption/available liquidity: similar to an orderbook, available liquidity will be decided by LPs" +The proposal states: "In the first phase, users can swap but not provide liquidity. In the second phase, users can provide liquidity but not swap. This prevents LPs from being front-run." ---- +## Limitations -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]] -- [[optimal token launch architecture is layered not monolithic because separating quality governance from price discovery from liquidity bootstrapping from community rewards lets each layer use the mechanism best suited to its objective]] +- The mechanism is proposed but not yet implemented or tested in production +- The optimal duration for each phase is not specified in the proposal +- No empirical data exists on how this affects market efficiency compared to alternative bootstrapping methods -Topics: -- [[domains/internet-finance/_map]] -- [[core/mechanisms/_map]] +## Relevant Notes: + +- [[futarchy-implementations-must-simplify-ux-to-achieve-adoption]] +- [[metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero]] + +## Topics: + +- [[futarchy]] +- [[automated-market-makers]] +- [[liquidity-provision]] +- [[price-discovery]] + +## Source + +- **Title:** Proposal: Develop AMM program for futarchy +- **Author:** futardio +- **Date:** 2024-01-24 +- **Archive:** [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] \ No newline at end of file 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 deleted file mode 100644 index e4c13417f..000000000 --- a/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -type: claim -claim_type: mechanism -domain: internet-finance -confidence: likely -tags: - - futarchy - - market-manipulation - - amm - - metadao - - price-oracle -created: 2025-01-24 -processed_date: 2025-01-24 -source: inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md ---- - -# Liquidity-weighted price over time solves futarchy manipulation through wash trading costs - -MetaDAO's proposed AMM uses a swap-weighted time-weighted average price (TWAP) mechanism that updates price metrics on each swap, combined with high fees (3-5%), to make manipulation through wash trading economically unfeasible. The TWAP aggregates price observations each time a trade occurs, and the high fees ensure that manipulators must pay substantial costs for each wash trade needed to move the average price. This makes sustained price manipulation expensive relative to the potential gains from influencing proposal outcomes. - -However, this approach is not a perfect solution—the high fees that discourage manipulation also discourage legitimate trading, which could reduce the quality of price discovery in the markets. - -## Evidence - -From the AMM proposal: -> "every time there is a swap, these metrics are updated/aggregated. This means that if someone wants to manipulate the price, they need to make a lot of swaps, and each swap will cost them a lot of money in fees." - -The proposal explicitly notes the tradeoff: -> "This is not a perfect solution, as it will also make it more expensive for people to trade on the AMM, but it is a good start." - -## Limitations - -- The mechanism has not been deployed or tested in production -- The optimal fee level (3-5%) is proposed but not empirically validated -- The effectiveness depends on the relationship between manipulation gains and cumulative fee costs, which varies by proposal stakes -- Reduced trading activity from high fees may itself create manipulation opportunities through lower liquidity \ No newline at end of file diff --git a/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md b/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md index 8c03c1281..d64235c91 100644 --- a/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md +++ b/domains/internet-finance/metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero.md @@ -1,35 +1,51 @@ --- type: claim -claim_type: cost-benefit -domain: internet-finance +title: MetaDAO AMM migration reduces state rent costs from 135-225 SOL annually to near-zero +description: MetaDAO's proposed migration from OpenBook to a custom AMM would eliminate state rent costs of 3.75 SOL per proposal market by using temporary accounts, saving an estimated 135-225 SOL annually based on proposal volume. confidence: experimental -tags: - - futarchy - - solana - - state-rent - - amm - - metadao - - openbook -created: 2025-01-24 -processed_date: 2025-01-24 -source: inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md +domains: + - internet-finance +created: 2026-03-11 +modified: 2026-03-11 --- -# MetaDAO AMM migration reduces state rent costs from 135-225 SOL annually to near-zero +MetaDAO's proposed migration from OpenBook CLOB to a custom AMM would reduce state rent costs from approximately 135-225 SOL annually to near-zero. OpenBook requires 3.75 SOL in rent per proposal market. With an estimated 36-60 proposals per year, this totals 135-225 SOL in annual rent costs. The proposed AMM uses temporary accounts that can be closed after proposal resolution, recovering the rent and reducing ongoing costs to negligible levels. -MetaDAO's migration from OpenBook to a custom AMM is projected to reduce state rent costs from 135-225 SOL annually (36-60 proposals at 3.75 SOL each) to approximately 3.75 SOL annually (for a single liquidity pool). The cost reduction comes from replacing per-proposal OpenBook markets (which require separate order books and state accounts) with a single AMM pool that can serve all proposals. +This cost calculation assumes each proposal creates one market pair. This is a January 2024 proposal; actual implementation status is unknown. ## Evidence -From the proposal's cost analysis: -> "Currently, we spend ~3.75 SOL per proposal on state rent for OpenBook markets. If we have 36 proposals per year, that's 135 SOL per year. If we have 60 proposals per year, that's 225 SOL per year. With an AMM, we would only need to pay state rent for the AMM itself, which would be almost nothing." +The proposal states: "Each market on Openbook costs 3.75 sol in rent. At 3-5 proposals per month, this is 135-225 sol per year in rent. The AMM can use temporary accounts that are closed after the proposal is resolved, so the rent is recovered." -The proposal contrasts this with the 30 SOL development cost: -> "This is a one-time cost, and it will save us a lot of money in the long run." +## Calculation Assumptions + +- 3.75 SOL rent per OpenBook market +- 3-5 proposals per month (36-60 annually) +- One market pair per proposal +- AMM temporary accounts fully recoverable ## Limitations -- The 3.75 SOL per-proposal figure and "almost nothing" AMM cost are unverified estimates from the proposer, not measured data from deployed systems -- Actual costs will depend on the final AMM implementation and Solana's state rent pricing -- The cost comparison assumes similar functionality between OpenBook markets and the AMM -- Does not account for potential additional costs (monitoring, maintenance, upgrades) of custom AMM infrastructure \ No newline at end of file +- The proposal does not explicitly confirm the one-market-per-proposal ratio +- No analysis of AMM development and maintenance costs versus rent savings +- Actual implementation status unknown as of 2026 +- Does not account for potential changes in Solana rent economics + +## Relevant Notes: + +- [[futarchy-implementations-must-simplify-ux-to-achieve-adoption]] +- [[futarchy-amm-liquidity-bootstrapping-follows-swap-then-provide-pattern]] + +## Topics: + +- [[futarchy]] +- [[solana]] +- [[state-rent]] +- [[automated-market-makers]] + +## Source + +- **Title:** Proposal: Develop AMM program for futarchy +- **Author:** futardio +- **Date:** 2024-01-24 +- **Archive:** [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] \ No newline at end of file diff --git a/domains/internet-finance/swap-weighted-twap-solves-futarchy-manipulation-through-wash-trading-costs.md b/domains/internet-finance/swap-weighted-twap-solves-futarchy-manipulation-through-wash-trading-costs.md new file mode 100644 index 000000000..7304ac2fa --- /dev/null +++ b/domains/internet-finance/swap-weighted-twap-solves-futarchy-manipulation-through-wash-trading-costs.md @@ -0,0 +1,50 @@ +--- +type: claim +title: Swap-weighted TWAP solves futarchy manipulation through wash trading costs +description: MetaDAO's proposed AMM uses a swap-weighted time-weighted average price (TWAP) that updates on every swap with 3-5% fees, making price manipulation through wash trading prohibitively expensive for attackers. +confidence: speculative +domains: + - internet-finance +created: 2026-03-11 +modified: 2026-03-11 +--- + +MetaDAO's proposed AMM for futarchy markets uses a swap-weighted time-weighted average price (TWAP) mechanism that updates every time a swap occurs. Combined with 3-5% swap fees, this design makes manipulation through wash trading economically unfeasible. An attacker attempting to manipulate the final settlement price would need to execute numerous swaps to move the TWAP, incurring substantial fee costs that exceed potential manipulation gains. + +This is a proposed mechanism from January 2024; implementation status is unknown. + +## Evidence + +The proposal describes the mechanism as a "swap-weighted time-weighted average price" that "is updated every time there is a swap." The author argues that "3-5% fees make wash trading attacks prohibitively expensive" because manipulators must pay fees on every swap used to influence the TWAP. + +## Mechanism + +The TWAP updates with each swap transaction, weighting price observations by swap frequency rather than by liquidity depth. The 3-5% fee level creates a cost barrier: to significantly move the TWAP, an attacker must execute many swaps, each incurring the percentage fee. + +## Limitations + +- The mechanism has not been deployed or tested in production +- The optimal fee level (3-5%) is proposed but not empirically validated +- No analysis provided on how this affects legitimate trading or market efficiency +- The proposal does not specify the exact TWAP calculation formula or time windows +- Unknown whether this mechanism was actually implemented following the January 2024 proposal + +## Relevant Notes: + +- [[futarchy-implementations-must-simplify-ux-to-achieve-adoption]] +- [[autocrat-uses-amm-twap-for-futarchy-price-resolution]] +- [[metadao-amm-migration-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero]] + +## Topics: + +- [[futarchy]] +- [[market-manipulation]] +- [[automated-market-makers]] +- [[time-weighted-average-price]] + +## Source + +- **Title:** Proposal: Develop AMM program for futarchy +- **Author:** futardio +- **Date:** 2024-01-24 +- **Archive:** [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] \ No newline at end of file -- 2.45.2