一键导入
token-lifecycle
Reference for Doppler token creation, vesting, inflation, and factory selection across DERC20, DERC2080, CloneERC20, and CloneDERC20VotesV2 paths.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reference for Doppler token creation, vesting, inflation, and factory selection across DERC20, DERC2080, CloneERC20, and CloneDERC20VotesV2 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 | token-lifecycle |
| description | Reference for Doppler token creation, vesting, inflation, and factory selection across DERC20, DERC2080, CloneERC20, and CloneDERC20VotesV2 paths. |
| license | MIT |
| metadata | {"author":"doppler","version":"2.0"} |
Source References: Use Doppler deployments as the contract source of truth for deployed addresses and revisions.
OpenZeppelin Governor: disabled (default for most launches)OpenZeppelin Governor: enabled (when token-holder governance is required)ITokenFactory)TokenFactory / DERC20TokenFactory80 / DERC2080CloneERC20Factory / CloneERC20CloneERC20VotesFactory / CloneERC20VotesCloneDERC20VotesV2Factory / CloneDERC20VotesV2 (multi-schedule vesting)| Family | Votes | Vesting model | Deployment style |
|---|---|---|---|
DERC20 / DERC2080 | Yes | Single-schedule style | Full deployment |
CloneERC20 | No | Single-schedule style | ERC1167 clone |
CloneERC20Votes | Yes | Single-schedule style | ERC1167 clone |
CloneDERC20VotesV2 | Yes | Multi-schedule vesting | ERC1167 clone |
doppler/src/tokens/*.sol (especially CloneDERC20VotesV2.sol, CloneDERC20VotesV2Factory.sol)