diff --git a/domains/internet-finance/MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window.md b/domains/internet-finance/MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window.md index 4d7b92bb..ab32d49c 100644 --- a/domains/internet-finance/MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window.md +++ b/domains/internet-finance/MetaDAOs Autocrat program implements futarchy through conditional token markets where proposals create parallel pass and fail universes settled by time-weighted average price over a three-day window.md @@ -53,6 +53,12 @@ Autocrat is MetaDAO's core governance program on Solana -- the on-chain implemen **Limitations.** [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] -- when proposals are clearly good or clearly bad, few traders participate because the expected profit from trading in a consensus market is near zero. This is a structural feature, not a bug: contested decisions get more participation precisely because they're uncertain, which is when you most need information aggregation. But it does mean uncontested proposals can pass or fail with very thin markets, making the TWAP potentially noisy. + +### Additional Evidence (extend) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5* + +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: diff --git a/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md b/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md index 7e557c94..77bd7ddb 100644 --- a/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md +++ b/domains/internet-finance/MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions.md @@ -23,6 +23,12 @@ This evidence has direct implications for governance design. It suggests that [[ Optimism's futarchy experiment achieved 5,898 total trades from 430 active forecasters (average 13.6 transactions per person) over 21 days, with 88.6% being first-time Optimism governance participants. This suggests futarchy CAN attract substantial engagement when implemented at scale with proper incentives, contradicting the limited-volume pattern observed in MetaDAO. Key differences: Optimism used play money (lower barrier to entry), had institutional backing (Uniswap Foundation co-sponsor), and involved grant selection (clearer stakes) rather than protocol governance decisions. The participation breadth (10 countries, 4 continents, 36 new users/day) suggests the limited-volume finding may be specific to MetaDAO's implementation or use case rather than a structural futarchy limitation. + +### Additional Evidence (extend) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM proposal 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: diff --git a/domains/internet-finance/amm-futarchy-bootstraps-liquidity-through-high-fee-incentives-and-required-proposer-initial-liquidity-creating-self-reinforcing-depth.md b/domains/internet-finance/amm-futarchy-bootstraps-liquidity-through-high-fee-incentives-and-required-proposer-initial-liquidity-creating-self-reinforcing-depth.md new file mode 100644 index 00000000..ccc4ed1c --- /dev/null +++ b/domains/internet-finance/amm-futarchy-bootstraps-liquidity-through-high-fee-incentives-and-required-proposer-initial-liquidity-creating-self-reinforcing-depth.md @@ -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]] diff --git a/domains/internet-finance/amm-futarchy-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero-by-replacing-clob-market-pairs.md b/domains/internet-finance/amm-futarchy-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero-by-replacing-clob-market-pairs.md new file mode 100644 index 00000000..9494b376 --- /dev/null +++ b/domains/internet-finance/amm-futarchy-reduces-state-rent-costs-from-135-225-sol-annually-to-near-zero-by-replacing-clob-market-pairs.md @@ -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]] diff --git a/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md b/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md index cea44c3f..f923abfe 100644 --- a/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md +++ b/domains/internet-finance/futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements.md @@ -34,6 +34,12 @@ MycoRealms implementation reveals operational friction points: monthly $10,000 a Optimism futarchy achieved 430 active forecasters and 88.6% first-time governance participants by using play money, demonstrating that removing capital requirements can dramatically lower participation barriers. However, this came at the cost of prediction accuracy (8x overshoot on magnitude estimates), revealing a new friction: the play-money vs real-money tradeoff. Play money enables permissionless participation but sacrifices calibration; real money provides calibration but creates regulatory and capital barriers. This suggests futarchy adoption faces a structural dilemma between accessibility and accuracy that liquidity requirements alone don't capture. The tradeoff is not merely about quantity of liquidity but the fundamental difference between incentive structures that attract participants vs incentive structures that produce accurate predictions. + +### Additional Evidence (confirm) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5* + +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: 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 d45720ed..d38b4d26 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 @@ -15,6 +15,12 @@ Consider a concrete scenario. If an attacker pushes conditional PASS tokens abov This self-correcting property distinguishes futarchy from simpler governance mechanisms like token voting, where wealthy actors can buy outcomes directly. Since [[ownership alignment turns network effects from extractive to generative]], the futarchy mechanism extends this alignment principle to decision-making itself: those who improve decision quality profit, those who distort it lose. Since [[the alignment problem dissolves when human values are continuously woven into the system rather than specified in advance]], futarchy provides one concrete mechanism for continuous value-weaving through market-based truth-seeking. + +### Additional Evidence (extend) +*Source: [[2024-01-24-futardio-proposal-develop-amm-program-for-futarchy]] | Added: 2026-03-12 | Extractor: anthropic/claude-sonnet-4.5* + +The AMM proposal makes the defender profit mechanism explicit: 3-5% swap fees mean that 'we can both: encourage LPs, and aggressively discourage wash-trading and manipulation.' The liquidity-weighted pricing adds a second layer: manipulation attempts when liquidity is high require large swaps (expensive in fees) and are heavily weighted in the settlement calculation. The proposal contrasts this with CLOB vulnerabilities where '1 $META can push the midpoint' and notes that 'defending against this (cranking markets all the time) would be a bit costly,' suggesting the AMM design shifts manipulation costs from defenders to attackers. This demonstrates a concrete implementation of the defender-profit principle in production futarchy design. + --- Relevant Notes: diff --git a/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs-because-high-fees-make-price-movement-expensive.md b/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs-because-high-fees-make-price-movement-expensive.md new file mode 100644 index 00000000..057e8cae --- /dev/null +++ b/domains/internet-finance/liquidity-weighted-price-over-time-solves-futarchy-manipulation-through-wash-trading-costs-because-high-fees-make-price-movement-expensive.md @@ -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]] diff --git a/entities/internet-finance/joebuild.md b/entities/internet-finance/joebuild.md new file mode 100644 index 00000000..0d983f24 --- /dev/null +++ b/entities/internet-finance/joebuild.md @@ -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 \ No newline at end of file diff --git a/entities/internet-finance/metadao-develop-amm-program-for-futarchy.md b/entities/internet-finance/metadao-develop-amm-program-for-futarchy.md new file mode 100644 index 00000000..67d005e1 --- /dev/null +++ b/entities/internet-finance/metadao-develop-amm-program-for-futarchy.md @@ -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 \ No newline at end of file diff --git a/entities/internet-finance/metadao.md b/entities/internet-finance/metadao.md index 9f0ae560..588e9f5b 100644 --- a/entities/internet-finance/metadao.md +++ b/entities/internet-finance/metadao.md @@ -54,6 +54,8 @@ The futarchy governance protocol on Solana. Implements decision markets through - **2026-03** — Pine Analytics Q4 2025 quarterly report published - **2024-02-18** — [[metadao-otc-trade-pantera-capital]] failed: Pantera Capital's $50,000 OTC purchase proposal rejected by futarchy markets +- **2024-01-24** — [[metadao-develop-amm-program-for-futarchy]] proposed: Replace CLOB 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 | |------|----------|----------|----------|---------| diff --git a/entities/internet-finance/nallok.md b/entities/internet-finance/nallok.md index 304aae17..5f4e11a5 100644 --- a/entities/internet-finance/nallok.md +++ b/entities/internet-finance/nallok.md @@ -48,3 +48,7 @@ Relevant Entities: Topics: - [[internet finance and decision markets]] + +## Timeline + +- **2024-01-24** — Assigned frontend integration for [[metadao-develop-amm-program-for-futarchy]], responsible for majority of UI changes for AMM migration diff --git a/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md b/inbox/archive/2024-01-24-futardio-proposal-develop-amm-program-for-futarchy.md index 20e65cf5..9d3526df 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-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