rio: extract claims from 2024-03-28-futardio-proposal-migrate-autocrat-program-to-v02.md

- Source: inbox/archive/2024-03-28-futardio-proposal-migrate-autocrat-program-to-v02.md
- Domain: internet-finance
- Extracted by: headless extraction cron (worker 0)

Pentagon-Agent: Rio <HEADLESS>
This commit is contained in:
Teleo Agents 2026-03-11 03:12:10 +00:00
parent d3d126ea19
commit a7316a5c1f
9 changed files with 215 additions and 1 deletions

View file

@ -70,6 +70,12 @@ Raises include: Ranger ($6M minimum, uncapped), Solomon ($102.9M committed, $8M
MycoRealms launch on Futardio demonstrates MetaDAO platform capabilities in production: $125,000 USDC raise with 72-hour permissionless window, automatic treasury deployment if target reached, full refunds if target missed. Launch structure includes 10M ICO tokens (62.9% of supply), 2.9M tokens for liquidity provision (2M on Futarchy AMM, 900K on Meteora pool), with 20% of funds raised ($25K) paired with LP tokens. First physical infrastructure project (mushroom farm) using the platform, extending futarchy governance from digital to real-world operations with measurable outcomes (temperature, humidity, CO2, yield).
### Additional Evidence (extend)
*Source: [[2024-03-28-futardio-proposal-migrate-autocrat-program-to-v02]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
The v0.2 upgrade demonstrates MetaDAO's technical maturity and governance sophistication through a multi-program architecture: autocrat_v0 (core governance), openbook_twap (price oracle), conditional_vault (token splitting/merging), and migrator (treasury migration). All programs are verified by OtterSec API against deployed code on both devnet and mainnet, with the DAO treasury set as upgrade authority on all programs. Notably, the upgrade itself passed through MetaDAO's futarchy governance (proposal #15, completed 2024-04-03), demonstrating that the platform is mature enough to govern its own evolution through the same mechanisms it provides to projects. This self-governance through futarchy is a key indicator of platform maturity beyond initial launch.
---
Relevant Notes:

View file

@ -53,6 +53,12 @@ Autocrat is MetaDAO's core governance program on Solana -- the on-chain implemen
**Limitations.** [[MetaDAOs futarchy implementation shows limited trading volume in uncontested decisions]] -- when proposals are clearly good or clearly bad, few traders participate because the expected profit from trading in a consensus market is near zero. This is a structural feature, not a bug: contested decisions get more participation precisely because they're uncertain, which is when you most need information aggregation. But it does mean uncontested proposals can pass or fail with very thin markets, making the TWAP potentially noisy.
### Additional Evidence (extend)
*Source: [[2024-03-28-futardio-proposal-migrate-autocrat-program-to-v02]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
The v0.2 upgrade reveals operational details about TWAP settlement: the system uses a configurable observation change limit (now $5 fixed increments instead of 1% percentage increments) and requires markets to remain open for a minimum of 10 days to allow rent retrieval. The TWAP default starting value is set to $100, suggesting the system is designed for higher-valued governance tokens. The pass threshold is configurable (reduced from 5% to 3% in v0.2). These configuration changes indicate the core mechanism is flexible enough to tune for different token price ranges and governance participation rates.
---
Relevant Notes:

View file

@ -0,0 +1,36 @@
---
type: claim
domain: internet-finance
description: "Merging 1 pTOKEN + 1 fTOKEN back into 1 TOKEN allows liquidity reallocation when multiple proposals are active simultaneously"
confidence: likely
source: "MetaDAO Autocrat v0.2 upgrade (conditional_vault PR #66, 2024-03-28)"
created: 2024-03-28
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"
---
# Conditional token merging enables liquidity recovery across simultaneous futarchy proposals
The Autocrat v0.2 upgrade introduces the ability to merge conditional tokens (1 pTOKEN + 1 fTOKEN → 1 TOKEN), addressing a liquidity fragmentation problem that emerges when multiple proposals are active simultaneously.
In futarchy implementations, each proposal splits base tokens into conditional pass and fail variants. When multiple proposals run concurrently, liquidity becomes fragmented across multiple conditional token pairs. Without a merge mechanism, participants who want to exit one proposal to participate in another must trade through potentially illiquid conditional markets.
Token merging provides a direct path to recover base tokens by combining complementary conditional positions. This should reduce the liquidity penalty of concurrent proposals and lower the opportunity cost of proposal participation.
The proposal authors explicitly identify this as solving a multi-proposal liquidity problem: "This should help with liquidity when there are multiple proposals active at once."
## Evidence
- Conditional vault PR #66 adds merge functionality to v0.2
- Proposal states: "now, if you have 1 pTOKEN and 1 fTOKEN, you'll be able to merge them back into 1 TOKEN. This should help with liquidity when there are multiple proposals active at once."
- Feature deployed to mainnet as part of passed governance proposal (completed 2024-04-03)
---
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]]
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -28,6 +28,12 @@ Yet [[MetaDAOs futarchy implementation shows limited trading volume in uncontest
MycoRealms implementation reveals operational friction points: monthly $10,000 allowance creates baseline operations budget, but any expenditure beyond this requires futarchy proposal and market approval. First post-raise proposal will be $50,000 CAPEX withdrawal — a large binary decision that may face liquidity challenges in decision markets. Team must balance operational needs (construction timelines, vendor commitments, seasonal agricultural constraints) against market approval uncertainty. This creates tension between real-world operational requirements (fixed deadlines, vendor deposits, material procurement) and futarchy's market-based approval process, suggesting futarchy may face adoption friction in domains with hard operational deadlines.
### Additional Evidence (confirm)
*Source: [[2024-03-28-futardio-proposal-migrate-autocrat-program-to-v02]] | Added: 2026-03-11 | Extractor: anthropic/claude-sonnet-4.5*
The v0.2 upgrade directly addresses three identified friction points through targeted features: (1) ~4 SOL proposal creation cost now reclaimable through rent recovery, reducing economic barrier to proposal submission; (2) conditional token merging (1 pTOKEN + 1 fTOKEN → 1 TOKEN) to address liquidity fragmentation when multiple proposals are active simultaneously; (3) conditional token metadata display so tokens show proper names and logos in wallets instead of appearing as random mint addresses. These specific features were designed to solve user experience barriers that emerged from v0.1 operational experience, confirming that liquidity fragmentation and proposal creation friction are real adoption obstacles.
---
Relevant Notes:

View file

@ -0,0 +1,35 @@
---
type: claim
domain: internet-finance
description: "Autocrat v0.2 introduces rent reclamation that returns ~4 SOL used for OpenBook market creation after proposal completion"
confidence: proven
source: "MetaDAO Autocrat v0.2 upgrade proposal (HenryE, Proph3t, 2024-03-28)"
created: 2024-03-28
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 Autocrat v0.2 reduces proposal creation cost from 4 SOL through reclaimable rent
The Autocrat v0.2 upgrade introduces rent reclamation as a core feature, allowing proposers to recover approximately 4 SOL previously locked in OpenBook proposal markets. This directly addresses a friction point in proposal creation identified through operational experience with v0.1.
The implementation ensures markets remain open for a minimum of 10 days from proposal creation to allow for rent retrieval from OpenBook markets, creating a structured window for the reclamation process.
This change reduces the economic barrier to creating proposals while maintaining the market infrastructure necessary for futarchic decision-making. The ~4 SOL cost represented a meaningful friction point that could deter proposal creation, particularly for smaller stakeholders or in periods of high SOL prices.
## Evidence
- Autocrat v0.2 proposal explicitly lists "Reclaimable rent: you will now be able to get back the ~4 SOL used to create OpenBook proposal markets" as first feature
- Configuration change ensures "open markets expire a minimum of 10 days from the creation of the proposal to allow for rent retrieval from openbook markets"
- Proposal passed MetaDAO governance (completed 2024-04-03)
- Implementation verified through OtterSec API against deployed programs on mainnet
---
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]]
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -0,0 +1,34 @@
---
type: claim
domain: internet-finance
description: "Autocrat v0.2 reduces minimum approval threshold from 5% to 3% making proposals easier to pass"
confidence: proven
source: "MetaDAO Autocrat v0.2 upgrade proposal (PR #69, 2024-03-28)"
created: 2024-03-28
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 lowers pass threshold from 5% to 3% reducing proposal approval barrier
The Autocrat v0.2 upgrade reduces the default pass threshold from 5% to 3%, lowering the bar for proposal approval in MetaDAO's futarchy implementation.
This configuration change directly affects how easily proposals can pass. A lower threshold means the pass market needs less relative strength versus the fail market for a proposal to be adopted. This could increase proposal throughput but also increases the risk of marginal proposals passing.
The change was implemented through PR #69 as part of a broader set of configuration updates and passed through MetaDAO's own futarchy governance process.
## Evidence
- Autocrat v0.2 proposal lists "Lower pass threshold from 5% to 3%" as first configuration change
- PR #69 implements "Set default pass threshold to 3%"
- Proposal passed MetaDAO governance (completed 2024-04-03)
---
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]]
- [[decision markets make majority theft unprofitable through conditional token arbitrage]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -0,0 +1,34 @@
---
type: claim
domain: internet-finance
description: "Lowering OpenBook base lot size to 0.1 META allows participants to trade in smaller increments reducing minimum capital requirements"
confidence: proven
source: "MetaDAO Autocrat v0.2 upgrade proposal (PR #69, 2024-03-28)"
created: 2024-03-28
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 reduces minimum lot size from 1 to 0.1 META enabling smaller position trading
The Autocrat v0.2 upgrade reduces the minimum OpenBook lot size from 1 META to 0.1 META, lowering the capital requirement for participating in futarchy markets.
Lot size determines the minimum tradeable increment in OpenBook markets. A 1 META minimum means participants must trade in whole-token increments, which becomes a meaningful barrier when META price is high or for smaller participants. Reducing to 0.1 META allows 10x finer position sizing.
This change directly reduces the participation barrier for futarchy governance, particularly for smaller stakeholders who may want to express views with fractional token positions.
## Evidence
- PR #69 implements "Reduce the openbook base lot size so that people can trade in lots of 0.1 META"
- Proposal lists "Change minimum META lot sizes from 1 META to 0.1 META" as configuration change
- Proposal passed MetaDAO governance (completed 2024-04-03)
---
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]]
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -0,0 +1,40 @@
---
type: claim
domain: internet-finance
description: "Changing TWAP updates from 1% increments to $5 fixed increments improves manipulation resistance while maintaining price accuracy"
confidence: likely
source: "MetaDAO Autocrat v0.2 upgrade (openbook-twap commits d08fb13, a1cb709, fe159d2, PR #16, 2024-03-28)"
created: 2024-03-28
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"
- "futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders"
---
# MetaDAO switches TWAP updates from percentage to fixed dollar increments for manipulation resistance
The Autocrat v0.2 upgrade changes the time-weighted average price (TWAP) oracle update mechanism from percentage-based increments (1%) to fixed dollar increments ($5), explicitly to enhance manipulation resistance while allowing more accurate price tracking.
Percentage-based updates create asymmetric manipulation costs: moving a $10 token by 1% costs $0.10, while moving a $1000 token by 1% costs $10. This makes low-priced tokens cheaper to manipulate. Fixed dollar increments equalize manipulation costs across price levels.
The proposal also increases the default expected value (TWAP starting point) from $1 to $100, suggesting the system is designed for higher-valued tokens where percentage updates would be particularly vulnerable to manipulation.
The authors frame this explicitly as a manipulation resistance improvement: "Update TWAP in $5 increments instead of 1% increments, which enhances manipulation resistance while allowing the TWAP to be more accurate."
## Evidence
- Openbook-twap repository commits implementing dollar-based increments: d08fb13, a1cb709, fe159d2
- PR #16 consolidates the change
- Proposal states: "Update TWAP in $5 increments instead of 1% increments, which enhances manipulation resistance while allowing the TWAP to be more accurate"
- Configuration change: "Set default TWAP value to $100 instead of $1"
- Proposal passed governance and deployed to mainnet (completed 2024-04-03)
---
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]]
- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]]
- [[speculative markets aggregate information through incentive and selection effects not wisdom of crowds]]
Topics:
- [[domains/internet-finance/_map]]
- [[core/mechanisms/_map]]

View file

@ -6,9 +6,15 @@ url: "https://www.futard.io/proposal/HXohDRKtDcXNKnWysjyjK8S5SvBe76J5o4NdcF4jj96
date: 2024-03-28
domain: internet-finance
format: data
status: unprocessed
status: processed
tags: [futardio, metadao, futarchy, solana, governance]
event_type: proposal
processed_by: rio
processed_date: 2024-03-28
claims_extracted: ["metadao-autocrat-v02-reduces-proposal-creation-cost-from-4-sol-through-reclaimable-rent.md", "conditional-token-merging-enables-liquidity-recovery-across-simultaneous-futarchy-proposals.md", "metadao-lowers-pass-threshold-from-5-to-3-percent-reducing-proposal-approval-barrier.md", "metadao-switches-twap-updates-from-percentage-to-fixed-dollar-increments-for-manipulation-resistance.md", "metadao-reduces-minimum-lot-size-from-1-to-01-meta-enabling-smaller-position-trading.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", "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"]
extraction_model: "anthropic/claude-sonnet-4.5"
extraction_notes: "Extracted 5 claims about specific v0.2 upgrade features (rent reclamation, token merging, pass threshold, TWAP mechanism, lot size). Each claim is backed by specific PRs and configuration changes. Enriched 3 existing claims with operational details from the upgrade. This is a high-signal source showing futarchy implementation details through actual governance action."
---
## Proposal Details
@ -114,3 +120,14 @@ Each program has been deployed to devnet and mainnet, their IDLs have been deplo
- Autocrat version: 0.1
- Completed: 2024-04-03
- Ended: 2024-04-03
## Key Facts
- Proposal HXohDRKtDcXNKnWysjyjK8S5SvBe76J5o4NdcF4jj963 passed 2024-04-03
- Autocrat v0.1 program: metaX99LHn3A7Gr7VAcCfXhpfocvpMpqQ3eyp3PGUUq
- Autocrat v0.2 program: metaRK9dUBnrAdZN6uUDKvxBVKW5pyCbPVmLtUZwtBp
- OpenBook TWAP program: twAP5sArq2vDS1mZCT7f4qRLwzTfHvf5Ay5R5Q5df1m
- Conditional vault program: vAuLTQjV5AZx5f3UgE75wcnkxnQowWxThn1hGjfCVwP
- Migrator program: MigRDW6uxyNMDBD8fX2njCRyJC4YZk2Rx9pDUZiAESt
- Proposal authors: HenryE, Proph3t
- All programs verified by OtterSec API against GitHub repos