Onchain Atlas

PoolTogether

A no-loss prize savings protocol where pooled deposits earn DeFi yield that is awarded as lottery-style prizes while every depositor keeps their full principal.

▶ Run interactive simulation animated mechanism with editable parameters

Statuspartial success
Launched2019-06-24
Chainsethereum, optimism, polygon, arbitrum, base
Mechanismsprize-linked-savings, yield-pooling, randomized-prize-distribution, erc4626-vaults, twab-accounting
Official sitehttps://pooltogether.com/
Project X@PoolTogether_ (verified_by_official_website)
FoundersLeighton Cusack (@lay2000lbs), Brendan Asselstine, Chuck (Charles) Bergeron

How it works onchain

Diagram of how PoolTogether's mechanism worksOpen full-size diagram
Original diagram derived from this entry’s researched mechanism description.

Summary

PoolTogether is one of DeFi's earliest and most durable "prize-linked savings" (PLS) experiments. Launched on Ethereum on June 24, 2019 by Leighton Cusack (CEO), Brendan Asselstine (CTO), and Chuck Bergeron (design), it reimagines the centuries-old concept of a no-loss lottery — where the "prize" is the aggregated interest earned on all participants' deposits rather than their forfeited principal. Users deposit stablecoins or other assets; those deposits are routed into yield sources (originally Compound; later Aave, Lido/stETH, and other ERC-4626 vaults); the accumulated yield is periodically awarded as randomized prizes to a subset of depositors. Everyone else simply keeps their full deposit, withdrawable at any time. The design converts a boring, low individual APR into a lottery-shaped payoff that behavioral economics research suggests is a powerful savings incentive. The protocol has moved through several major versions (V1–V5), expanded across L2s, launched a POOL governance token in February 2021, and — while never recovering its 2021 peak — remains live in 2026.

Design (Mechanism)

The core insight is prize-linked savings: pool many depositors' funds, generate a single yield stream, and distribute that yield as occasional large prizes instead of continuous tiny interest. This exploits the same behavioral pull as a lottery while removing the downside — hence "no-loss."

In the current V5 architecture, depositing means minting shares of an ERC-4626 "prize vault." Each vault deploys its underlying assets to a yield source and forwards the resulting yield as "contributions" to a per-chain Prize Pool contract (on Optimism: 0xF35fE10ffd0a9672d0095c435fd8767A7fe29B55). Deposit balances and their time-weighting are tracked by a TwabController (Time-Weighted Average Balance, on Optimism: 0xCB0672dE558Ad8F122C0E081f0D35480aB3be167), so a user's odds of winning scale with how much they held and for how long. Prizes are drawn using a tiered structure (a few large "grand" prizes and many smaller ones), with randomness sourced from an on-chain draw mechanism, and winners must be "claimed" by permissionless claimer bots that are reimbursed from prize liquidity. Each chain is an isolated "island" of prize liquidity — prizes are not shared cross-chain. V5 is fully permissionless: anyone can deploy a vault around any yield source without team approval, a significant decentralization step over earlier versions where the team curated pools.

Outcome

Outcome status: partial_success. PoolTogether is a landmark, still-operating protocol, but its commercial trajectory peaked years ago. It grew from a novelty to roughly $200M+ TVL and 150k+ wallets at the 2021 DeFi peak, awarding millions in prizes and inspiring an entire "no-loss lottery" category. As of April 2025 the protocol reported figures on the order of ~88,000 wallets, ~$15M cumulative deposits, and ~$4.5M in total prizes awarded — a fraction of the 2021 highs, consistent with DefiLlama TVL that fell into the single-digit millions post-2022. The POOL token, which peaked above $70 in late 2021, trades far below that today.

Why it worked

  • Genuinely novel, legible value proposition. "You can only win, you can't lose" is instantly understandable and behaviorally sticky; it tapped decades of prize-linked-savings research showing prizes drive saving better than flat interest.
  • Composability. By plugging into existing money markets (Compound, Aave) and later ERC-4626 vaults, PoolTogether never had to originate its own yield — it was pure DeFi lego, which kept it lean and let it ride the broader yield environment.
  • Strong community and governance. The 2021 POOL airdrop (1.4M tokens to 17,000 addresses) and community-heavy token allocation (80% to community) created durable engagement, evident in its active governance forum.
  • Progressive decentralization. The march from a curated V1 to a permissionless V5 vault system reduced team dependency and single points of failure.

Where the design broke

  • Prize sizes track yields and TVL. No-loss prizes are only as exciting as the underlying yield. When DeFi yields compressed and TVL fell after 2021–2022, weekly prizes shrank (reported ~$20K/week across all vaults in 2025), weakening the lottery hook in a reflexive downward spiral.
  • Small absolute prizes vs. real lotteries. For most depositors the expected value is just a diluted savings rate; without huge jackpots the emotional appeal is limited, capping mainstream breakout.
  • Competition and yield migration. Users chasing yield had many alternatives; PoolTogether's edge is behavioral, not returns-maximizing.

Lessons

  • Behavioral framing can be a real product moat, but it is downstream of the underlying economics. A clever payoff shape (prizes vs. interest) only sustains engagement while the yield feeding it stays meaningful; design the mechanism to degrade gracefully in low-yield regimes.
  • Permissionless-vault architecture (ERC-4626 + TWAB accounting) is a reusable pattern for any protocol that wants to decouple "capital sourcing" from "reward distribution," and it materially reduces team-as-gatekeeper risk.
  • A "no-loss" guarantee is only as strong as the layers beneath it. The prize mechanism protects principal from the draw, but deposits still inherit the solvency, smart-contract, and depeg risk of whatever yield source they are routed into — so the promise should be stated against the whole dependency stack, not just the lottery contract.

Redesign (EDITORIAL — hypothesis, not fact)

The following is the researcher's editorial analysis and speculation, not established fact.

PoolTogether's central weakness is reflexivity: shrinking TVL and yields shrink prizes, which shrinks the lottery appeal, which shrinks TVL. A redesign should attack that loop directly. First, prize smoothing and jackpot rollover with optional sponsorship: let protocols, treasuries, or partners "sponsor" prize liquidity (deposit principal whose yield is donated but whose principal they keep), decoupling headline prize size from organic depositor TVL and enabling occasional large, marketing-worthy jackpots. Second, cross-chain prize aggregation — the current "each chain is an island" model fragments already-thin prize liquidity; a canonical prize pool with messaging-layer settlement (CCTP/LayerZero, which V5 already touches) could concentrate liquidity into fewer, larger, more attractive draws. Third, variable-odds tickets: let depositors opt into higher-variance/higher-ceiling prize tiers, better matching the true lottery-seeking cohort while preserving conservative options for pure savers. Net thesis: PoolTogether pioneered the category but has been trapped in a low-yield, small-prize equilibrium; the winning version concentrates liquidity and subsidizes jackpots to make the lottery hook durable regardless of ambient DeFi yields.

Sources

  1. Introducing PoolTogether (founder launch post) — primary (retrospective)
  2. PoolTogether official website — primary (docs)
  3. PoolTogether V5 Protocol Design (developer docs) — primary (docs)
  4. PoolTogether V5 Optimism deployments (contract addresses) — primary (contract)
  5. Introducing POOL (governance token launch, founder post) — primary (governance)
  6. Ethereum's Favorite Lossless Lottery Will Airdrop Its POOL Token Today (CoinDesk) (news)
  7. PoolTogether TVL, Fees & Revenue (DefiLlama) (analysis)

Related experiments

Last verified: 2026-07-26 · Spot an error? Suggest a correction