ワンクリックで
migrator-uniswap-v4
Document and verify Doppler's Uniswap V4 migrator functionality, including standard and split migrator paths.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Document and verify Doppler's Uniswap V4 migrator functionality, including standard and split migrator paths.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Integrate and verify doppler-sol external hook programs for Initializer curve swaps and CPMM swaps/liquidity actions, including cosigner-hook expiry payloads, CPI return data, and remaining-account behavior.
Canonical reference for doppler-sol launch creation, bonding-curve trading, hook configuration, cosigner-gated launch payloads, migration handoff, authorized no-migrator launches, launch fee state, and initializer PDA semantics.
Use doppler-sol IDLs and the published TypeScript SDK for address derivation, account decoding, launch discovery, hook payload decoding, migrator payload encoding, and RPC lookup patterns.
Configure and verify doppler-sol initializer migrations into CPMM pools, including migrator payloads, state PDAs, migrated pool hook config, recipient distribution, and remaining-account order.
Reference for doppler-sol CPMM pools, positions, swaps, liquidity, protocol fee positions, oracle accounts, hooks, and PDA-based pool addressing.
Reference for doppler-sol launch, CPMM, protocol, and migration fee accounting across Initializer, CPMM, and CPMM migrator flows.
| name | migrator-uniswap-v4 |
| description | Document and verify Doppler's Uniswap V4 migrator functionality, including standard and split migrator paths. |
| license | MIT |
| metadata | {"author":"doppler","version":"1.0"} |
Source References: Use Doppler deployments as the contract source of truth for deployed addresses and revisions.
Airlock.migrate(asset).liquidityMigrator points to the intended V4 migrator path.UniswapV4MigratorSplit).Airlock.migrate(asset) through initializer exit and migrator handoff.UniswapV4MulticurveMigratorUniswapV4MigratorSplit| Item | Detail |
|---|---|
| Entrypoint caller | Airlock.migrate(asset) |
| Handoff call | liquidityMigrator.migrate(...) |
| Core contracts | UniswapV4MulticurveMigrator, UniswapV4MigratorSplit |
| Preferred posture | Canonical migration path for v4-capable deployments |
isToken0 orientation in split configuration.