verification

Installation
SKILL.md

Verification

When to use

  • Contract state does not match expected launch/migration behavior
  • Rebalances, fee claims, or migration splits need confirmation
  • You need deterministic proof from chain data before making changes

Tool selection

  • cast: fast reads and direct function checks
  • viem: precision-safe math and custom scripts
  • raw RPC: historical eth_call at prior blocks
  • explorers/indexer: events, tx traces, and timeline reconstruction

Core workflow

  1. Identify module path:
    • Dynamic (Doppler)
    • Multicurve (base/scheduled/decay)
    • Hook-initializer (DopplerHookInitializer + hooks)
    • Proceeds split migration (UniswapV4MigratorSplit, TopUpDistributor)
Related skills
Installs
8
GitHub Stars
4
First Seen
Feb 3, 2026