urufulabs®
front counter
pick ur modules好き
drag stuff from the shelf into the basket. every module gets spliced right into ur token's solidity — not a wrapper, real code (◕‿◕✿). alphabetical order bc that's what the splicer wants.
step 1 ✿ pick a base
step 1.5 ✿ launch mechanic
step 2 ✿ the shelf
drag → or click addtokenv1
✿ bot gate
keeps snipers out for the first few blocks. only wallets u trust can grab tokens while the gate is up ~ turns off on its own after the window
tokenv1
✿ tax on trade
every trade pays a small tax. u decide how much gets burned forever (deflation ~) vs sent to a wallet u control
tokenv1
✿ whale caps
caps how much any wallet can hold + how much can move in one trade. runs for N blocks after launch then turns off ~ so whales cant just camp on ur launch
tokenv1
✿ voteable token
makes ur token voteable. holders can delegate voting power to themselves or someone else. u need this if u want a dao later ~
tokenv1
✿ gasless approvals
lets holders approve trades with a signature instead of a whole tx (saves gas). standard on modern tokens ~
tokenv1
✿ emergency pause
u can freeze all trades whenever. safety net for emergencies but ppl see the freeze switch and get spooked ~ think twice before adding
allocationv1
✿ vesting schedule
one wallet, one unlock schedule. tokens unlock linearly from cliff to end date ~ no reserve needed, minted as they vest
allocationv1
✿ airdrop list
give tokens to a big list of ppl by uploading one hash. recipients claim their own share, u dont pay gas for each drop ~
allocationv1
✿ staking pool
stake this token to earn more of this token. u fund the reward pool up-front, rewards stream out linearly over the window ~ (doesnt stack with tax-on-trade)
step 3 ✿ name ur baby
step 4 ✿ ownership
step 5 ✿ vibes (metadata)
optional. saved locally til we ship a real ipfs pipeline lol.