stroid.fun

Fees and Earnings

Launch costs, creator earnings, and claiming.

Launch cost components

  • Protocol launch fee: CREATION_FEE() (read from contract)
  • Minimum dev buy: 0.03 ETH

Minimum total ETH to launch is CREATION_FEE() + 0.03 ETH (plus gas).

Trading fee split

  • Creator share: 60%
  • Protocol share: 40%

Trading fees accrue as users trade after launch. The split is always 60/40 (creator/protocol).

How creator fee claiming works

Creator earnings are accrued on-chain and can be claimed to the creator wallet.

Quick claim flow

  1. Open the stroid app with the same wallet that created the token.
  2. Go to claim fees.
  3. Click claim for your stroid wallet.
  4. Confirm the transaction in your wallet.
  5. Claimed ETH is sent directly to your creator wallet address.

What the claim transaction does

  • It is a standard on-chain claim call (no ETH value sent with the tx).
  • You only pay normal gas for the claim transaction.
  • If there is nothing accrued yet, claim returns no payout.

Notes

  • There is no additional off-chain fee.

On this page