THORChain and Impermanent Loss
How THORChain’s unique XYK implementation reduces impermanent loss for liquidity providers.
This story was originally called “THORChain’s Immunity to Impermanent Loss”, but that is inaccurate, since THORChain LPs can still experience Impermanent Loss, so the title has been amended.
Impermanent Loss
Impermanent loss is a phenomena unique to liquidity pools that implement the basic XYK formula. Given a pool with assets X and Y, and an input x and output y the formula is:
y = (x * Y) / (x + X) where Price P = X/Y.
The staker invested: X + (Y * P)
Price Change
After a period of time, the pool will have assets X' and Y' where X' = X + x and Y' = Y — y and the price is P' = X'/Y'.
Thus the assets are valued at:
STAKE: X` + (Y` * P`)
However, if the assets had just been held, they would be valued at:
HOLD: X + (Y * P`)
The loss is then given by (STAKE-HOLD)/HOLD
( X` + (Y` * P`) — X + (Y * P`) ) / ( X + (Y * P`) )
Which simplifies to: -1 * (x²/(2 X² + 2 X x + x²))

This is explained further in this article, by PinTail:

THORChain’s CLP Implementation
THORChain has a unique implementation of the XYK concept, as outlined in the original spec, and referred to as “Continuous Liquidity Pools (CLPs)”

Instead of adding a fixed-rate fee for every swap, THORChain adds a slip-based fee. This ensures that liquidity is incentivised exactly where it is needed.
Given a pool with assets X and Y, and an input x and output y the CLP formula is:
y = (x * Y * X) / (x + X)^2 where P = X/Y.
The slip-based fee does not eliminate Impermanent Loss, but since it drives more revenue to pools, it helps to reduce Impermanent Loss. This is in addition to the revenue that pools receive from emissions.
Other Benefits
There are more benefits to THORChain’s CLP algorithm since the fee is slip-based:
Better incentives for pools with poor liquidity, since fees are proportional to the slip received.
Very low fees for pools with deep liquidity.
Greater inertia for pool pricing, which means sandwich attacks are extremely expensive to perform.
Pool pricing can become a price feed (instead of more complex algorithms such as moving averages), since it is resistant to manipulation and sandwich attacks.
These will be expanded in a future blog.
Community
To keep up to date, please monitor community channels, particularly Telegram and Twitter:
- Twitter: https://twitter.com/thorchain_org
- Telegram Community: https://t.me/thorchain_org
- Telegram Announcements: https://t.me/thorchain
- Reddit: https://reddit.com/r/thorchain
- Github: https://github.com/thorchain
- Medium: https://medium.com/thorchain
Related articles
![A technical deep dive into the May 2026 THORChain exploit, explaining how the vulnerability was executed and how it was mitigated.]()
Aug. 6, 2026
THORChain Exploit Report #3
- Report
![Rujira banner announcing 18 new trading pairs on RUJI Trade with abstract purple liquidity routes.]()
Aug. 5, 2026
18 New Trading Pairs Are Now Live on RUJI Trade
- App-Layer
![Ecosystem Update Podcast with Depouch]()
Aug. 1, 2026
Inside depouch: Direct THORChain Swaps Built for Simplicity
- Podcast
![Rujira banner announcing multi-collateral borrowing in RUJI Money Market.]()
Jul. 30, 2026
Multi-Collateral Borrowing Is Live on RUJI Money Market
- App-Layer
![Monero Gets a Soft Launch as THORChain's v3.20 Enters Testing and ADR31 Passes]()
Jul. 30, 2026
Monero Gets a Soft Launch as THORChain's v3.20 Enters Testing and ADR31 Passes
- Podcast
![ADR031 - The Path Forward With Rujira]()
Jul. 29, 2026
ADR031 - The Path Forward With Rujira
![Rujira overview showing native-asset trading, automated trading, lending, borrowing, and liquidations built on THORChain.]()
Jul. 28, 2026
THORChain and Rujira: A Shared Foundation for Omnichain DeFi
- App-Layer
![THORChain and Pirate Chain podcast thumbnail featuring anarchy_dot_gov, KentonC137, and Patriotsounds discussing $ARRR listing on THORChain]()
Jul. 25, 2026
Pirate Chain Wants Off Centralized Exchanges: Next Ask Is an $ARRR Pool on THORChain
- Podcast
![THORChain ADR-029 article thumbnail explaining the REVSHARE mechanism, how the protocol pays affiliates from its own swap revenue and what that means for partner onboarding and quote competitiveness.]()
Jul. 24, 2026
ADR-029 Affiliate Revenue Share
- Report
![Rujira graphic introducing RUJI Money Market as a system for lending, borrowing, and bidding on liquidations.]()
Jul. 23, 2026
How RUJI Money Market Connects Lending, Borrowing, and Liquidations
- App-Layer
![THORChain Podcast #219 thumbnail.]()
Jul. 23, 2026
Dynamic Fees Take THORChain From 6% to 33.5% of ShapeShift Volume, With ADR29 Rev-Share Up Next
- Podcast
![THORChain is transparent even with privacy coins thumbnail.]()
Jul. 21, 2026
THORChain Is Transparent Even With Privacy Coins
- Guide
![THORChain x Liquidy Ecosystem Podcast #218 thumbnail.]()
Jul. 18, 2026
Inside Liquidy’s $700K Treasury: Market Making, Governance and Smarter Rujira Swaps
- Podcast
![THORChain Q2 2026 report thumbnail.]()
Jul. 17, 2026
THORChain Quarterly Report - Q2 2026
- Report
![THORChain Community Podcast #217 thumbnail featuring Devel, Boone, Kenton and Patriotsounds discussing base-layer limit orders, Monero's final review stage and post-exploit volume recovery.]()
Jul. 16, 2026
Devel's Limit Orders Could Make THORChain Swaps Up to 4x Cheaper, at No Cost to the Protocol
- Podcast















