Liquidity Mining ROI Calculation
Profitability of liquidity provision considering rewards, fees, impermanent loss, slippage, and gas costs over a defined horizon.
A robust ROI calculation for [liquidity mining](/ru/terms/liquidity-mining) accounts for rewards (token emissions or fees), earned fees, impermanent loss (IL), slippage, and gas costs, all over a specified time horizon. Basic per-period ROI = (Rewards + Fees − IL − Slippage − Gas) / InitialInvestment. If the period is T days, annualized ROI ≈ [(Rewards + Fees − IL − Slippage − Gas) / InitialInvestment] × (365 / T). If compounding occurs, adjust accordingly. Limitations include model risk, changing pool composition, and protocol-specific parameters. Example calculations should be provided with real values for clarity.
graph LR
Center["Liquidity Mining ROI Calculation"]:::main
Rel_liquidity_mining["liquidity-mining"]:::related -.-> Center
click Rel_liquidity_mining "/terms/liquidity-mining"
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"
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;
🧒 Простыми словами
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ Частые вопросы
What is ROI in liquidity mining?
Profit relative to invested capital over a time horizon.
Why does impermanent loss matter?
IL reduces net profitability when asset prices diverge.
Should ROI be annualized?
Annualization standardizes comparison across different horizons.
What costs to include?
Rewards, fees, IL, slippage and gas costs; exclude sunk costs.