BLK 388.48M·XRD $0.001·Σ TVL √ 10.1K
LAUNCHGOVERN
Wiki homeEssays
  1. Home
  2. /
  3. Wiki
  4. /
  5. Economics
  6. /
  7. Liquidity bootstrapping pools (LBPs)

PreviousHarberger taxesNextMicrofinance and micropayments
Categories:WikiEconomics
MANIFESTO · CAPER / OWN THE GAME
The launchpad that raises and deploys capital. Guaranteed entry / exit liquidity. Governance that can't be captured.

A liquidity bootstrapping pool (LBP) is a token-sale mechanism, first built on Balancer, that lets a project distribute a brand-new token and discover its price fairly while committing very little starting capital. Unlike a fixed-price sale — where whales and bots race to buy the entire allocation at launch — an LBP starts the token priced high and lets that price drift down over the sale unless buyers step in, so participants who wait are rewarded and no single actor can corner the supply cheaply. Because it produces an open, permissionless primary market rather than a negotiated round, it sits alongside bonding curves and curation markets in the family of on-chain capital-formation mechanisms that DAOs use to launch a governance token.

How an LBP works

An LBP is a variant of a Balancer weighted pool holding two assets: the project token being sold and a reserve asset (typically a stablecoin or ETH). What makes it special is that the pool owner sets a weight schedule: per the Balancer documentation, the owner specifies "the starting and ending weights for both tokens" and "these weights change linearly over time." A typical sale starts around 90/10 (project token / reserve) and ends near 20/80.

Because a weighted-pool's spot price is a function of the balances and the weights, steadily lowering the project token's weight creates what Balancer calls "controlled downward price pressure." If nobody buys, the price keeps falling; if demand appears, buys push it back up. The net effect is a "continuous Dutch-auction-style mechanism" that stretches price discovery across hours or days instead of resolving it in a single opening block.

Why the design resists whales and bots

Fixed-price and first-come sales reward whoever transacts first with the most gas — the classic gas-war and sniping dynamic. An LBP inverts that incentive. Since the schedule pushes price down over time, buying early is buying at the top: a bot that sweeps the pool at launch simply overpays and then watches the weight schedule mark its position down. Rational buyers instead wait for a price they consider fair, which spreads the distribution across many participants and dampens the launch-day volatility that plagues fixed-price listings. The mechanism does not prevent large buys, but it makes buying everything at once economically self-defeating.

Configuration and owner controls

The pool owner holds significant, and asymmetric, power over an LBP. Per Balancer's specification, the owner is "the only address that can add liquidity to the pool, which must be done prior to the start of the sale," and "the proceeds can only be removed after the end time." The owner configures the start and end times, the weight schedule, and swap fees, and can pause swaps outright. A dedicated blockProjectTokenSwapsIn setting can prevent the project token from being sold into the pool during the launch, blocking a common manipulation. This concentration of control is the mechanism's central trust assumption: buyers must trust that the owner will not pause the sale, alter the schedule, or pull reserves adversarially.

LBPs in practice

LBPs moved from a Balancer primitive to a mainstream launch tool largely through Copper Launch, a front-end that made configuring one a point-and-click exercise. Copper rebranded to Fjord Foundry in 2022 and later signed an exclusive LBP partnership with Balancer (BIP-98), extending the format to NFTs. Projects including GuildFi, Merit Circle, and Avocado DAO have distributed tokens this way, and Balancer has facilitated nine-figure LBP raises such as HydraDX. For a DAO, an LBP is often the moment a governance token first reaches a broad holder base — the event that turns a core team's project into a token-holder community.

Limitations and criticisms

  • Owner trust. As above, the owner can pause the sale and controls the reserves and schedule. Participants are trusting an EOA or multisig, not just a formula.

  • Buyer education. The downward-drifting price is counter-intuitive; inexperienced buyers who treat a falling price as a dump can panic-sell or over-pay early. A successful LBP depends on a market that understands the mechanism.

  • Not manipulation-proof. Sophisticated actors can still accumulate patiently near the floor, and the project can seed wash volume to fake demand. The mechanism improves distribution; it does not guarantee a "fair" outcome.

  • One-shot. An LBP is a bounded event with a start and an end — it discovers a launch price but does not provide the token a standing, always-open market afterward.

How Caper approaches this

An LBP and a bonding curve both aim at fair, permissionless price discovery, but they are different shapes. An LBP is a time-boxed event: an owner schedules falling weights, the sale runs, and it ends — after which liquidity has to be arranged separately. Caper takes the always-on route. Every caper's token trades against its own bonding curve where price is a function of how much supply has sold, so raising funds is not a one-off auction but a standing market that opens the moment a caper is created and never needs a counterparty or a close. There is no owner-set schedule to trust and no window that expires: the curve is the same rule for the first buyer and the ten-thousandth. The trade-off is the mirror image of the LBP's — a bonding curve gives up the LBP's deliberate anti-whale price decay in exchange for a market that is continuous, formulaic, and permanent.

References

  1. Balancer. Liquidity Bootstrapping Pool — protocol documentation (mechanism, weight schedule, owner controls).
  2. Balancer. Weighted Pools — the spot-price/weight relationship LBPs build on.
  3. Orb / Balancer Protocol. Distribute Your ERC20 Token with Liquidity Bootstrapping Pools.
  4. Fjord Foundry — LBP launch platform (formerly Copper Launch); rebrand announcement.
  5. Balancer governance. BIP-98: Fjord (formerly Copper) and Balancer exclusive partnership.
  6. Balancer Protocol. Balancer Facilitates Record-High Liquidity Bootstrapping Pool for HydraDX.
TypeFair-launch price-discovery mechanism (dynamic-weight AMM pool)
Introduced byBalancer (2020)
Popularized byCopper Launch, rebranded Fjord Foundry
Core mechanismPool weights shift linearly over time, applying controlled downward price pressure — a continuous Dutch-auction-style discovery
Primary usePermissionless token distribution and fair launch with little starting capital
RelatedBonding curve · Curation markets · DAO tokenomics