BaseCubator
30 posts

BaseCubator
@BaseCubator
The launchpad of @base. Built for creators. Owned by stakers. Hold $BCUB - earn from every token deployed here






Two vaults. Not one with tiers. How everyone usually does it: one staking contract with flags inside. Different rules for different users, all crammed into the same code. Tier logic lives inside the vault, and the state can be flipped whenever. How we do it: two separate contracts. Same $BCUB, separate accounting. Locked vault → you commit for 1 day, get a bigger cut of platform fees. Flex vault → no lock, smaller cut. Same fees flow into both. The split is hardcoded at deploy. No flags. No if-statements. Nothing can be changed after the fact. You pick your tier by picking which contract you stake in. The contract is the tier.















