// multi-utility computation suite · offline · instant · precise
┌──────────────────────────┐
│ [c] calcalyst_ │
│ computation suite │
└──────────────────────────┘
// select a module to initialize
/ search↵ open firstesc close
// adsenseEMPTY_LEADER_SLOT728×90
// adsenseMOBILE_ANCHOR_SLOT320×50
// keyboard_shortcuts
/focus search
↑↓navigate module list
Enter
open first result from search
open highlighted
compute when module is open
compute when focused in a field
Escclose module · clear selection
⌫
fin.DeFi-impermanent-loss Calculator
Calculates impermanent loss for a DeFi liquidity provider position when the price ratio between two assets changes. Impermanent loss is the return drag vs. simply holding the assets — at a 2× price ratio change, the IL is 5.7%; at 4×, it's 20%.
Inputs
Price Ratio Initial
Reference formula or conversion factor shown for context.
Price Ratio Final
Reference formula or conversion factor shown for context.
Results
impermanent loss %
The loss from providing liquidity compared to simply holding the assets, caused by price divergence. It is only realised when you withdraw liquidity.
price ratio change
The computed or recommended price.
IL = 2√r/(1+r) − 1
Reference formula or conversion factor shown for context.