Create Uniswap V4 Hook CLMM Workflow

Configure parameters and deploy a new Hook CLMM workflow with bonding curve dynamics on Uniswap V4.

Token Configuration

Configure the curve token (sold during bonding curve phase) and collateral token (used to purchase).

Token distributed during the bonding curve phase

Token users pay to buy curve tokens (e.g. USDC, WETH)

Address to receive protocol fees. Defaults to 0x1111... if empty.

Advanced Parameters

Bonding curve configuration. Defaults match the Mosaic deployment script.

Additional Configuration

Optional settings for your Hook CLMM Workflow.

After deployment, you must run the pool initialization script (DeployUniswapV4Hook.s.sol) to deploy the hook wrapper and initialize the Uniswap V4 pool.

Deployment