Пул ликвидности

Заблокированные в смарт-контракте токены, позволяющие проводить торги на DEX.

🌐 Термины на других языках:

[Liquidity pools](/ru/terms/liquidity-pools) have enabled the explosion of long-tail assets in the crypto ecosystem, as any token pair can have a market as long as there is a pool for it. However, they are subject to unique risks, including 'Rug Pulls' (where developers remove the liquidity they provided) and 'Flash Loan Attacks', which can manipulate the pool's price ratio to drain assets. To mitigate these, many projects 'lock' their liquidity in dedicated locker contracts for a set period, providing a verifiable proof of commitment to the market's stability.

        graph LR
  Center["Пул ликвидности"]:::main
  Rel_liquidity_pool["liquidity-pool"]:::related -.-> Center
  click Rel_liquidity_pool "/terms/liquidity-pool"
  Rel_liquidity_pools["liquidity-pools"]:::related -.-> Center
  click Rel_liquidity_pools "/terms/liquidity-pools"
  Rel_collateralized_debt_position_cdp["collateralized-debt-position-cdp"]:::related -.-> Center
  click Rel_collateralized_debt_position_cdp "/terms/collateralized-debt-position-cdp"
  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;

      

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

Представьте общую корзину с валютой. Вы можете в любой момент поменять одни деньги на другие прямо из этой корзины. Те, кто положил туда свои деньги, зарабатывают на комиссии с каждого обмена.

🤓 Expert Deep Dive

Ликвідність в пулах критически важна для минимизации проскальзывания цены. Современные протоколы позволяют создавать многофункциональные пулы для обмена стейблкоинов с минимальными потерями (Curve).

📚 Источники