Your fees

Every swap in a Snowly pool pays a fee on what goes into it, and the creator’s share of that is banked as a claim against the pool manager — redeemed when you withdraw. The rate and the split are constants in the hook.

Connect a wallet to see what it is owed.

Why it is banked rather than paid out mid-swap

Taking real ETH out of the pool manager during a swap would revert on a pool that has none yet — which is every pool until its first buy, and that would make a fresh launch unbuyable. So the hook mints an ERC-6909 claim instead and redeems it here, in a transaction of its own.

Sells pay their fee in the token rather than ETH. Withdrawing those needs the token’s own address, and the contract takes several at once — `withdrawMany` on the hook.