Что такое LP-токен

LP-токен, или токен пула ликвидности, — это цифровой актив, представляющий собой вклад пользователя в пул ликвидности на децентрализованной бирже (DEX).

An LP token, or [Liquidity Pool](/ru/terms/liquidity-pool) token, is a type of cryptographic token issued by decentralized exchanges (DEXs) that utilize an automated [market maker](/ru/terms/automated-market-maker) (AMM) model. When a user provides liquidity to a trading pair (e.g., ETH/USDC) on a DEX like Uniswap or SushiSwap, they deposit an equivalent value of both assets into a shared liquidity pool. In return for providing these assets and facilitating trades, the liquidity provider (LP) receives LP tokens. These LP tokens represent the user's proportional share of that specific liquidity pool. The number of LP tokens minted is based on the ratio of the deposited assets to the total assets in the pool. LP tokens are essential because they act as a receipt and proof of ownership of the underlying deposited assets. Holders of LP tokens are typically entitled to a share of the trading fees generated by the pool, proportional to their stake. These fees are often automatically distributed back into the pool, increasing its total value, and thus the value of the LP tokens over time. LP tokens can often be staked in yield farming protocols to earn additional rewards, or they can be traded on secondary markets, though their value fluctuates with the underlying assets and the pool's performance. Trade-offs involve impermanent loss, where the value of deposited assets can decrease compared to simply holding them if the price ratio between the two assets changes significantly.

        graph LR
  Center["Что такое LP-токен"]:::main
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_liquidity_pool["liquidity-pool"]:::related -.-> Center
  click Rel_liquidity_pool "/terms/liquidity-pool"
  Rel_yield_farming["yield-farming"]:::related -.-> Center
  click Rel_yield_farming "/terms/yield-farming"
  Rel_liquidity_pools["liquidity-pools"]:::related -.-> Center
  click Rel_liquidity_pools "/terms/liquidity-pools"
  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;

      

🧠 Проверка знаний

1 / 3

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

Токен LP — это как специальный билетик, который ты получаешь, когда даёшь свои игрушки (например, LEGO и фигурки) в общую коробку с игрушками на детской площадке. Этот билетик доказывает, что тебе принадлежит часть игрушек в коробке, и ты получаешь небольшую долю от любых новых игрушек, которые другие добавляют в коробку.

🤓 Expert Deep Dive

Токены LP (LP tokens) выпускаются поставщикам ликвидности (LP), когда они вносят токены в пул ликвидности. Эти токены служат подтверждением вклада LP и его доли в пуле. Они являются неотъемлемой частью работы автоматизированных маркет-мейкеров (AMM), которые составляют основу большинства децентрализованных бирж (DEX).

Токены LP приобрели значимость с развитием DeFi и AMM. Они позволяют LP получать вознаграждение в виде комиссий от торговой активности в пуле, пропорционально их доле в общей ликвидности. Кроме того, токены LP часто используются в yield farming, где их можно застейкать для получения дополнительных вознаграждений.

Стоимость токена LP определяется базовыми активами в пуле ликвидности и комиссиями, полученными от торговли. Когда LP решает вывести свою ликвидность, он обменивает свои токены LP на пропорциональную долю активов пула, плюс любые накопленные комиссии.

Токены LP также могут торговаться на вторичных рынках, что способствует ценообразованию и обеспечивает ликвидность самому токену LP. Цена токена LP может колебаться в зависимости от производительности базовых активов и общего спроса на пул.

🔗 Связанные термины

Предварительные знания:

📚 Источники