>_ vibestarter://docs
Vibetokens
Project-specific tokens with real utility
When you launch a raise, you create a project token (Vibetoken). Backers receive tokens proportional to their contribution — ownership stake with defined utilities.
VIBE VS VIBETOKENS
This page covers project Vibetokens. For the VIBE platform token (staking, governance), see the $VIBE Token page.
// 01_HOW_PROJECT_TOKENS_WORK
Token Creation
Define name, symbol, supply, and backer allocation. Contract deployed at launch.
Allocation on Contribution
Proportional allocation recorded. Contribute 5% = get 5% of backer tokens.
Pending Until Success
Allocations remain pending until raise successfully funds.
Claim Your Tokens
Transfer from contract to your wallet. Hold, transfer, or use.
// 02_TOKEN_UTILITY_TYPES
REVENUE SHARE
Proportional project revenue distribution
GOVERNANCE
Vote on project decisions. 1 token = 1 vote
EARLY ACCESS
Beta features, preview builds, testing windows
DISCOUNTS
Reduced pricing scaled to holdings
AIRDROPS
Future token distributions and partner rewards
STAKING REWARDS
Yield for locking tokens over time
// 03_TOKEN_DISTRIBUTION
Liquidity (15%) 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%+).
// TOKEN_ALLOCATION
BACKERS≥65%
TREASURY0 – 17.5%
LIQUIDITY15%
FOUNDER0 – 7.5%
VIBE_STAKERS2.5%
CONSTRAINTFounder + Treasury ≤ 17.5%
Backers
≥65%
Treasury
≤17.5%
Liquidity
15%
Founder
≤7.5%
Stakers
2.5%
// FOUNDER_VESTING
CLIFF6 months (Zero Unlock)
VESTING12 months Linear
LP_LOCKIndefinite
// TREASURY_GOVERNANCE
WITHDRAWALFounder proposes (max 10% per request)
COOLDOWN14 days Between Proposals
CHALLENGE72h Backer Challenge Window
6mo cliff
12mo linear
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
// 04_HOW_TO_CLAIM
Wait for Raise Success
Raise must fund before tokens are claimable.
Visit Your Portfolio
See all backed raises and pending token allocations.
Claim Tokens
Single claim or "Claim All" batch across multiple raises.
// 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
