LP 토큰이란 무엇인가요
LP 토큰 또는 유동성 풀 토큰은 탈중앙화 거래소(DEX)에서 사용자의 유동성 풀 기여를 나타내는 디지털 자산입니다.
An LP token, or [Liquidity Pool](/ko/terms/liquidity-pool) token, is a type of cryptographic token issued by decentralized exchanges (DEXs) that utilize an automated [market maker](/ko/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;
🧠 지식 테스트
🧒 5살도 이해할 수 있게 설명
LP 토큰은 놀이터에 있는 공동 장난감 상자에 장난감(레고나 액션 피규어 같은 것들)을 맡기면 받는 특별한 티켓과 같아요. 이 티켓은 그 상자 안의 장난감 중 일부를 내가 가지고 있다는 증거가 되고, 다른 사람들이 상자에 새 장난감을 더 넣을 때마다 그중 일부를 받을 수 있어요.
🤓 Expert Deep Dive
LP tokens are issued to liquidity providers (LPs) when they deposit tokens into a liquidity pool. These tokens serve as proof of the LP's contribution and their share of the pool. They are essential in the functioning of automated market makers (AMMs), which are the backbone of most DEXs.
LP tokens gained prominence with the rise of DeFi and AMMs. They allow LPs to earn fees from trading activity within the pool, proportional to their share of the total liquidity. Furthermore, LP tokens are often used in yield farming, where they can be staked to earn additional rewards.
The value of an LP token is derived from the underlying assets in the liquidity pool and the fees generated by trading. When an LP decides to withdraw their liquidity, they redeem their LP tokens for their proportional share of the pool's assets, plus any accumulated fees.
LP tokens can also be traded on secondary markets, allowing for price discovery and providing liquidity to the LP token itself. The price of an LP token can fluctuate based on the performance of the underlying assets and the overall demand for the pool.