# Impermanent Loss Calculation ⎊ Area ⎊ Resource 6

---

## What is the Calculation of Impermanent Loss Calculation?

Impermanent loss represents a divergence between holding an asset directly versus providing liquidity to an automated market maker (AMM). This loss arises from price fluctuations of the deposited assets relative to simply holding them, quantified by the difference in value. The magnitude of impermanent loss is directly proportional to the volatility of the asset pair and the pool’s liquidity depth, impacting the profitability of liquidity provision. Accurate calculation necessitates tracking asset prices at the time of deposit and withdrawal, alongside the pool’s token ratio.

## What is the Adjustment of Impermanent Loss Calculation?

Mitigating impermanent loss involves strategies focused on selecting stable asset pairs or utilizing dynamic fee structures within AMMs. Active management of liquidity positions, including rebalancing based on price movements, can partially offset potential losses, though introduces transaction costs. Furthermore, protocols are exploring mechanisms like range orders and concentrated liquidity to refine exposure and reduce the impact of price divergence.

## What is the Algorithm of Impermanent Loss Calculation?

The core algorithm for impermanent loss calculation centers on comparing the initial value of deposited assets to their value if held outside the AMM throughout the liquidity provision period. This comparison utilizes the constant product formula (x y = k) inherent to many AMMs, where x and y represent the quantities of each token and k remains constant during trades. Sophisticated models incorporate trading fees earned as a partial offset, but the fundamental principle remains assessing the opportunity cost of liquidity provision.


---

## [Yield Farming Hedge](https://term.greeks.live/definition/yield-farming-hedge/)

Using derivative instruments to offset price risk while earning interest from liquidity provision or staking. ⎊ Definition

## [Whale Manipulation](https://term.greeks.live/definition/whale-manipulation/)

Large capital holders using their influence to manipulate market prices or protocol outcomes for private gain. ⎊ Definition

## [Range Rebalancing Strategies](https://term.greeks.live/definition/range-rebalancing-strategies/)

Adjusting capital within liquidity bands to optimize fee yields and manage asset exposure in decentralized trading pools. ⎊ Definition

## [Constant Product Market Maker](https://term.greeks.live/definition/constant-product-market-maker/)

An AMM model using the x y=k formula to determine asset prices based on the ratio of tokens in a liquidity pool. ⎊ Definition

## [LP Returns](https://term.greeks.live/definition/lp-returns/)

Earnings from transaction fees and incentives for providing capital to decentralized liquidity pools minus impermanent loss. ⎊ Definition

## [Automated Market Maker Liquidity Risks](https://term.greeks.live/definition/automated-market-maker-liquidity-risks/)

Risks inherent in algorithmic pricing models where liquidity provision is sensitive to volatility and oracle reliability. ⎊ Definition

## [Liquidity Provision Efficiency](https://term.greeks.live/definition/liquidity-provision-efficiency/)

The ratio of trading fees earned to the total capital committed by a liquidity provider in a decentralized exchange. ⎊ Definition

## [Return on Capital Analysis](https://term.greeks.live/definition/return-on-capital-analysis/)

The measure of profit generated per unit of capital deployed within a specific financial or crypto trading strategy. ⎊ Definition

## [Liquidity Mining Risk](https://term.greeks.live/definition/liquidity-mining-risk/)

Risks faced by liquidity providers, including impermanent loss, smart contract exploits, and reward token volatility. ⎊ Definition

## [LTV Buffer](https://term.greeks.live/definition/ltv-buffer/)

The safety margin between the current loan-to-value ratio and the maximum permitted limit for a position. ⎊ Definition

## [Leveraged Yield Farming](https://term.greeks.live/definition/leveraged-yield-farming/)

The use of borrowed capital to increase investment in yield-bearing pools to maximize potential returns. ⎊ Definition

## [AMM Slippage](https://term.greeks.live/definition/amm-slippage/)

The price impact caused by executing a trade against an automated liquidity pool that changes the asset ratio. ⎊ Definition

## [Impermanent Loss in Liquidation](https://term.greeks.live/definition/impermanent-loss-in-liquidation/)

The risk that liquidity providers lose value when facilitating trades for liquidated assets during market volatility. ⎊ Definition

## [Liquidity Provider Risks](https://term.greeks.live/term/liquidity-provider-risks/)

Meaning ⎊ Liquidity provider risks are the inherent financial trade-offs and systemic hazards faced when underwriting volatility in decentralized derivative markets. ⎊ Definition

## [Liquidity Provider Yield Strategies](https://term.greeks.live/definition/liquidity-provider-yield-strategies/)

Tactical approaches to allocating capital in liquidity pools to maximize fee revenue while managing inherent risks. ⎊ Definition

---

## Raw Schema Data

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://term.greeks.live/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Area",
            "item": "https://term.greeks.live/area/"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Impermanent Loss Calculation",
            "item": "https://term.greeks.live/area/impermanent-loss-calculation/"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Resource 6",
            "item": "https://term.greeks.live/area/impermanent-loss-calculation/resource/6/"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "What is the Calculation of Impermanent Loss Calculation?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Impermanent loss represents a divergence between holding an asset directly versus providing liquidity to an automated market maker (AMM). This loss arises from price fluctuations of the deposited assets relative to simply holding them, quantified by the difference in value. The magnitude of impermanent loss is directly proportional to the volatility of the asset pair and the pool’s liquidity depth, impacting the profitability of liquidity provision. Accurate calculation necessitates tracking asset prices at the time of deposit and withdrawal, alongside the pool’s token ratio."
            }
        },
        {
            "@type": "Question",
            "name": "What is the Adjustment of Impermanent Loss Calculation?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Mitigating impermanent loss involves strategies focused on selecting stable asset pairs or utilizing dynamic fee structures within AMMs. Active management of liquidity positions, including rebalancing based on price movements, can partially offset potential losses, though introduces transaction costs. Furthermore, protocols are exploring mechanisms like range orders and concentrated liquidity to refine exposure and reduce the impact of price divergence."
            }
        },
        {
            "@type": "Question",
            "name": "What is the Algorithm of Impermanent Loss Calculation?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "The core algorithm for impermanent loss calculation centers on comparing the initial value of deposited assets to their value if held outside the AMM throughout the liquidity provision period. This comparison utilizes the constant product formula (x y = k) inherent to many AMMs, where x and y represent the quantities of each token and k remains constant during trades. Sophisticated models incorporate trading fees earned as a partial offset, but the fundamental principle remains assessing the opportunity cost of liquidity provision."
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "CollectionPage",
    "headline": "Impermanent Loss Calculation ⎊ Area ⎊ Resource 6",
    "description": "Calculation ⎊ Impermanent loss represents a divergence between holding an asset directly versus providing liquidity to an automated market maker (AMM). This loss arises from price fluctuations of the deposited assets relative to simply holding them, quantified by the difference in value.",
    "url": "https://term.greeks.live/area/impermanent-loss-calculation/resource/6/",
    "publisher": {
        "@type": "Organization",
        "name": "Greeks.live"
    },
    "hasPart": [
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/yield-farming-hedge/",
            "url": "https://term.greeks.live/definition/yield-farming-hedge/",
            "headline": "Yield Farming Hedge",
            "description": "Using derivative instruments to offset price risk while earning interest from liquidity provision or staking. ⎊ Definition",
            "datePublished": "2026-03-21T10:39:48+00:00",
            "dateModified": "2026-03-21T10:41:04+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/composable-defi-protocols-and-layered-derivative-payoff-structures-illustrating-systemic-risk.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "This abstract artwork showcases multiple interlocking, rounded structures in a close-up composition. The shapes feature varied colors and materials, including dark blue, teal green, shiny white, and a bright green spherical center, creating a sense of layered complexity."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/whale-manipulation/",
            "url": "https://term.greeks.live/definition/whale-manipulation/",
            "headline": "Whale Manipulation",
            "description": "Large capital holders using their influence to manipulate market prices or protocol outcomes for private gain. ⎊ Definition",
            "datePublished": "2026-03-21T10:06:26+00:00",
            "dateModified": "2026-03-21T10:08:06+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/interlocking-defi-protocols-cross-chain-liquidity-provision-systemic-risk-and-arbitrage-loops.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A complex knot formed by four hexagonal links colored green light blue dark blue and cream is shown against a dark background. The links are intertwined in a complex arrangement suggesting high interdependence and systemic connectivity."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/range-rebalancing-strategies/",
            "url": "https://term.greeks.live/definition/range-rebalancing-strategies/",
            "headline": "Range Rebalancing Strategies",
            "description": "Adjusting capital within liquidity bands to optimize fee yields and manage asset exposure in decentralized trading pools. ⎊ Definition",
            "datePublished": "2026-03-21T02:44:00+00:00",
            "dateModified": "2026-03-21T02:44:30+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-volatility-skew-analysis-and-portfolio-rebalancing-for-decentralized-finance-synthetic-derivatives-trading-strategies.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A high-tech, abstract object resembling a mechanical sensor or drone component is displayed against a dark background. The object combines sharp geometric facets in teal, beige, and bright blue at its rear with a smooth, dark housing that frames a large, circular lens with a glowing green ring at its center."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/constant-product-market-maker/",
            "url": "https://term.greeks.live/definition/constant-product-market-maker/",
            "headline": "Constant Product Market Maker",
            "description": "An AMM model using the x y=k formula to determine asset prices based on the ratio of tokens in a liquidity pool. ⎊ Definition",
            "datePublished": "2026-03-20T18:52:12+00:00",
            "dateModified": "2026-03-20T18:53:08+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/multi-layered-composite-asset-illustrating-dynamic-risk-management-in-defi-structured-products-and-options-volatility-surfaces.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A three-dimensional abstract geometric structure is displayed, featuring multiple stacked layers in a fluid, dynamic arrangement. The layers exhibit a color gradient, including shades of dark blue, light blue, bright green, beige, and off-white."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/lp-returns/",
            "url": "https://term.greeks.live/definition/lp-returns/",
            "headline": "LP Returns",
            "description": "Earnings from transaction fees and incentives for providing capital to decentralized liquidity pools minus impermanent loss. ⎊ Definition",
            "datePublished": "2026-03-20T18:48:56+00:00",
            "dateModified": "2026-03-20T18:49:24+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/complex-structured-note-design-incorporating-automated-risk-mitigation-and-dynamic-payoff-structures.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A stylized, high-tech object with a sleek design is shown against a dark blue background. The core element is a teal-green component extending from a layered base, culminating in a bright green glowing lens."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/automated-market-maker-liquidity-risks/",
            "url": "https://term.greeks.live/definition/automated-market-maker-liquidity-risks/",
            "headline": "Automated Market Maker Liquidity Risks",
            "description": "Risks inherent in algorithmic pricing models where liquidity provision is sensitive to volatility and oracle reliability. ⎊ Definition",
            "datePublished": "2026-03-20T13:37:36+00:00",
            "dateModified": "2026-03-20T13:38:29+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-automated-market-maker-smart-contract-logic-and-collateralization-ratio-mechanism.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A detailed abstract image shows a blue orb-like object within a white frame, embedded in a dark blue, curved surface. A vibrant green arc illuminates the bottom edge of the central orb."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/liquidity-provision-efficiency/",
            "url": "https://term.greeks.live/definition/liquidity-provision-efficiency/",
            "headline": "Liquidity Provision Efficiency",
            "description": "The ratio of trading fees earned to the total capital committed by a liquidity provider in a decentralized exchange. ⎊ Definition",
            "datePublished": "2026-03-20T12:57:04+00:00",
            "dateModified": "2026-03-20T12:58:41+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/complex-layered-architecture-in-decentralized-finance-derivatives-for-risk-stratification-and-liquidity-provision.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "An abstract digital rendering presents a series of nested, flowing layers of varying colors. The layers include off-white, dark blue, light blue, and bright green, all contained within a dark, ovoid outer structure."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/return-on-capital-analysis/",
            "url": "https://term.greeks.live/definition/return-on-capital-analysis/",
            "headline": "Return on Capital Analysis",
            "description": "The measure of profit generated per unit of capital deployed within a specific financial or crypto trading strategy. ⎊ Definition",
            "datePublished": "2026-03-20T12:57:01+00:00",
            "dateModified": "2026-03-20T12:58:21+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/multi-layered-risk-propagation-analysis-in-decentralized-finance-protocols-and-options-hedging-strategies.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "An abstract composition features smooth, flowing layered structures moving dynamically upwards. The color palette transitions from deep blues in the background layers to light cream and vibrant green at the forefront."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/liquidity-mining-risk/",
            "url": "https://term.greeks.live/definition/liquidity-mining-risk/",
            "headline": "Liquidity Mining Risk",
            "description": "Risks faced by liquidity providers, including impermanent loss, smart contract exploits, and reward token volatility. ⎊ Definition",
            "datePublished": "2026-03-20T06:54:54+00:00",
            "dateModified": "2026-03-20T06:55:19+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/interwoven-architecture-of-multi-layered-derivatives-protocols-visualizing-defi-liquidity-flow-and-market-risk-tranches.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The image displays glossy, flowing structures of various colors, including deep blue, dark green, and light beige, against a dark background. Bright neon green and blue accents highlight certain parts of the structure."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/ltv-buffer/",
            "url": "https://term.greeks.live/definition/ltv-buffer/",
            "headline": "LTV Buffer",
            "description": "The safety margin between the current loan-to-value ratio and the maximum permitted limit for a position. ⎊ Definition",
            "datePublished": "2026-03-20T02:35:34+00:00",
            "dateModified": "2026-03-20T02:36:07+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/collateralization-of-structured-products-and-layered-risk-tranches-in-decentralized-finance-ecosystems.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A complex, layered abstract form dominates the frame, showcasing smooth, flowing surfaces in dark blue, beige, bright blue, and vibrant green. The various elements fit together organically, suggesting a cohesive, multi-part structure with a central core."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/leveraged-yield-farming/",
            "url": "https://term.greeks.live/definition/leveraged-yield-farming/",
            "headline": "Leveraged Yield Farming",
            "description": "The use of borrowed capital to increase investment in yield-bearing pools to maximize potential returns. ⎊ Definition",
            "datePublished": "2026-03-19T20:10:30+00:00",
            "dateModified": "2026-03-19T20:10:45+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/intertwined-multi-asset-collateralized-risk-layers-representing-decentralized-derivatives-markets-analysis.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "An abstract visualization featuring multiple intertwined, smooth bands or ribbons against a dark blue background. The bands transition in color, starting with dark blue on the outer layers and progressing to light blue, beige, and vibrant green at the core, creating a sense of dynamic depth and complexity."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/amm-slippage/",
            "url": "https://term.greeks.live/definition/amm-slippage/",
            "headline": "AMM Slippage",
            "description": "The price impact caused by executing a trade against an automated liquidity pool that changes the asset ratio. ⎊ Definition",
            "datePublished": "2026-03-19T18:42:29+00:00",
            "dateModified": "2026-03-19T18:42:45+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/high-frequency-trading-algorithmic-market-making-strategy-for-decentralized-finance-liquidity-provision-and-options-premium-extraction.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The image displays a futuristic object with a sharp, pointed blue and off-white front section and a dark, wheel-like structure featuring a bright green ring at the back. The object's design implies movement and advanced technology."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/impermanent-loss-in-liquidation/",
            "url": "https://term.greeks.live/definition/impermanent-loss-in-liquidation/",
            "headline": "Impermanent Loss in Liquidation",
            "description": "The risk that liquidity providers lose value when facilitating trades for liquidated assets during market volatility. ⎊ Definition",
            "datePublished": "2026-03-19T15:15:26+00:00",
            "dateModified": "2026-03-19T15:15:45+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-protocol-algorithmic-volatility-dampening-mechanism-for-derivative-settlement-optimization.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The image displays a cutaway view of a precision technical mechanism, revealing internal components including a bright green dampening element, metallic blue structures on a threaded rod, and an outer dark blue casing. The assembly illustrates a mechanical system designed for precise movement control and impact absorption."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/term/liquidity-provider-risks/",
            "url": "https://term.greeks.live/term/liquidity-provider-risks/",
            "headline": "Liquidity Provider Risks",
            "description": "Meaning ⎊ Liquidity provider risks are the inherent financial trade-offs and systemic hazards faced when underwriting volatility in decentralized derivative markets. ⎊ Definition",
            "datePublished": "2026-03-19T04:36:18+00:00",
            "dateModified": "2026-03-20T01:28:50+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/cyclical-interconnectedness-of-decentralized-finance-derivatives-and-smart-contract-liquidity-provision.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A symmetrical, continuous structure composed of five looping segments twists inward, creating a central vortex against a dark background. The segments are colored in white, blue, dark blue, and green, highlighting their intricate and interwoven connections as they loop around a central axis."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/liquidity-provider-yield-strategies/",
            "url": "https://term.greeks.live/definition/liquidity-provider-yield-strategies/",
            "headline": "Liquidity Provider Yield Strategies",
            "description": "Tactical approaches to allocating capital in liquidity pools to maximize fee revenue while managing inherent risks. ⎊ Definition",
            "datePublished": "2026-03-18T20:05:01+00:00",
            "dateModified": "2026-03-18T20:05:19+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/multi-protocol-decentralized-finance-ecosystem-liquidity-flows-and-yield-farming-strategies-visualization.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The image depicts an abstract arrangement of multiple, continuous, wave-like bands in a deep color palette of dark blue, teal, and beige. The layers intersect and flow, creating a complex visual texture with a single, brightly illuminated green segment highlighting a specific junction point."
            }
        }
    ],
    "image": {
        "@type": "ImageObject",
        "url": "https://term.greeks.live/wp-content/uploads/2025/12/composable-defi-protocols-and-layered-derivative-payoff-structures-illustrating-systemic-risk.jpg"
    }
}
```


---

**Original URL:** https://term.greeks.live/area/impermanent-loss-calculation/resource/6/
