Tag: uniswap
All the articles with the tag "uniswap".
Uniswap V4 Hooks — What the Next DEX Paradigm Looks Like
Posted on:February 9, 2026 at 10:00 AMUniswap V4 introduces hooks — arbitrary code that runs before/after swaps, LP actions, and pool initialization. This transforms Uniswap from a fixed-function AMM into a programmable financial primitive. A technical deep dive into the architecture and what it enables.
Impermanent Loss — The Hidden Cost of DeFi Liquidity Provision
Posted on:August 11, 2025 at 10:00 AMA complete mathematical treatment of impermanent loss in AMMs: the derivation, the formula, the exact scenarios where it's catastrophic vs acceptable, and how V3 concentrated liquidity amplifies it. Includes an interactive P&L calculator.
UniswapV3 Interactive Explorer — Concentrated Liquidity, Ticks, and Capital Efficiency
Posted on:June 25, 2024 at 10:00 AMInteractive explorer for UniswapV3 concentrated liquidity: configure your price range, see capital efficiency vs V2, tick numbers, token composition, and impermanent loss exposure — all live in the browser.
UniswapV3 — Concentrated Liquidity, Ticks, and Why It's Genius
Posted on:June 17, 2024 at 10:00 AMUniswapV3 introduced concentrated liquidity — LPs can now provide liquidity within a specific price range instead of across 0 to infinity. This post explains the tick system, range math, and why V3 can be up to 4000x more capital efficient than V2.
UniswapV2 Interactive Simulator — Explore AMM Mechanics In Your Browser
Posted on:January 25, 2024 at 10:00 AMThree interactive apps exploring UniswapV2 mechanics: a trade simulator showing price impact and fee math in real time, the constant product x·y=k curve visualizer, and a deep dive into the actual Solidity storage variables changing with each swap.