add entities/internet-finance/metadao-migrate-autocrat-v01.md

This commit is contained in:
m3taversal 2026-03-15 17:19:52 +00:00
parent 0ff5b0eab0
commit 8662665f95

View file

@ -0,0 +1,43 @@
---
type: entity
entity_type: decision_market
name: "MetaDAO: Migrate Autocrat Program to v0.1"
domain: internet-finance
status: passed
parent_entity: "[[metadao]]"
platform: "futardio"
proposer: "HfFi634cyurmVVDr9frwu4MjGLJzz9XbAJz981HdVaNz"
proposal_url: "https://www.futard.io/proposal/AkLsnieYpCU2UsSqUNrbMrQNi9bvdnjxx75mZbJns9zi"
proposal_date: 2023-12-03
resolution_date: 2023-12-13
category: "mechanism"
summary: "Upgrade Autocrat program to v0.1 with configurable proposal durations (default 3 days) and migrate 990K META, 10K USDC, 5.5 SOL to new treasury"
tracked_by: rio
created: 2026-03-11
---
# MetaDAO: Migrate Autocrat Program to v0.1
## Summary
This proposal upgraded MetaDAO's Autocrat futarchy implementation to v0.1, introducing configurable proposal slot durations with a new 3-day default (down from an unspecified longer period) to enable faster governance iteration. The migration transferred 990,000 META, 10,025 USDC, and 5.5 SOL from the v0.0 treasury to the v0.1 program's treasury.
## Market Data
- **Outcome:** Passed
- **Proposer:** HfFi634cyurmVVDr9frwu4MjGLJzz9XbAJz981HdVaNz
- **Proposal Account:** AkLsnieYpCU2UsSqUNrbMrQNi9bvdnjxx75mZbJns9zi
- **DAO Account:** 3wDJ5g73ABaDsL1qofF5jJqEJU4RnRQrvzRLkSnFc5di
- **Completed:** 2023-12-13
## Significance
This was MetaDAO's first major governance mechanism upgrade, establishing the pattern of iterative futarchy refinement. The shift to configurable and shorter proposal durations reflected a production learning: faster feedback loops matter more than theoretical purity in early-stage futarchy adoption.
The proposal also highlighted a key production tradeoff: the upgrade was deployed without verifiable builds due to unspecified constraints, accepting counterparty trust risk to ship the improvement faster. The proposer acknowledged this as temporary, noting future versions would use verifiable builds.
## Key Risks Acknowledged
- **Smart contract risk:** Potential bugs in v0.1 not present in v0.0 (assessed as low given limited code changes)
- **Counterparty risk:** Non-verifiable build required trust in proposer not introducing backdoors
## Relationship to KB
- [[metadao]] - first major 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]] - configurable duration feature
- [[futarchy implementations must simplify theoretical mechanisms for production adoption because original designs include impractical elements that academics tolerate but users reject]] - verifiable build tradeoff