rio: extract 3 claims from 2024-02-26-futardio-proposal-increase-meta-liquidity-via-a-dutch-auction

- What: 3 claims on protocol-owned liquidity, DEX-based Dutch auctions for treasury operations, and sealed-bid reverse auctions for multisig role selection
- Why: MetaDAO Proposal #10 (passed Mar 2024) contains distinct mechanism design insights not covered by existing KB — POL as LP incentive trap solution, order-book auction vs custom program tradeoff, procurement-style role selection
- Connections: extends [[ownership coin treasuries should be actively managed]], [[futarchy-governed DAOs converge on traditional corporate governance scaffolding]], distinct from [[dutch-auction dynamic bonding curves]] which covers token launches not treasury ops

Pentagon-Agent: Rio <2EA8DBCB-A29B-43E8-B726-45E571A1F3C8>
This commit is contained in:
Teleo Agents 2026-03-11 21:40:09 +00:00
parent a8b99d774c
commit 8c18b51776
4 changed files with 165 additions and 4 deletions

View file

@ -0,0 +1,51 @@
---
type: claim
domain: internet-finance
description: "MetaDAO Proposal #10 explicitly chose OpenBook's existing order book over a custom Dutch auction program, citing smart contract risk, participation breadth, simplicity, and ease of execution as the four decisive advantages — with a specific declining-price mechanism: start 50% above spot, lower 5% every 24h if >6% above spot"
confidence: experimental
source: "futard.io MetaDAO Proposal #10 — 'Increase META Liquidity via a Dutch Auction?' (Feb 26, 2024), passed Mar 2, 2024"
created: 2026-03-11
depends_on:
- "MetaDAO Proposal #10 full text"
- "OpenBook DEX on Solana"
secondary_domains: [mechanisms]
---
# DAO treasury Dutch auctions via existing DEX order books achieve price discovery with lower smart contract risk than custom auction programs
When a DAO needs to sell treasury tokens at above-market prices via Dutch auction, using an existing DEX order book is preferable to deploying a custom auction smart contract. MetaDAO Proposal #10 made this choice explicitly, stating four reasons: "price discovery through a market that is open to all, low smart contract risk (relative to using a custom Dutch auction program), simplicity (which will result in wider participation), and ease of execution (just place asks on OpenBook)."
The mechanism design is straightforward: place limit sell orders (asks) above the current spot price. The descending-price structure of a Dutch auction is achieved by manually lowering the asks on a schedule rather than encoding price decay in a smart contract. MetaDAO's specific parameters: the first tranche placed 50% above spot price; every 24 hours, if the ask remains more than 6% above spot, it is lowered by 5%; when an ask is filled, a new ask is placed 10% above the then-current spot price. This produces descending price discovery while keeping execution as simple order placement.
This is distinct from Dutch auction bonding curves (like Doppler) designed for token launches — those are automated mechanisms for initial price discovery across new supply. Treasury Dutch auctions via order books are for selling existing supply from an established governance token's treasury, where the goal is achieving above-market prices through demand discovery rather than bootstrapping initial price signals.
The smart contract risk distinction is material. Custom auction programs introduce new attack surfaces: auction logic bugs, reentrancy, price oracle manipulation, timing attacks. An existing DEX's order book has been battle-tested with far more capital than any treasury sale would involve. The marginal smart contract risk of the auction mechanism is zero because no new contract is deployed — the auction logic is simply human-executed order management.
The participation breadth advantage is also real: anyone with access to the DEX can participate in the auction without understanding a custom interface or trusting a new contract. OpenBook's existing UI and integrations (Prism's UI in this case) mean the auction is accessible to any wallet. This is relevant for governance tokens where broad participation in the sale signals genuine demand rather than capturing a narrow audience of sophisticated auction participants.
The main tradeoff against custom programs: human execution introduces operational risk (proposer must manually adjust orders every 24 hours), requires a trusted multisig, and cannot enforce auction logic trustlessly. A custom program would be fully automated and enforcement-free. MetaDAO's proposal accepts this operational overhead for the lower smart contract risk.
## Evidence
- MetaDAO Proposal #10 (Feb 26, 2024), passed Mar 2, 2024 — explicit rationale for OpenBook vs custom program
- Execution interface: Prism's UI for OpenBook; managed via 3/5 Squads multisig
- Mechanism parameters: first ask 50% above spot; -5% every 24h if >6% above spot; new ask 10% above spot after fills; 100 META tranches; 1,000 META total
- 3/5 multisig: Durden, Ben H, Nico, joebuild, Dodecahedr0x — human oversight substitutes for automated enforcement
## Challenges
- Human execution introduces counterparty risk: if multisig fails to adjust orders on schedule, the auction mechanism breaks down
- Existing DEX order books require active management whereas custom programs execute automatically — operational overhead is a real cost
- Custom programs could provide stronger trustlessness guarantees for larger treasury sales where manual execution risk is higher
- Order book Dutch auctions depend on DEX-specific infrastructure and may not be available in all protocol ecosystems
---
Relevant Notes:
- [[dutch-auction dynamic bonding curves solve the token launch pricing problem by combining descending price discovery with ascending supply curves eliminating the instantaneous arbitrage that has cost token deployers over 100 million dollars on Ethereum]] — that claim is about *token launch* price discovery using automated bonding curves; this claim is about *treasury sales* of existing supply using manual order-book auction
- [[futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance]] — manual multisig execution is exactly this scaffolding replacing smart contract automation
- [[protocol-owned-liquidity-funded-by-dutch-auction-treasury-sales-addresses-governance-token-lp-incentive-trap-by-making-the-dao-the-permanent-market-maker]] — the Dutch auction mechanism here is the supply side of the POL strategy
- [[ownership coin treasuries should be actively managed through buybacks and token sales as continuous capital calibration not treated as static war chests]] — treasury token sales require a mechanism; order-book auctions are one operational approach
Topics:
- [[internet finance and decision markets]]

View file

@ -0,0 +1,53 @@
---
type: claim
domain: internet-finance
description: "When external LPs face low fees and high impermanent loss on governance tokens, the DAO itself can bootstrap permanent liquidity by selling treasury tokens for USDC then pairing proceeds as LP positions — converting the treasury from passive holder to active market maker"
confidence: experimental
source: "futard.io MetaDAO Proposal #10 — 'Increase META Liquidity via a Dutch Auction?' (Feb 26, 2024), passed Mar 2, 2024"
created: 2026-03-11
depends_on:
- "MetaDAO Proposal #10 full text"
- "Meteora 4% and 1% fee pool LP positions"
challenged_by:
- "Protocol-owned liquidity concentrates market-making in treasury multisig, creating centralization risk"
- "If token price falls significantly post-auction, the LP position becomes the treasury's own impermanent loss"
secondary_domains: [mechanisms]
---
# Protocol-owned liquidity funded by Dutch auction treasury sales addresses the governance token LP incentive trap by making the DAO itself the permanent market maker
Governance tokens in early-stage futarchy DAOs face a structural LP incentive problem: low trading volume means low fee income, while high price volatility means high impermanent loss risk. The combination makes external liquidity provision economically irrational — LPs would lose money market-making for a token they don't structurally need to hold. Yet without liquidity, conditional markets produce worse price discovery, governance signals weaken, and token value stagnates — further deterring LPs. The chicken-and-egg dynamic has no external solution when the expected value of LP provision is negative.
MetaDAO's Proposal #10 (February 2024) resolved this structurally by making the DAO itself the permanent market maker. The mechanism: sell 1,000 META from treasury via Dutch auction to acquire USDC, then pair the USDC with additional treasury META and contribute the combined position as protocol-owned liquidity (POL). The LP tokens return to treasury rather than to external providers. Because the DAO owns the LP position directly, it internalizes both the impermanent loss and the fee income — the normal deterrence to external LPs becomes irrelevant.
The proposal explicitly diagnosed the problem: "Given the currently low volume and high volatility of META, there is little incentive to provide liquidity (low fees, high risk of impermanent loss). Yet there seems to be near-universal agreement in the Meta DAO Discord that greater liquidity would be highly beneficial to the project." The proposal notes "strong demand for META" at the time — an oversubscribed raise (Proposal 3), notable parties attempting below-market purchases, and a well-known figure DCA-ing in — which made selling at above-market prices via Dutch auction feasible.
The capital sourcing constraint is real: to provide liquidity, the DAO needs both tokens (which it holds) and USDC (which it doesn't). The Dutch auction is the conversion mechanism, not the end goal. The end goal is LP tokens held as permanent treasury assets, creating market depth that does not depend on external LP incentives being positive. The final step — migrating liquidity from the 4% fee tier to the 1% fee tier on Meteora — optimizes the capital once POL is established, trading fee income for tighter spreads.
This resolves the incentive trap without relying on external market conditions improving first. It is self-executing: treasury sells at above-market price (conditional on demand), converts proceeds into paired LP positions, and holds the LP permanently. The DAO absorbs the role that would otherwise require paying external LPs to stay.
## Evidence
- MetaDAO Proposal #10 (Feb 26, 2024), passed Mar 2, 2024 — "Increase META Liquidity via a Dutch Auction?" — explicit diagnosis of LP incentive problem and mechanism design
- Implementation: sell 1,000 META via Dutch auction on OpenBook, pair USDC proceeds with 2,000 META, contribute to Meteora 1% fee pool as permanent POL
- LP tokens sent to treasury "to be held as permanent liquidity until Meta DAO decides otherwise"
- Proposal passed by MetaDAO governance
## Challenges
- POL concentrates market-making in treasury multisig; if multisig is compromised, liquidity disappears
- DAO absorbs impermanent loss directly — if token price crashes post-auction, treasury takes the loss as LP, not external providers
- Requires treasury to have surplus tokens beyond operating needs to provide meaningful liquidity depth
- Since [[ownership coin treasuries should be actively managed through buybacks and token sales as continuous capital calibration not treated as static war chests]], locking LP tokens as "permanent liquidity" may conflict with optimal treasury management
---
Relevant Notes:
- [[ownership coin treasuries should be actively managed through buybacks and token sales as continuous capital calibration not treated as static war chests]] — POL represents a specific treasury allocation strategy; tension between "permanent liquidity" and "continuous calibration"
- [[futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance]] — the 3/5 multisig managing POL is exactly this scaffolding
- [[permissionless leverage on metaDAO ecosystem tokens catalyzes trading volume and price discovery that strengthens governance by making futarchy markets more liquid]] — POL and leverage are complementary: POL provides the depth that makes leverage sustainable
- [[futarchy adoption faces friction from token price psychology proposal complexity and liquidity requirements]] — POL directly addresses the liquidity requirements friction identified here
- [[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]] — this proposal is from MetaDAO's early governance history
Topics:
- [[internet finance and decision markets]]

View file

@ -0,0 +1,55 @@
---
type: claim
domain: internet-finance
description: "MetaDAO Proposal #10 selected multisig signers by running a sealed-bid reverse auction via Discord DMs across 10 pre-vetted community members, with lowest-asking candidates selected — 2 of 4 asked for 0 META, 1 asked 0.2, 1 asked 0.25, compared to the proposer's 5 META rate — demonstrating that competitive dynamics among trusted candidates can sharply compress DAO operational role costs"
confidence: experimental
source: "futard.io MetaDAO Proposal #10 — 'Increase META Liquidity via a Dutch Auction?' (Feb 26, 2024), passed Mar 2, 2024"
created: 2026-03-11
depends_on:
- "MetaDAO Proposal #10 full text — sealed-bid auction mechanism for multisig selection"
secondary_domains: [mechanisms]
---
# Sealed-bid reverse auctions minimize DAO multisig compensation costs while maintaining quality by restricting candidates to pre-vetted community members
DAOs that need operational roles — multisig signers, treasury administrators, committee members — typically select participants through social consensus, reputation, or nomination. The mechanism design question is: how do you minimize the cost of filling these roles without sacrificing the quality or trustworthiness of participants?
MetaDAO Proposal #10 (February 2024) used a sealed-bid reverse auction. The proposer (Durden) privately messaged 10 "already respectable Meta DAO members" via Discord, asking each for their minimum compensation requirement to serve as a multisig signer. Candidates submitted bids without knowing others' offers. The four lowest-asking candidates were selected.
Results: Ben H — 0 META, Nico — 0 META, joebuild — 0.2 META, Dodecahedr0x — 0.25 META. Total compensation for the four selected members: 0.45 META. Compare to the proposer's own compensation for designing and executing the proposal: 5 META. The competitive mechanism yielded near-zero cost for the multisig role itself.
The design contains two complementary mechanisms:
**Quality floor through pre-screening.** Only "already respectable Meta DAO members" were eligible candidates. The proposer notes: "Only individuals who were already respectable Meta DAO members were selected as candidates so that regardless of who was chosen we didn't end up in a precarious situation." This means the auction competed exclusively on price, not on quality — quality was enforced by eligibility constraints before the auction began. The DAO does not risk selecting a low-competence signer just because they bid 0.
**Cost minimization through competitive sealing.** Sealed bids prevent coordination. If candidates knew others' bids, they might coordinate on a shared reservation price. Sealed submission creates competitive pressure: each candidate's dominant strategy is to bid their actual minimum, since underbidding still guarantees selection if it's lowest. The result was a clearing price near zero — consistent with candidates who wanted the role for reputation/involvement reasons rather than financial compensation.
This is a narrow but replicable mechanism: any time a DAO needs to fill operational roles from a pool of trusted community members, a sealed-bid reverse auction with pre-screened candidates can compress compensation to near-zero while preserving quality guarantees. The eligibility constraint does the quality work; the auction does the cost work.
The mechanism is analogous to procurement auctions in traditional organizations, where vendors compete on price while quality is enforced through pre-qualification requirements. The innovation is applying this to DAO governance roles where "vendor" means "trusted community member willing to do operational work."
## Evidence
- MetaDAO Proposal #10 (Feb 26, 2024) — sealed-bid auction via Discord DMs across 10 candidates
- Selected candidates: Ben H (0 META), Nico (0 META), joebuild (0.2 META), Dodecahedr0x (0.25 META)
- Proposer's own rate: 5 META (for proposal design and execution, a different and larger role)
- Stated rationale: "create a competitive dynamic that minimizes the cost incurred by Meta DAO"
- Eligibility constraint: "Only individuals who were already respectable Meta DAO members were selected as candidates"
## Challenges
- One data point — a single MetaDAO proposal is insufficient to generalize across DAO operational role types
- Near-zero compensation may not scale to roles requiring sustained time commitment or specialized expertise
- Discord DM sealed bids are trust-dependent; a dishonest proposer could reveal bids to preferred candidates, undermining the mechanism
- Intrinsic motivation (reputation, involvement) explains why candidates bid 0 — this may not hold for less prominent DAOs or less desirable roles
- Since [[futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance]], these signers still need operational trust that compensation alone cannot buy
---
Relevant Notes:
- [[futarchy-governed DAOs converge on traditional corporate governance scaffolding for treasury operations because market mechanisms alone cannot provide operational security and legal compliance]] — the multisig signers selected here are exactly the operational scaffolding; the auction mechanism minimizes its cost
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]] — sealed-bid role selection is a non-market mechanism nested inside a futarchy-governed DAO, showing mixed mechanism design at the operational layer
- [[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]] — this proposal is from MetaDAO's early governance history
Topics:
- [[internet finance and decision markets]]

View file

@ -7,13 +7,15 @@ date: 2024-02-26
domain: internet-finance domain: internet-finance
format: data format: data
status: processed status: processed
tags: [futardio, metadao, futarchy, solana, governance]
event_type: proposal
processed_by: rio processed_by: rio
processed_date: 2026-03-11 processed_date: 2026-03-11
claims_extracted:
- "protocol-owned-liquidity-funded-by-dutch-auction-treasury-sales-addresses-governance-token-lp-incentive-trap-by-making-the-dao-the-permanent-market-maker"
- "dao-treasury-dutch-auctions-via-existing-dex-order-books-achieve-price-discovery-with-lower-smart-contract-risk-than-custom-auction-programs"
- "sealed-bid-reverse-auctions-minimize-dao-multisig-compensation-costs-while-maintaining-quality-by-restricting-candidates-to-pre-vetted-community-members"
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", "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"] 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", "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" tags: [futardio, metadao, futarchy, solana, governance]
extraction_notes: "This is a governance proposal, not a novel mechanism claim. The primary extraction is the decision_market entity capturing the proposal details. Enrichments added to existing MetaDAO claims provide operational context for how Autocrat works in practice and how MetaDAO manages its treasury. No new claims warranted—the proposal demonstrates existing mechanisms rather than introducing new ones. The sealed-bid auction for multisig compensation is interesting but insufficient for a standalone claim without broader pattern evidence." event_type: proposal
--- ---
## Proposal Details ## Proposal Details