From 8e0105c8c6ed577f0e2c320432667aeec0c802a6 Mon Sep 17 00:00:00 2001 From: Teleo Pipeline Date: Sun, 15 Mar 2026 16:03:24 +0000 Subject: [PATCH] extract: 2024-01-24-futardio-proposal-develop-amm-program-for-futarchy Pentagon-Agent: Ganymede --- ...d average price over a three-day window.md | 6 +++ ...minating-orderbook-storage-requirements.md | 32 +++++++++++++ ...l complexity and liquidity requirements.md | 6 +++ ... profitable opportunities for defenders.md | 6 +++ ...nance-outcomes-has-inherent-uncertainty.md | 36 ++++++++++++++ ...profitable-and-active-trading-expensive.md | 48 +++++++++++++++++++ ...gh-capital-commitment-not-vote-counting.md | 42 ++++++++++++++++ entities/internet-finance/0xnallok.md | 23 +++++++++ entities/internet-finance/metadao.md | 2 + ...oposal-develop-amm-program-for-futarchy.md | 19 +++++++- 10 files changed, 219 insertions(+), 1 deletion(-) create mode 100644 domains/internet-finance/amm-futarchy-reduces-state-rent-costs-by-99-percent-versus-clob-by-eliminating-orderbook-storage-requirements.md create mode 100644 domains/internet-finance/futarchy-clob-liquidity-fragmentation-creates-wide-spreads-because-pricing-counterfactual-governance-outcomes-has-inherent-uncertainty.md create mode 100644 domains/internet-finance/high-fee-amms-create-lp-incentive-and-manipulation-deterrent-simultaneously-by-making-passive-provision-profitable-and-active-trading-expensive.md create mode 100644 domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-capital-commitment-not-vote-counting.md create mode 100644 entities/internet-finance/0xnallok.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 07f4313c7..6938cdee3 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 @@ -59,6 +59,12 @@ Autocrat is MetaDAO's core governance program on Solana -- the on-chain implemen Sanctum's Wonder proposal (2frDGSg1frwBeh3bc6R7XKR2wckyMTt6pGXLGLPgoota, created 2025-03-28, completed 2025-03-31) represents the first major test of Autocrat futarchy for strategic product direction rather than treasury operations. The team explicitly stated: 'Even though this is not a proposal that involves community CLOUD funds, this is going to be the largest product decision ever made by the Sanctum team, so we want to put it up to governance vote.' The proposal to build a consumer mobile app (Wonder) with automatic yield optimization, gasless transfers, and curated project participation failed despite team conviction backed by market comparables (Phantom $3B valuation, Jupiter $1.7B market cap, MetaMask $320M swap fees). This demonstrates Autocrat's capacity to govern strategic pivots beyond operational decisions, though the failure raises questions about whether futarchy markets discount consumer product risk or disagreed with the user segmentation thesis. + +### Additional Evidence (extend) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-15 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM proposal reveals that the original CLOB implementation had significant operational costs and manipulation vulnerabilities that drove architectural evolution. Specifically: (1) CLOB state rent costs 3.75 SOL per market pair, creating $11K-$19K annual overhead at 3-5 proposals/month; (2) wide bid-ask spreads from pricing uncertainty reduced liquidity and trading; (3) 1 META could manipulate midpoint prices in low-liquidity conditions; (4) VWAP metric was vulnerable to wash trading. The proposed AMM migration uses liquidity-weighted price over time with 3-5% fees to address these issues, representing a major architectural shift from the original Autocrat v0.1 design. + --- Relevant Notes: diff --git a/domains/internet-finance/amm-futarchy-reduces-state-rent-costs-by-99-percent-versus-clob-by-eliminating-orderbook-storage-requirements.md b/domains/internet-finance/amm-futarchy-reduces-state-rent-costs-by-99-percent-versus-clob-by-eliminating-orderbook-storage-requirements.md new file mode 100644 index 000000000..be611259e --- /dev/null +++ b/domains/internet-finance/amm-futarchy-reduces-state-rent-costs-by-99-percent-versus-clob-by-eliminating-orderbook-storage-requirements.md @@ -0,0 +1,32 @@ +--- +type: claim +domain: internet-finance +description: "AMM architecture eliminates the 3.75 SOL per market pair cost that CLOBs require for orderbook state storage" +confidence: likely +source: "MetaDAO proposal CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG, 2024-01-24" +created: 2026-03-11 +--- + +# AMM futarchy reduces state rent costs by 99 percent versus CLOB by eliminating orderbook storage requirements + +Central Limit Order Books (CLOBs) in futarchy implementations require 3.75 SOL in state rent per pass/fail market pair on Solana, which cannot be recouped under current architecture. At 3-5 proposals per month, this creates annual costs of 135-225 SOL ($11,475-$19,125 at January 2024 prices). AMMs cost "almost nothing in state rent" because they don't maintain orderbook state—just pool reserves and a price curve. + +The MetaDAO proposal notes that while state rent can theoretically be recouped through OpenBook mechanisms, doing so "would require a migration of the current autocrat program," making it impractical for existing deployments. + +This cost differential becomes material at scale: a DAO running 50 proposals annually would spend ~$30K-$50K on CLOB state rent versus near-zero for AMMs, creating strong economic pressure toward AMM adoption independent of other mechanism considerations. + +## Evidence +- MetaDAO proposal documents 3.75 SOL state rent cost per CLOB market pair +- Annual projection: 135-225 SOL for 3-5 monthly proposals +- AMM state requirements described as "almost nothing" +- State rent recovery requires autocrat program migration (feedback section) + +--- + +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.md + +Topics: +- domains/internet-finance/_map +- core/mechanisms/_map \ No newline at end of file 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 5479febe4..e1003238d 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 @@ -40,6 +40,12 @@ Optimism futarchy achieved 430 active forecasters and 88.6% first-time governanc Sanctum's Wonder proposal failure reveals a new friction: team conviction vs. market verdict on strategic pivots. The team had strong conviction ('I want to build the right introduction to crypto: the app we all deserve, but no one is building') backed by market comparables (Phantom $3B, Jupiter $1.7B, MetaMask $320M fees) and team track record (safeguarding $1B+, making futarchy fun). Yet futarchy rejected the proposal. The team reserved 'the right to change details of the prospective features or go-to-market if we deem it better for the product' but submitted the core decision to futarchy, suggesting uncertainty about whether futarchy should govern strategic direction or just treasury/operations. This creates a new adoption friction: uncertainty about futarchy's appropriate scope (operational vs. strategic decisions) and whether token markets can accurately price founder conviction and domain expertise on product strategy. + +### Additional Evidence (confirm) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-15 | Extractor: anthropic/claude-sonnet-4.5* + +The MetaDAO AMM proposal provides concrete evidence of liquidity friction in production futarchy. The proposal identifies 'lack of liquidity' as the primary driver for architectural change, noting that '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.' This confirms that liquidity requirements are not just theoretical friction but a material operational constraint that forced MetaDAO to redesign its core mechanism after ~4 months of operation. + --- Relevant Notes: diff --git a/domains/internet-finance/futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders.md b/domains/internet-finance/futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders.md index 9bfa67d41..0629a0538 100644 --- a/domains/internet-finance/futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders.md +++ b/domains/internet-finance/futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders.md @@ -21,6 +21,12 @@ This self-correcting property distinguishes futarchy from simpler governance mec Polymarket's approach to manipulation resistance combines market self-correction with external surveillance infrastructure. The platform partnered with Palantir and TWG AI (January 2026) to build surveillance systems that detect suspicious trading patterns, screen participants, and generate compliance reports shareable with regulators and sports leagues. This suggests that even large-scale prediction markets ($1B+ weekly volume) supplement market-based manipulation resistance with institutional monitoring tools. The surveillance layer uses Palantir's data tools and TWG AI analytics to flag unusual patterns in sports prediction markets specifically, indicating that self-correction alone may be insufficient at scale. + +### Additional Evidence (challenge) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-15 | Extractor: anthropic/claude-sonnet-4.5* + +The MetaDAO AMM proposal reveals that CLOB futarchy had concrete manipulation vulnerabilities that required defensive mechanisms. Specifically: 'someone with 1 $META can push the midpoint towards the current best bid/ask' in wide spreads, and 'users can selectively crank the market of their choosing' while 'defending against this (cranking markets all the time) would be a bit costly.' The proposal notes these are '1/n problems' addressable by defensive bots, but the decision to migrate to AMMs suggests the manipulation resistance of CLOBs was insufficient in practice. This challenges the claim that attack attempts automatically create profitable defense opportunities—in low-liquidity conditions, defense may be too costly relative to attack. + --- Relevant Notes: diff --git a/domains/internet-finance/futarchy-clob-liquidity-fragmentation-creates-wide-spreads-because-pricing-counterfactual-governance-outcomes-has-inherent-uncertainty.md b/domains/internet-finance/futarchy-clob-liquidity-fragmentation-creates-wide-spreads-because-pricing-counterfactual-governance-outcomes-has-inherent-uncertainty.md new file mode 100644 index 000000000..4bbe0ebf2 --- /dev/null +++ b/domains/internet-finance/futarchy-clob-liquidity-fragmentation-creates-wide-spreads-because-pricing-counterfactual-governance-outcomes-has-inherent-uncertainty.md @@ -0,0 +1,36 @@ +--- +type: claim +domain: internet-finance +description: "Estimating token value under pass versus fail conditions involves wide uncertainty ranges that discourage limit orders near midpoint" +confidence: likely +source: "MetaDAO AMM proposal CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG, 2024-01-24" +created: 2026-03-11 +--- + +# Futarchy CLOB liquidity fragmentation creates wide spreads because pricing counterfactual governance outcomes has inherent uncertainty + +The MetaDAO proposal identifies "lack of liquidity" as the primary driver for switching from CLOBs to AMMs in futarchy markets. The core mechanism: "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 problem is structural to futarchy, not specific to MetaDAO—pricing counterfactual organizational futures requires speculation on complex causal chains. + +CLOBs require traders to commit to specific price points, which is costly under high uncertainty. AMMs allow passive liquidity provision across a price curve, reducing the commitment required from individual LPs. The proposal notes that "liquidity would start low when the proposal is launched" but expects it to "increase over the duration of the proposal" as price discovery occurs and LPs converge on ranges. + +This connects to [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]]—low liquidity is both cause and effect of limited trading. + +## Evidence +- Proposal cites "lack of liquidity" as main reason for AMM switch +- Mechanism: wide uncertainty ranges discourage limit orders +- Expected pattern: liquidity increases as proposal duration progresses +- CLOB minimum order size (1 META) acts as spam filter but fragments liquidity further + +--- + +Relevant Notes: +- [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] +- [[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]] +- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] +- metadao.md + +Topics: +- domains/internet-finance/_map +- core/mechanisms/_map \ No newline at end of file diff --git a/domains/internet-finance/high-fee-amms-create-lp-incentive-and-manipulation-deterrent-simultaneously-by-making-passive-provision-profitable-and-active-trading-expensive.md b/domains/internet-finance/high-fee-amms-create-lp-incentive-and-manipulation-deterrent-simultaneously-by-making-passive-provision-profitable-and-active-trading-expensive.md new file mode 100644 index 000000000..6f0e27b31 --- /dev/null +++ b/domains/internet-finance/high-fee-amms-create-lp-incentive-and-manipulation-deterrent-simultaneously-by-making-passive-provision-profitable-and-active-trading-expensive.md @@ -0,0 +1,48 @@ +--- +type: claim +domain: internet-finance +description: "3-5 percent swap fees in futarchy AMMs reward liquidity providers while pricing out wash trading attacks" +confidence: experimental +source: "MetaDAO AMM proposal CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG, 2024-01-24" +created: 2026-03-11 +--- + +# High-fee AMMs create LP incentive and manipulation deterrent simultaneously by making passive provision profitable and active trading expensive + +The MetaDAO AMM proposal uses 3-5% swap fees to solve two problems with one parameter: "By setting a high fee (3-5%) we can both: encourage LPs, and aggressively discourage wash-trading and manipulation." + +This is counterintuitive—traditional DeFi AMMs use low fees (0.05-0.3%) to maximize volume. But futarchy markets have different objectives: +1. **Price discovery over volume**: The goal is accurate conditional pricing, not trade throughput +2. **Manipulation resistance**: High fees make repeated trades (wash trading, price manipulation) prohibitively expensive +3. **LP attraction**: Futarchy markets are short-duration (days) with uncertain outcomes, requiring higher yield to attract capital + +The proposal expects this to create a specific market dynamic: "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." + +This is untested in production. High fees could also: +- Reduce legitimate price discovery if traders avoid the cost +- Create larger slippage for informed traders +- Fail to attract LPs if base volumes are too low + +The mechanism depends on futarchy-specific conditions (short duration, governance stakes, informed trading) that may not generalize. + +## Evidence +- Proposed 3-5% fee structure in MetaDAO AMM design +- Dual objective: LP incentive + manipulation deterrent +- Expected behavior: price discovery trade followed by LP provision +- No production data (experimental confidence) + +## Challenges +- Untested mechanism in live futarchy markets +- May reduce legitimate trading volume +- LP attraction depends on base trading activity + +--- + +Relevant Notes: +- [[liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-capital-commitment-not-vote-counting]] +- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]] +- metadao.md + +Topics: +- domains/internet-finance/_map +- core/mechanisms/_map \ No newline at end of file diff --git a/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-capital-commitment-not-vote-counting.md b/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-capital-commitment-not-vote-counting.md new file mode 100644 index 000000000..32e4a4f7e --- /dev/null +++ b/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-capital-commitment-not-vote-counting.md @@ -0,0 +1,42 @@ +--- +type: claim +domain: internet-finance +description: "AMM metric aggregates price weighted by on-chain liquidity making manipulation require sustained capital lock rather than single trades" +confidence: experimental +source: "MetaDAO AMM proposal CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG, 2024-01-24" +created: 2026-03-11 +--- + +# Liquidity-weighted price over time solves futarchy manipulation through capital commitment not vote counting + +The proposed AMM metric for MetaDAO futarchy uses "liquidity-weighted price over time" where "the more liquidity that is on the books, the more weight the current price of the pass or fail market is given." This shifts manipulation cost from single-trade price impact (CLOBs) to sustained capital commitment. + +In CLOB futarchy, "someone with 1 $META can push the midpoint towards the current best bid/ask" when spreads are wide. The proposal notes this creates vulnerability to selective market cranking and VWAP manipulation through wash trading. + +The AMM approach makes manipulation expensive through two mechanisms: +1. **High fees (3-5%)** that "aggressively discourage wash-trading and manipulation" +2. **Liquidity weighting** that requires attackers to provide substantial liquidity at manipulated prices, not just execute trades + +The proposal acknowledges CLOB manipulation is "a 1/n problem" addressable by defensive bots, but argues AMMs provide structural resistance rather than requiring active defense. + +## Evidence +- Liquidity-weighted price metric described in proposal +- CLOB vulnerability: 1 META can move midpoint in wide spreads +- Proposed 3-5% fee structure +- Wash trading and selective cranking identified as CLOB attack vectors + +## Challenges +- Untested in production futarchy (experimental confidence) +- No empirical data on manipulation resistance +- High fees may reduce legitimate trading volume + +--- + +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]] +- metadao.md + +Topics: +- domains/internet-finance/_map +- core/mechanisms/_map \ No newline at end of file diff --git a/entities/internet-finance/0xnallok.md b/entities/internet-finance/0xnallok.md new file mode 100644 index 000000000..e4e5f5c6e --- /dev/null +++ b/entities/internet-finance/0xnallok.md @@ -0,0 +1,23 @@ +--- +type: entity +entity_type: person +name: 0xNalloK +domain: internet-finance +status: active +roles: ["developer", "frontend"] +affiliations: ["[[metadao]]"] +tracked_by: rio +created: 2026-03-11 +--- + +# 0xNalloK + +## Overview +Frontend developer for MetaDAO who handled the majority of frontend integration work for the AMM migration in early 2024. + +## Timeline +- **2024-01-24** — Assigned frontend integration work for [[metadao-develop-amm-program-for-futarchy]] AMM migration + +## Relationship to KB +- metadao.md - frontend contributor +- [[metadao-develop-amm-program-for-futarchy]] - frontend implementation lead \ No newline at end of file diff --git a/entities/internet-finance/metadao.md b/entities/internet-finance/metadao.md index 6dc365891..42df8487e 100644 --- a/entities/internet-finance/metadao.md +++ b/entities/internet-finance/metadao.md @@ -58,6 +58,8 @@ The futarchy governance protocol on Solana. Implements decision markets through - **2024-03-02** — [[metadao-increase-meta-liquidity-dutch-auction]] passed: completed Dutch auction and liquidity provision, moving all protocol-owned liquidity to Meteora 1% fee pool - **2025-01-27** — [[metadao-otc-trade-theia-2]] proposed: Theia offers $500K for 370.370 META at 14% premium with 12-month vesting - **2025-01-30** — [[metadao-otc-trade-theia-2]] passed: Theia acquires 370.370 META tokens for $500,000 USDC +- **2024-01-24** — [[metadao-develop-amm-program-for-futarchy]] proposed: migrate from CLOB to AMM architecture to address liquidity fragmentation, manipulation vectors, and 3.75 SOL state rent costs per market pair +- **2024-01-29** — [[metadao-develop-amm-program-for-futarchy]] passed: approved 1,200 META budget (400 on pass, 800 on completion) for AMM development with 3-week timeline ## Key Decisions | Date | Proposal | Proposer | Category | Outcome | |------|----------|----------|----------|---------| diff --git a/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md b/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md index 20e65cf5c..65ef12b53 100644 --- a/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md +++ b/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md @@ -6,9 +6,15 @@ url: "https://www.futard.io/proposal/CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1P date: 2024-01-24 domain: internet-finance format: data -status: unprocessed +status: processed tags: [futardio, metadao, futarchy, solana, governance] event_type: proposal +processed_by: rio +processed_date: 2026-03-11 +claims_extracted: ["amm-futarchy-reduces-state-rent-costs-by-99-percent-versus-clob-by-eliminating-orderbook-storage-requirements.md", "liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-capital-commitment-not-vote-counting.md", "futarchy-clob-liquidity-fragmentation-creates-wide-spreads-because-pricing-counterfactual-governance-outcomes-has-inherent-uncertainty.md", "high-fee-amms-create-lp-incentive-and-manipulation-deterrent-simultaneously-by-making-passive-provision-profitable-and-active-trading-expensive.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", "futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders.md"] +extraction_model: "anthropic/claude-sonnet-4.5" +extraction_notes: "Major architectural proposal revealing concrete operational constraints in MetaDAO's CLOB futarchy implementation. Four novel claims extracted around AMM mechanism design for futarchy (state rent economics, liquidity-weighted pricing, high-fee dual incentives, liquidity fragmentation from counterfactual pricing). Three enrichments: extends Autocrat implementation claim with operational details, confirms liquidity friction claim with production evidence, challenges manipulation resistance claim with CLOB vulnerability data. Created decision_market entity for the proposal itself plus two person entities (joebuild, 0xNalloK) who were not in the existing entity index. Updated metadao.md timeline with proposal and passage events." --- ## Proposal Details @@ -128,3 +134,14 @@ 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 CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG passed 2024-01-29 +- CLOB state rent: 3.75 SOL per pass/fail market pair +- Annual CLOB costs at 3-5 proposals/month: 135-225 SOL ($11,475-$19,125 at Jan 2024 prices) +- Proposed AMM fees: 3-5% +- Budget: 400 META on passing, 800 META on completion (1,200 META total) +- Timeline: 3 weeks development + 1 week review +- CLOB minimum order size: 1 META (spam filter) +- Autocrat version at time of proposal: 0.1 -- 2.45.2