Docs.
ProtocolVibetokens
Project-specific tokens with real utility
When you launch a raise, you create a project token (Vibetoken). Backers receive tokens proportional to their contribution: a token allocation with defined utilities.
VIBES VS VIBETOKENS
This page covers project Vibetokens. For the VIBE platform token (staking, governance), see the $VIBES Token page.
How project tokens work
Token Creation
Allocation on Contribution
Pending Until Success
Claim Your Tokens
Token utility types
Token distribution
The liquidity reserve (up to 15%, of which any portion not paired into the LP is returned to backers) and staker allocation (2.5%) are fixed. Founders can optionally configure a founder allocation (0-7.5%) and treasury (0-17.5%), with the constraint that both combined cannot exceed 17.5%. Backers receive the remainder (65%+).
Liquidity and the LP lock
When a raise finalizes, the liquidity reserve is paired with part of the raised ETH and deposited into a public pool: an Aerodrome volatile pair on Base, or a Uniswap v3 position on Robinhood Chain. The LP tokens that deposit mints never reach the founder or Vibestarter. They go to a fee claimer contract cloned for that raise, and no function exists anywhere that can move them out of it.
The lock is permanent, not timed. Liquidity is commonly locked either by sending LP tokens to a third-party locker that expires on a set date, or by burning them to a dead address. Vibestarter keeps them in a contract with no withdrawal path, which still lets the position collect trading fees; a burn address cannot.
AerodromeBase · 8453 · live
Uniswap v3Robinhood Chain · 4663- --No withdrawal: the contract has no transfer, withdraw, or rescue function
- --No admin: no owner, no pause, and no privileged role that can reach the position
- --No upgrade: each raise gets an EIP-1167 clone bound to a fixed implementation, so the code cannot be swapped
- --No expiry: there is no unlock date, because there is no unlock function to schedule
The contract does one thing: claimAndDistribute(), which anyone can call. It sweeps accrued trading fees without touching the position itself. The ETH side goes to the platform, and the project-token side goes to the project treasury, or is burned if that treasury has been terminated.
THIRD-PARTY TRACKERS
CLAIMING RULES
- --Tokens allocated at contribution, claimed after raise succeeds
- --Fixed Goal: only claimable if goal is reached
- --Failed raise = no tokens (funds refunded)
- --Must actively claim; tokens don’t auto-transfer
How to claim
Wait for Raise Success
Visit Your Portfolio
Claim Tokens
For founders: setting up tokens
Token configuration
- --Choose a memorable name and symbol
- --Set total supply (commonly 1B or 100M)
- --Define backer allocation percentage
- --Founder tokens vest over 18 months
- --Allocate for liquidity pool
Utility selection
- --Select utilities that fit your project
- --Be specific about how they work
- --Consider long-term sustainability
- --Don’t overpromise on utilities
- --Document utility details clearly