The recipe

How a frozen launch works.

The short version

A Glacipop coin is an ordinary token with an ordinary Uniswap v4 pool. The only unusual part is the pool's hook: it charges a swap fee that starts high at the launch block and falls in a straight line to 1%.

The melt curve

The creator picks two numbers when freezing a coin: the frozen fee (20%, 35%, 50%) and the melt time (10, 30, 60 minutes). From then on the fee at any moment is:

fee(t) = frozen − (frozen − 1%) × t ÷ meltTime   →   1% once t ≥ meltTime

Example with a 35% freeze melting over 30 minutes:

Minutes after launchSwap feeFee on a Ξ0.1 buy
035.0%Ξ0.0350
133.9%Ξ0.0339
529.3%Ξ0.0293
1023.7%Ξ0.0237
2012.3%Ξ0.0123
301.0%Ξ0.0010
451.0%Ξ0.0010

Where the fees go

Every fee is taken in ETH. 90% goes to the coin's creator and 10% to Glacipop — the same split during the melt and after it. There is no separate "launch tax" wallet and no fee that only the platform sees.

What is fixed at launch

What it does not do

Status

The contracts are in development. Nothing is deployed and there is no Glacipop token address yet — when there is, it will be published here and on our own channels only.