v4-dynamic-auction
✓Reference for Doppler V4 dynamic auctions. Use when working with the Doppler hook, epoch-based rebalancing, tick accumulator, or V4-based token launches. Covers gamma, slug types, dynamic auction modes, and exit conditions.
Installation
SKILL.md
Source References: Code citations link to raw GitHub files pinned to commit 988dab4. To fetch specific lines: curl -s " " | sed -n 'START,ENDp'
A V4 dynamic auction uses a Uniswap V4 hook to automatically rebalance the bonding curve every epoch based on actual sales performance. Unlike V3 static auctions, the price curve actively adjusts.
| Doppler | src/initializers/Doppler.sol | Main V4 dynamic auction hook | | UniswapV4Initializer | src/initializers/UniswapV4Initializer.sol | V4 pool initialization |
Reference for Doppler V4 dynamic auctions. Use when working with the Doppler hook, epoch-based rebalancing, tick accumulator, or V4-based token launches. Covers gamma, slug types, dynamic auction modes, and exit conditions. 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 v4-dynamic-auction- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is v4-dynamic-auction?
Reference for Doppler V4 dynamic auctions. Use when working with the Doppler hook, epoch-based rebalancing, tick accumulator, or V4-based token launches. Covers gamma, slug types, dynamic auction modes, and exit conditions. Source: rustydotwtf/doppler-skills.
How do I install v4-dynamic-auction?
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 v4-dynamic-auction 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