GENHOLD checking… BNB CHAIN
built on genius.fun · bnb smart chain

A coin that pays you
for holding.

Every trade on genius.fun carries a 2% fee, and a quarter of a percent of it belongs to the coin's creator. A genhold coin points that slice at a contract instead of a person — and the contract pays it out to the people holding the coin.

creator slice0.25%
total trading fee2%
graduation15 BNB
genhold coins
how the money moves
  1. Someone trades your coin on genius.fun — a 2% fee is taken.
  2. The 0.25% creator payout accrues in the genius fee escrow, credited to whoever the creator named.
  3. For a genhold coin that is the GenHoldDistributor contract, not a wallet.
  4. pull() is permissionless — anyone can call it, and the escrow releases the BNB into the contract.
  5. distributeBNB() pays it out to holders pro-rata. Payouts are run by hand today; the automatic schedule is being wired up.
why your money cannot get stuck

This is the part that matters, so it is worth being blunt about it.

  • The owner can withdraw 100% of the BNB and any token, at any timerescueBNB, rescueToken, rescueAll.
  • Those functions have no pause check and no time lock. Pausing payouts does not trap a single satoshi.
  • BNB always leaves by .call, never .transfer — no 2300-gas trap.
  • ownerCall is a last-resort hatch if genius ever changes how fees are released.
  • No selfdestruct, no delegatecall, no proxy, no upgrade path.
  • The contract is deployed before any coin points at it. Never a predicted address.