What is a liquidity bootstrap or fair launch and how does it work?
Login Required
Please sign in with Google to answer this question.
2 Answers
0
A liquidity bootstrap pool (LBP) is a fair-launch method on Balancer-style pools where initial weights are skewed toward the token, creating a price path that moves as weights reallocate to the base asset over time. Participants swap base asset for the new token; price discovery happens as the pool reweights, reducing front-running risk. In my launch, watching the weighted drift and the price curve taught me to set caps and an end window.
0
0
I ran a liquidity bootstrap for my token last year. It's basically a fair launch where there isn't a private sale, liquidity is created via a Balancer-style pool called an LBP. You put the new token and a base asset (ETH/DAI) into a pool with skewed weights (e.g., 90/10) and let the weights drift toward 50/50 over a set window. Early buyers face a price set by the pool, but as the weights change, the price moves, nudging against large early bets and enabling late entrants to participate at a fair price. It helps reduce pre-sale whales, but you need clear rules, a capped max swap, and planned liquidity incentives. In my case, transparent communication and real-time tracking of price/TVL kept the community engaged.
0