ComeBackHome
Every launch trades against one quote asset, through one hook that nobody can swap out. Fees stay at or under 5% each way, LP fee included.
Launches
–
From the factory registry
Quote token per ETH
–
Uniswap v3 price
Launch volume
–
Quote leg, all launch pools
Reading Ethereum…
One launch, one transaction
Deploy a fixed-supply token. It has no mint function.
Check the supply before anything depends on it.
Register the pool on the hook, with its fees checked against the cap.
Open the Uniswap v4 pool against the quote token.
Seed the liquidity, single-sided, into the vault.
Record the launch in the public registry.
Before you trade
Launch liquidity is operator-controlled. It sits in a vault whose operator can remove it at any time, and everything removed goes to the operator. The 1% LP fee goes to the operator too. The fee cap, the fixed supply and the quote pairing are enforced by code; the liquidity is not. Read the Guardrail.