Liquidity Bootstrapping Pool

Definition pending verification.

A Liquidity Bootstrapping Pool (LBP) is a specialized type of decentralized exchange (DEX) pool designed to facilitate fair and efficient price discovery for new token launches. Unlike traditional AMM pools (like Uniswap V2), LBPs employ a dynamic weighting mechanism that shifts pool reserves over time. Initially, an LBP is configured with a high weight towards the asset the project wants to sell (e.g., the new token) and a low weight towards the stablecoin or established asset used for trading (e.g., USDC). As trading occurs, or as time progresses according to a pre-set schedule, the weights automatically adjust, gradually increasing the weight of the stablecoin and decreasing the weight of the new token. This mechanism creates a "descending price" effect: early buyers who purchase the token when its weight is high pay a relatively higher price, while later buyers benefit from the shifting weights, allowing them to acquire the token at a lower price if demand is insufficient. This design discourages front-running and manipulative bot activity common in initial DEX offerings (IDOs) on standard AMMs. It allows projects to raise capital while enabling a wider range of participants to acquire tokens at prices reflecting genuine market demand, rather than artificial scarcity or early hype. The project team typically controls the initial token allocation and the pool's parameters.

        graph LR
  Center["Liquidity Bootstrapping Pool"]:::main
  Pre_logic["logic"]:::pre --> Center
  click Pre_logic "/terms/logic"
  Rel_advanced_propulsion_systems["advanced-propulsion-systems"]:::related -.-> Center
  click Rel_advanced_propulsion_systems "/terms/advanced-propulsion-systems"
  Rel_timelock_exploit["timelock-exploit"]:::related -.-> Center
  click Rel_timelock_exploit "/terms/timelock-exploit"
  Rel_rebasing_token["rebasing-token"]:::related -.-> Center
  click Rel_rebasing_token "/terms/rebasing-token"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Простими словами

Imagine a special vending machine for new toys. At first, it's really hard and expensive to get the toy. But as time goes by, the machine automatically makes it easier and cheaper to buy, so everyone gets a fair chance to get one without bots buying them all up instantly.

🤓 Expert Deep Dive

LBPs, піонерами яких стали платформи на кшталт Copper Launch, використовують модифіковану формулу Constant Product Market Maker (CPMM), яка часто виглядає як x y = k, але з динамічно регульованими вагами. Інваріант пулу розраховується на основі резервів x (новий токен) та y (стейблкоїн) і їхніх відповідних ваг w_x та w_y: (x / w_x) (y / w_y) = k. Ваги запрограмовані на зміну протягом певного періоду часу, зазвичай зі зменшенням w_x та збільшенням w_y. Така штучна інфляція та дефляція ціни токена залежно від часу та обсягу торгів дозволяє виявити ціну без необхідності значної ліквідності до лістингу. Початкова висока вага токена створює високу цінову підлогу, запобігаючи спекулятивній поведінці типу "pump and dump". Зі зміною ваг ціна природно знижується, створюючи можливість для реального попиту встановити стійкий ціновий рівень. Компроміси включають складність конфігурації, потенціал непостійних збитків для постачальників ліквідності (якщо такі залучені, окрім початкового розподілу проекту) та необхідність ретельного налаштування параметрів (тривалість, початкові ваги, вплив обсягу торгів) для досягнення бажаного результату запуску. Граничні випадки включають екстремальну волатильність ціни, якщо ваги змінюються занадто швидко, або недостатній попит, що не дозволяє встановити стабільну ціну після LBP.

🔗 Пов'язані терміни

Попередні знання:

📚 Джерела