rio: 3 launch mechanism design claims — trilemma, hybrid-value auctions, layered architecture #35

Merged
m3taversal merged 4 commits from rio/launch-mechanism-claims into main 2026-03-06 16:39:22 +00:00
3 changed files with 155 additions and 0 deletions
Showing only changes of commit 4d21c31e9b - Show all commits

View file

@ -0,0 +1,67 @@
---
type: claim
domain: internet-finance
description: "Argues that the resolution to the launch mechanism trilemma is architectural separation — four layers (quality governance, initial pricing, ongoing liquidity, community alignment) each handled by the mechanism optimized for that specific objective — rather than searching for a single mechanism that achieves all three properties simultaneously"
confidence: speculative
source: "rio, synthesized from trilemma analysis + hybrid-value auction theory + existing knowledge base on futarchy, Doppler, batch auctions, and conviction voting"
created: 2026-03-07
secondary_domains: [mechanisms]
depends_on:
- "[[token launch mechanisms face an impossible trilemma between shill-proofness community alignment and price discovery because optimizing for any two structurally undermines the third]]"
- "[[token launches are hybrid-value auctions where common-value price discovery and private-value community alignment require different mechanisms because auction theory optimized for one degrades the other]]"
---
# Optimal token launch architecture is layered not monolithic because separating quality governance from price discovery from liquidity bootstrapping from community rewards lets each layer use the mechanism best suited to its objective
The [[token launch mechanisms face an impossible trilemma between shill-proofness community alignment and price discovery because optimizing for any two structurally undermines the third|launch mechanism trilemma]] implies that no single mechanism can simultaneously be shill-proof, community-aligned, and price-discovering. The [[token launches are hybrid-value auctions where common-value price discovery and private-value community alignment require different mechanisms because auction theory optimized for one degrades the other|hybrid-value auction theory]] explains why: common-value and private-value optimization require fundamentally different mechanism properties.
The resolution is not finding a better single mechanism. It is separating the launch process into layers, each handling one objective with the mechanism best suited to it.
**Layer 1: Quality governance (futarchy).** Binary decision: should this project launch? Conditional markets evaluate whether a token should exist at all, filtering scams and low-quality projects before any capital changes hands. MetaDAO's conditional market mechanism handles this through TWAP settlement over a multi-day window. This layer is shill-proof (market-based) and price-discovering (conditional markets aggregate information) but doesn't address community alignment — it's a filter, not a pricing mechanism.
*Existing implementation:* MetaDAO/futard.io conditional markets. Evidence: 6 ICOs in Q4 2025, Ranger liquidation proposal demonstrates governance quality filtering in action.
**Layer 2: Initial price discovery (batch auction).** Once governance approves a launch, a batch auction determines the initial clearing price. All bids are collected within a window and cleared at a single uniform price. This is the closest approximation to Vickrey properties in a token launch context — uniform clearing eliminates both bot front-running (shill-proof) and true-believer penalty (everyone pays the same price). The mechanism optimizes purely for the common-value component: what does the market think this token is worth?
*Why batch auction over dutch auction at this layer:* Dutch auctions also discover price accurately, but the descending structure penalizes true believers who enter early at higher prices. Batch auctions achieve the same information aggregation without the community-alignment cost. The tradeoff is that batch auctions don't create a continuous price signal — they produce a single point estimate. This is acceptable because Layer 3 handles continuous pricing.
*Existing implementations:* CowSwap batch auctions, Gnosis Auction. No token-launch-specific batch auction implementation exists on Solana yet — this is a gap.
**Layer 3: Ongoing liquidity bootstrapping (bonding curve).** After the batch auction establishes a market-clearing price, a bonding curve takes over for ongoing supply distribution. The curve starts from the market-discovered price — not from an arbitrary point — solving the static bonding curve's biggest weakness. As demand absorbs supply, price rises along the curve, creating continuous liquidity for both entry and exit.
*Why bonding curve at this layer:* Post-initial-pricing, the objective shifts from price discovery to liquidity depth. Bonding curves are the best mechanism for bootstrapping two-sided liquidity from a known starting point. Doppler's three-slug liquidity structure (lower slug for redemption, discovery slugs for demand, upper slug for supply) demonstrates how to provide exit depth even during the bootstrap phase.
*Existing implementation:* Doppler's dynamic bonding curve (post-dutch-auction phase). The architecture proposed here replaces Doppler's dutch auction Phase 1 with a batch auction while retaining its Phase 2 bonding curve.
**Layer 4: Community alignment (retroactive conviction rewards).** This layer operates after launch, rewarding holders who demonstrate genuine commitment through holding duration, governance participation, and community contribution. Rather than trying to identify true believers ex ante (which either fails or creates sybil-vulnerable identity systems), it rewards conviction ex post — after the evidence is observable.
*Possible mechanisms:* Conviction-weighted token distributions (similar to retroactive public goods funding), governance participation multipliers, hold-duration bonuses, contribution-based reputation systems. The key design constraint is that rewards must be non-gameable — pure hold-duration is gameable by locking tokens and walking away, so composite metrics incorporating active participation are necessary.
*Existing precedents:* Optimism's retroactive public goods funding (RPGF) applies this principle to public goods. Futarchy governance participation naturally creates a conviction signal. No implementation has combined retroactive rewards with the launch pricing stack.
**The composition argument.** Each layer handles one part of the trilemma:
- Layer 1 (futarchy): quality filter — prevents the pricing mechanism from wasting effort on bad projects
- Layer 2 (batch auction): shill-proof + price-discovering — common-value optimization
- Layer 3 (bonding curve): continuous liquidity — operational infrastructure
- Layer 4 (retroactive rewards): community-aligned — private-value optimization after evidence exists
No single layer achieves all three trilemma properties. The composition does — or at least moves closer than any monolithic mechanism. The key insight is that community alignment doesn't need to be solved at the pricing layer. It can be deferred to a rewards layer that operates on observable behavior rather than predicted intent.
**Open questions that keep this speculative:**
- Does the batch auction → bonding curve transition create an exploitable seam? Participants who buy at the uniform clearing price and immediately sell into the bonding curve at a higher point could extract value.
- How large must the batch auction window be to achieve good price discovery without losing momentum?
- Does Layer 4 create perverse incentives to hold unproductively rather than trade productively?
- No implementation of this full stack exists — this is architectural theory, not tested design.
---
Relevant Notes:
- [[token launch mechanisms face an impossible trilemma between shill-proofness community alignment and price discovery because optimizing for any two structurally undermines the third]] — this claim proposes the architectural resolution to the trilemma
- [[token launches are hybrid-value auctions where common-value price discovery and private-value community alignment require different mechanisms because auction theory optimized for one degrades the other]] — theoretical foundation for why layering is necessary
- [[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]] — Doppler's Layer 2+3 could be adapted: replace dutch auction with batch auction, keep the bonding curve
- [[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]] — MetaDAO already implements Layer 1
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]] — the layered architecture is an instance of mechanism mixing applied to token launches
- [[futarchy-governed permissionless launches require brand separation to manage reputational liability because failed projects on a curated platform damage the platforms credibility]] — brand separation is a social layer; the architectural layering here is a mechanism layer
Topics:
- [[internet finance and decision markets]]

View file

@ -0,0 +1,47 @@
---
type: claim
domain: internet-finance
description: "Formalizes the three-criteria framework for evaluating token launch mechanisms — shill-proof (no bot/MEV advantage), community-aligned (genuine early supporters rewarded), and price-discovering (finds true clearing price) — and argues these form a trilemma where existing mechanisms sacrifice at least one, analogous to how the CAP theorem constrains distributed systems"
confidence: experimental
source: "rio, derived from critical analysis of Doppler (Adams et al 2024), pump.fun, MetaDAO/futard.io, Balancer LBP, and batch auction implementations; mechanism design theory (Vickrey 1961, Myerson 1981)"
created: 2026-03-07
secondary_domains: [mechanisms]
---
# Token launch mechanisms face an impossible trilemma between shill-proofness community alignment and price discovery because optimizing for any two structurally undermines the third
Every token launch is an auction. The mechanism determines who captures value, who gets exploited, and whether the resulting holder base is aligned with the project's long-term success. Analysis of six major token launch mechanisms reveals that each sacrifices at least one of three desirable properties:
**1. Shill-proofness:** No advantage to bots, MEV extractors, or speed-optimized participants. The mechanism's outcome depends on valuations, not latency.
**2. Community alignment:** Genuine early supporters — those who discover, evaluate, and commit to a project before the crowd — receive better terms than passive latecomers or extractive speculators.
**3. Price discovery accuracy:** The mechanism converges on a clearing price that reflects informed aggregate valuation, not an administratively set or arbitrary starting price.
**The structural tension:** Shill-proofness requires removing speed advantages, which means either descending prices (dutch auctions) or uniform clearing (batch auctions). But descending prices penalize the highest-conviction participants — the true believers pay most — destroying community alignment. Uniform clearing eliminates the early-supporter reward entirely. And mechanisms that reward early participation (bonding curves) inherently create speed races that bots win.
| Mechanism | Shill-proof | Community-aligned | Price-discovering | What's sacrificed |
|-----------|:-----------:|:-----------------:|:-----------------:|-------------------|
| Static bonding curve (pump.fun) | NO | YES | WEAK | Shill-proofness — bots front-run genuine supporters |
| Dutch auction (Doppler) | YES | NO | YES | Community alignment — true believers pay highest price |
| Fixed-price sale (2017 ICOs) | PARTIAL | NEUTRAL | NO | Price discovery — admin-set pricing |
| Futarchy-governed (MetaDAO) | YES | PARTIAL | YES | Community alignment at pricing level — governs binary launch decision, not continuous price |
| Liquidity bootstrapping pool (Balancer) | PARTIAL | PARTIAL | MODERATE | Sophisticated traders still game weight schedules |
| Batch auction (CowSwap/Gnosis) | YES | NEUTRAL | YES | Community alignment — uniform price, no early reward |
**Why the trilemma is structural, not accidental.** The tension between shill-proofness and community alignment is rooted in mechanism design theory. Vickrey's insight (1961) is that truthful valuation revelation requires participants to bear the cost of their bids — which in descending-price mechanisms means the highest-value bidder pays most. But in token launches, the highest-value bidder is typically the most committed community member, not the richest speculator. The mechanism that correctly discovers price (by making true believers pay their true valuation) simultaneously punishes community commitment. This isn't a flaw in any specific implementation — it's a property of the auction design space when the objective is community-building rather than revenue maximization.
**The analogy to the CAP theorem is instructive.** Just as distributed systems must choose two of consistency, availability, and partition tolerance, token launch mechanisms must choose two of shill-proofness, community alignment, and price discovery. The resolution in distributed systems was not finding a mechanism that violates CAP, but designing systems that make the right tradeoff for their context — and sometimes layering mechanisms that each handle a different property. The same approach may apply to token launches.
**This framework reframes the entire launch mechanism design space.** Rather than asking "which mechanism is best?" — a question with no single answer — the trilemma asks "which property can this project afford to sacrifice?" A project with strong community identity might sacrifice price discovery accuracy (community-gated pricing). A project seeking broad distribution might sacrifice community alignment (batch auction for fairness). A project that needs precise valuation might sacrifice community alignment (dutch auction for price accuracy).
---
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]] — Doppler solves shill-proofness + price discovery but sacrifices community alignment
- [[cryptos primary use case is capital formation not payments or store of value because permissionless token issuance solves the fundraising bottleneck that solo founders and small teams face]] — the trilemma applies to every capital formation event
- [[futarchy-governed permissionless launches require brand separation to manage reputational liability because failed projects on a curated platform damage the platforms credibility]] — futarchy handles the quality-filter layer, not the pricing trilemma
- [[optimal governance requires mixing mechanisms because different decisions have different manipulation risk profiles]] — mixing mechanisms across the trilemma may be the resolution
Topics:
- [[internet finance and decision markets]]

View file

@ -0,0 +1,41 @@
---
type: claim
domain: internet-finance
description: "Applies auction theory's common-value vs private-value distinction to token launches, arguing they are hybrid auctions where the common-value component (project fundamentals) and private-value component (holder commitment, community contribution, holding duration) interact — and that standard auction results optimized for either pure case produce suboptimal outcomes in the hybrid"
confidence: experimental
source: "rio, derived from Milgrom & Weber (1982) on common vs private value auctions, Wilson (1977) on winner's curse, applied to token launch mechanisms"
created: 2026-03-07
secondary_domains: [mechanisms]
---
# Token launches are hybrid-value auctions where common-value price discovery and private-value community alignment require different mechanisms because auction theory optimized for one degrades the other
Standard auction theory distinguishes two polar cases. **Private-value auctions** (art, personal goods): each bidder knows their own valuation, and valuations are independent. **Common-value auctions** (oil rights, spectrum licenses): the asset has one true value that bidders estimate with noise, creating the winner's curse (Wilson 1977) — the winner tends to be the bidder who most overestimated value.
Token launches are neither. They are **hybrid-value auctions** with two interacting components:
**Common-value component:** Project fundamentals — team quality, product-market fit, treasury management, competitive position. All participants try to estimate the same underlying value. This creates classic common-value dynamics: information aggregation matters, the winner's curse applies, and mechanisms that reveal information (like descending-price auctions) improve outcomes.
**Private-value component:** Each holder's individual contribution to the ecosystem — how long they'll hold, whether they'll participate in governance, whether they'll build on the protocol, whether they'll evangelize. These valuations are genuinely private and differ across participants. A developer who will build tooling has different private value than a passive speculator, even if they agree on fundamentals.
**Why the hybrid matters for mechanism design.** Auction theory's canonical results optimize for one pole or the other:
- **Revenue-optimal auctions** (Myerson 1981) assume private values and maximize seller extraction. Applied to token launches, this means squeezing maximum price from each participant — exactly wrong when the goal is broad distribution and community building.
- **Information-aggregating auctions** (Milgrom & Weber 1982) address common values by designing for information revelation. Applied to token launches, this favors dutch auctions and batch auctions that discover the common-value component. But these mechanisms are blind to the private-value component — they can't distinguish a committed builder from a mercenary flipper.
**The interaction creates a specific failure mode.** When you optimize for common-value price discovery (dutch auction, batch auction), you correctly find the clearing price but allocate tokens indiscriminately — a bot and a future core contributor pay the same price, or the bot gets a better deal through sophisticated bidding. When you optimize for private-value community alignment (reputation gates, tiered access, vesting discounts), you reward the right participants but sacrifice price accuracy because the mechanism no longer aggregates common-value information efficiently.
**This is why the trilemma exists.** The [[token launch mechanisms face an impossible trilemma between shill-proofness community alignment and price discovery because optimizing for any two structurally undermines the third|launch mechanism trilemma]] is a consequence of the hybrid-value structure. Shill-proofness + price discovery = common-value optimization (ignoring private values). Community alignment = private-value optimization (potentially sacrificing common-value accuracy). No single mechanism handles both simultaneously because the auction theory results that govern each case conflict.
**The implication: separate the value components across mechanism layers.** If common-value and private-value optimization require different mechanisms, the solution is not a hybrid mechanism but a layered architecture — one layer for common-value price discovery (batch auction or dutch auction) and a separate layer for private-value community alignment (retroactive rewards, conviction bonuses, governance participation incentives). This separation is the theoretical basis for the layered launch architecture thesis.
---
Relevant Notes:
- [[token launch mechanisms face an impossible trilemma between shill-proofness community alignment and price discovery because optimizing for any two structurally undermines the third]] — the trilemma is a consequence of the hybrid-value structure argued here
- [[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]] — Doppler optimizes for the common-value component, sacrificing private-value alignment
- [[speculative markets aggregate information through incentive and selection effects not wisdom of crowds]] — information aggregation in common-value auctions works through the same mechanism as speculative markets
- [[futarchy is manipulation-resistant because attack attempts create profitable opportunities for defenders]] — futarchy handles the common-value governance layer; a separate private-value mechanism handles community alignment
Topics:
- [[internet finance and decision markets]]