uniswap-v4

Uniswap v4 core pool logic — singleton PoolManager, unlock/callback, pool actions, hooks, and types.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "uniswap-v4" with this command: npx skills add hairyf/blockchain-master/hairyf-blockchain-master-uniswap-v4

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

openzeppelin-contracts

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

viem

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

ton

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

wagmi

No summary provided by upstream source.

Repository SourceNeeds Review
uniswap-v4 | V50.AI