uniswap-fundamentals

Reference for Uniswap V3/V4 concepts used in Doppler development, including tick math, sqrtPriceX96, concentrated liquidity formulas, and V4 hooks/singleton architecture.

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-fundamentals" with this command: npx skills add rustydotwtf/doppler-skills/rustydotwtf-doppler-skills-uniswap-fundamentals

Uniswap Fundamentals (Doppler-focused)

When to use

  • You need math/context for Doppler pool parameters and pricing
  • You are interpreting tick movement, liquidity ranges, or sqrtPriceX96 values
  • You are debugging V4 hook lifecycle behavior

Scope

This skill is intentionally V3/V4-centric for current Doppler development.

Core concepts map

ConceptVersionReference
sqrtPriceX96 and tick mathV3+V4TICK-MATH.md
Liquidity formulasV3+V4LIQUIDITY.md
Singleton + flash accountingV4V4-ARCHITECTURE.md
Hook lifecycle and flagsV4V4-HOOKS.md

Doppler usage map

Doppler skillUniswap concepts used
pda-staticV3 tick spacing, range liquidity, far-tick exits
pda-dynamicV4 hooks, epoch rebalancing, dynamic liquidity placement
pda-multicurveV4 concentrated ranges, multicurve allocation
doppler-hooksV4 hook permissions and callback integration

Critical invariant

Token ordering (token0 < token1) drives:

  • Tick direction interpretation
  • Price direction assumptions
  • Asset/numeraire orientation in calculations and migration logic

References

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.

General

token-lifecycle

No summary provided by upstream source.

Repository SourceNeeds Review
General

fee-architecture

No summary provided by upstream source.

Repository SourceNeeds Review
General

verification

No summary provided by upstream source.

Repository SourceNeeds Review
General

proceeds-split-migration

No summary provided by upstream source.

Repository SourceNeeds Review