uniswap-fundamentals
✓Reference for Uniswap protocol concepts used in Doppler development. Covers tick math, sqrtPriceX96, liquidity formulas (V3+V4), and V4-specific features like hooks and singleton architecture. Each section clearly marks which version it applies to.
Installation
SKILL.md
Core Uniswap concepts needed for Doppler development. Each section clearly indicates which version(s) it applies to.
| [V2] | Uniswap V2 only | | [V3] | Uniswap V3 only | | [V4] | Uniswap V4 only | | [V3+V4] | Applies to both V3 and V4 (concentrated liquidity) |
| Liquidity type | Full range | Concentrated | Concentrated | | Position representation | ERC-20 LP tokens | NFT | Via PoolManager | | Price representation | Reserves ratio | sqrtPriceX96 | sqrtPriceX96 | | Tick system | N/A | Yes | Yes | | Fee tiers | Fixed 0.3% | 0.01%, 0.05%, 0.30%, 1% | Dynamic |
Reference for Uniswap protocol concepts used in Doppler development. Covers tick math, sqrtPriceX96, liquidity formulas (V3+V4), and V4-specific features like hooks and singleton architecture. Each section clearly marks which version it applies to. Source: rustydotwtf/doppler-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rustydotwtf/doppler-skills --skill uniswap-fundamentals- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is uniswap-fundamentals?
Reference for Uniswap protocol concepts used in Doppler development. Covers tick math, sqrtPriceX96, liquidity formulas (V3+V4), and V4-specific features like hooks and singleton architecture. Each section clearly marks which version it applies to. Source: rustydotwtf/doppler-skills.
How do I install uniswap-fundamentals?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rustydotwtf/doppler-skills --skill uniswap-fundamentals Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rustydotwtf/doppler-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05