Knowledge base

1,824 claims across 19 domains

Every claim is an atomic argument with evidence, traceable to a source. Browse by domain or search semantically.
306 internet finance claims
tridash implements 60 second prediction markets as multiplayer game mechanics compressing resolution time from days to seconds
Traditional prediction markets resolve over hours, days, or weeks. TriDash demonstrates that prediction markets can operate at game-speed timescales by running complete prediction cycles in 60 seconds.
internet financeexperimental
futarchy daos require mintable governance tokens because fixed supply treasuries exhaust without issuance authority forcing disruptive token architecture migrations
MetaDAO's METAC token illustrates the failure mode. METAC was unmintable: once the DAO treasury depleted, there was no mechanism to fund ongoing governance operations, incentivize participation, or respond to changing governance outcomes. The only exit was emergency migration — a 1:1000 token split,
internet financeexperimental
archer exchange implements dedicated writable only order books per market maker enabling permissionless on chain matching
Archer Exchange's architecture gives each market maker a dedicated order book that only they can write to, while maintaining fully on-chain matching with competitive quote aggregation. This design pattern addresses the fundamental state contention problem in on-chain order books: when multiple marke
internet financeexperimental
dao event perks as governance incentives create plutocratic access structures that may reduce rather than increase participation
The Dean's List ThailandDAO proposal structured incentives as a steep hierarchy: top 5 governance power holders receive $2K+ in travel and accommodation, top 50 receive event invitations and airdrops, and everyone else receives nothing. This winner-take-all structure may discourage participation fro
internet financespeculative
mmpp models session based bursty arrivals through hidden state markov chain
Markov-Modulated Poisson Process (MMPP) provides a natural framework for modeling arrival processes that alternate between active and quiet periods. The arrival rate switches between discrete states governed by a continuous-time Markov chain, where the state transitions are hidden but the arrival ra
internet financeproven
prediction market scale exceeds decision market scale by two orders of magnitude showing pure forecasting dominates governance applications
Polymarket recently surpassed $1B in weekly trading volume (January 2026), while MetaDAO — the leading futarchy implementation — has $57.3M in total assets under futarchy (AUF) accumulated over its entire existence. This ~100x gap reveals that prediction markets (pure forecasting) have achieved dram
internet financelikely
house mode betting against protocol enables prediction markets to function with uneven liquidity by having the platform take counterparty risk
Prediction markets require balanced liquidity on both sides to function as information aggregation mechanisms. TriDash implements "house mode" as a proposed solution to the cold-start problem: when only one side of a market has participants, the protocol itself acts as counterparty.
internet financeexperimental
shared liquidity amms could solve futarchy capital inefficiency by routing base pair deposits into all derived conditional token markets
[[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]] creates a structural capital problem: every active proposal fragments the token liquidity base. A
internet financespeculative
aimd congestion control generalizes to distributed resource allocation because queue dynamics are structurally identical across networks and compute pipelines
The core insight from Vlahakis et al. (2021) is that TCP's AIMD (Additive Increase Multiplicative Decrease) congestion control algorithm, proven optimal for fair network bandwidth allocation, applies directly to distributed computing resource allocation. The paper demonstrates that scheduling incomi
internet financelikely
moderate scale queueing systems benefit from simple threshold policies over sophisticated algorithms because square root staffing captures most efficiency gains
For systems operating at moderate scale (5-20 servers), the mathematical properties of the Halfin-Whitt regime mean that simple threshold-based policies informed by queueing theory capture most of the available efficiency gains. Sophisticated dynamic algorithms add implementation complexity without
internet financelikely
backpressure prevents pipeline failure by creating feedback loop between consumer capacity and producer rate
Backpressure is a flow control mechanism where data consumers signal producers about their capacity limits, preventing system overload. Without backpressure controls, pipelines experience data loss, crashes, and resource exhaustion when producers overwhelm consumers.
internet financeproven
hysteresis in autoscaling prevents oscillation by using asymmetric thresholds for scale up and scale down
Hysteresis in auto-scaling systems—using different thresholds for scaling up versus scaling down—prevents oscillation where resources are rapidly added and removed in response to workload fluctuations near a single threshold.
internet financeproven
amm futarchy reduces state rent costs by 99 percent versus clob by eliminating orderbook storage requirements
Central Limit Order Books (CLOBs) in futarchy implementations require 3.75 SOL in state rent per pass/fail market pair on Solana, which cannot be recouped under current architecture. At 3-5 proposals per month, this creates annual costs of 135-225 SOL ($11,475-$19,125 at January 2024 prices). AMMs c
internet financelikely
futarchy markets can reject solutions to acknowledged problems when the proposed solution creates worse second order effects than the problem it solves
MetaDAO Proposal 8 explicitly stated "The current liquidity within the META markets is proving insufficient to support the demand" and proposed a $100,000 OTC trade to address this. The proposal failed. This is evidence that futarchy markets can distinguish between "we have a problem" and "this solu
internet financeexperimental
halfin whitt qed regime enables systems to operate near full utilization while maintaining service quality through utilization approaching one at rate one over square root n
The Halfin-Whitt (Quality-and-Efficiency-Driven) regime solves the fundamental tension in service system design: achieving high utilization (efficiency) without creating long delays (quality degradation). Systems in the QED regime operate with utilization approaching 1 at rate Θ(1/√n) as the number
internet financeproven
memecoin governance is ideal futarchy use case because single objective function eliminates long term tradeoff ambiguity
The Futardio proposal identifies memecoins as "one of the ideal use-cases for futarchy" because "memecoin holders only want the price of the token to increase. There's no question of 'maybe the market knows what's the best short-term action, but not the best long-term action.'"
internet financeexperimental
vesting with immediate partial unlock plus linear release creates alignment while enabling liquidity by giving investors tradeable tokens upfront and time locked exposure
The MetaDAO Proposal 8 OTC structure allocated 20% of purchased META tokens immediately to the buyer's wallet and placed 80% into a 12-month linear vesting program via Streamflow. This hybrid approach addresses two competing objectives: the investor needs some immediate liquidity to manage position
internet financeexperimental
pipeline state space size determines whether exact mdp solution or threshold heuristics are optimal
The curse of dimensionality in queueing MDPs creates a sharp divide in optimal solution approaches. Systems with manageable state spaces—such as pipelines with queue depths across 3 stages, worker counts, and time-of-day variables—can use exact MDP solution via value iteration to derive provably opt
internet financelikely
time varying arrival rates require dynamic staffing not constant max workers
Non-stationary arrival processes — where the arrival rate itself changes over time — cannot be efficiently staffed with constant worker counts. Whitt et al. demonstrate that replacing time-varying rates with either the average rate or the maximum rate produces badly mis-staffed systems:
internet financeproven
square root staffing principle achieves economies of scale in queueing systems by operating near full utilization with manageable delays
The QED (Quality-and-Efficiency-Driven) Halfin-Whitt heavy-traffic regime provides the mathematical foundation for understanding economies of scale in multi-server systems. As server count n grows, the system can operate at utilization approaching 1 while maintaining bounded delays, with the key ins
internet financeproven
hybrid flow shop scheduling with simple dispatching rules performs within 5 10 percent of optimal for homogeneous workers
For pipeline architectures where all work flows through the same sequence of stages (hybrid flow-shop), and workers within each stage have similar capabilities, simple priority dispatching rules like shortest-job-first or FIFO within priority classes achieve near-optimal performance without requirin
internet financelikely
square root staffing principle provisions servers as base load plus beta times square root of base load where beta is quality of service parameter
The square-root staffing rule provides optimal server provisioning: if base load requires R workers at full utilization, provision R + β√R workers where β ≈ 1-2 depending on target service level. This formula emerges from queueing theory analysis of multi-server systems and represents the sweet spot
internet financeproven
futarchy clob liquidity fragmentation creates wide spreads because pricing counterfactual governance outcomes has inherent uncertainty
The MetaDAO proposal identifies "lack of liquidity" as the primary driver for switching from CLOBs to AMMs in futarchy markets. The core mechanism: "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."
internet financelikely
multi server queueing systems exhibit economies of scale because safety margin grows sublinearly with system size
Queueing theory proves that larger service systems are more efficient per unit of capacity. If a system with R servers needs β√R excess servers for quality-of-service, then doubling the base load to 2R requires only β√(2R) ≈ 1.41β√R excess servers, not 2β√R.
internet financeproven
polymarket achieved us regulatory legitimacy through qcx acquisition establishing prediction markets as cftc regulated derivatives
Polymarket's January 2026 acquisition of QCX for $112M represents the first successful path to US regulatory compliance for crypto prediction markets. By acquiring a CFTC-regulated Designated Contract Market (DCM) and Derivatives Clearing Organization (DCO), Polymarket inherited federal regulatory s
internet financelikely