Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hairyf avatar

Uniswap V4

  • 9 installs
  • 4 repo stars
  • Updated February 25, 2026
  • hairyf/blockchain-master

Integrate Uniswap v4 core - the singleton PoolManager, unlock/callback flow, pool actions (swap, liquidity, donate), hooks, and types.

About

Uniswap v4 is an AMM with a singleton PoolManager where interactions flow through unlock and unlockCallback and settle balance deltas. A developer uses it to build contracts that swap, manage liquidity, or attach hooks.

  • Singleton PoolManager with unlock -> unlockCallback flow
  • Pool actions (swap, liquidity, donate) and lifecycle hooks

Uniswap V4 by the numbers

  • 9 all-time installs (skills.sh)
  • Ranked #319 of 479 Web3 & Blockchain skills by installs in the Skillselion catalog
  • Data as of Jul 13, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hairyf/blockchain-master --skill uniswap-v4

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
repo stars4
Last updatedFebruary 25, 2026
Repositoryhairyf/blockchain-master

What it does

Integrate Uniswap v4 core - the singleton PoolManager, unlock/callback flow, pool actions (swap, liquidity, donate), hooks, and types.

Files

SKILL.mdMarkdownGitHub ↗
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

TopicDescriptionReference
ArchitectureSingleton, unlock/callback flow, delta settlementcore-architecture
Unlock callbackIUnlockCallback, when to use unlock, securitycore-unlock-callback
Pool actionsinitialize, swap, modifyLiquidity, donate, take, settle, sync, mint, burn, clearcore-pool-actions
TypesPoolKey, PoolId, Currency, BalanceDelta, ModifyLiquidityParams, SwapParamscore-types

Features

Hooks

TopicDescriptionReference
HooksIHooks lifecycle, address-based flags, before/after callbacksfeatures-hooks

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.