uniswap-v4

Installation
SKILL.md

Skill based on Uniswap v4 Core (Uniswap/v4-core), generated at 2026-02-09.

Uniswap v4 is an AMM with a singleton PoolManager: all pool state lives in one contract. Interactions go through unlockunlockCallback, where callers perform swaps, liquidity changes, and donations, then settle balance deltas before the callback returns. Pools can attach hooks for lifecycle callbacks (initialize, add/remove liquidity, swap, donate).

Core References

Topic Description Reference
Architecture Singleton, unlock/callback flow, delta settlement core-architecture
Unlock callback IUnlockCallback, when to use unlock, security core-unlock-callback
Pool actions initialize, swap, modifyLiquidity, donate, take, settle, sync, mint, burn, clear core-pool-actions
Types PoolKey, PoolId, Currency, BalanceDelta, ModifyLiquidityParams, SwapParams core-types

Features

Hooks

Topic Description Reference
Hooks IHooks lifecycle, address-based flags, before/after callbacks features-hooks
Weekly Installs
7
GitHub Stars
3
First Seen
Feb 10, 2026
Installed on
gemini-cli7
github-copilot7
codex7
amp7
kimi-cli7
cursor7