stroid.fun

FAQ

Common stroid launchpad questions.

Is liquidity locked?

Yes. The Uniswap v4 LP position NFT minted at launch is transferred to 0x000000000000000000000000000000000000dEaD, so it can never be moved or withdrawn by anyone — not the creator, not the protocol.

Is there any extra backend fee?

No. Only the on-chain creationFee (currently 0.002 ETH, set on LaunchpadV3 and tunable by the multisig admin up to a hard cap of 0.01 ETH) plus normal Ethereum gas. No off-chain markup, no subscription, no withdrawal fee.

How do I claim creator fees?

Open the Claim Fees page and connect the wallet that launched your token (the address in creator on the token's tokenInfo).

The widget reads ethOwed(your wallet) from both fee hooks in parallel:

  • v30x0d62529346ac2c61f5c0582210D01214687bc0CC — used by every token launched after the V3 upgrade.
  • v20x8A22e2A5768C72751F2Da3E3b904365203b100cC — kept around so creators of legacy V2 tokens can still pull accumulated fees.

It then shows one combined Claimable total. If your wallet has fees on both hooks, a per-hook breakdown line appears underneath and the claim button sends one claim() transaction per non-zero hook (V3 first, then V2) through your wallet — you sign each one, the widget waits for each receipt before moving on, and ETH lands directly in the connected wallet.

If you set up creator-fee recipient splits at launch, claims still go to the configured recipients automatically — you don't need to call them separately. The same is true for partner attribution: if a Stroid admin has registered your partner wallet on FeeHookV3, that wallet will see its share under ethOwed and can claim independently.

On this page