What is uniswap-v4?
Uniswap v4 core pool logic — singleton PoolManager, unlock/callback, pool actions, hooks, and types. Source: hairyf/blockchain-master.
Uniswap v4 core pool logic — singleton PoolManager, unlock/callback, pool actions, hooks, and types.
Quickly install uniswap-v4 AI skill to your development environment via command line
Source: hairyf/blockchain-master.
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 unlock → unlockCallback, 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).
| 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 |
Uniswap v4 core pool logic — singleton PoolManager, unlock/callback, pool actions, hooks, and types. Source: hairyf/blockchain-master.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/hairyf/blockchain-master --skill uniswap-v4Uniswap v4 core pool logic — singleton PoolManager, unlock/callback, pool actions, hooks, and types. Source: hairyf/blockchain-master.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hairyf/blockchain-master --skill uniswap-v4 Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/hairyf/blockchain-master