Tokenomics & Economic Model
Comprehensive overview of KANDLE token distribution, utility, and economic mechanisms
Tokenomics & Economic Model
The Kandle Finance ecosystem is powered by the $KANDLE token, which serves as both a governance mechanism and a revenue-sharing instrument. Our innovative tokenomics model ensures fair distribution while aligning team incentives with user success.
Token Overview
- Token Symbol: KANDLE
- Token Type: ERC-20 Governance & Utility Token
- Total Supply: Dynamic (no fixed maximum supply)
- Distribution Model: Simultaneous proportional minting
Revolutionary Simultaneous Minting Model
Kandle Finance implements a groundbreaking "simultaneous minting" tokenomics model that eliminates the traditional problems of pre-minted team allocations and ensures complete alignment between team interests and user success.
How It Works
When users earn farming rewards, tokens are minted simultaneously across all allocation categories in predetermined proportions. This means:
- No Pre-mine: Team tokens are only created when users earn rewards
- Perfect Alignment: Team success is directly tied to user success
- Transparent Distribution: All token creation is verifiable on-chain
- Organic Growth: Token supply grows with platform usage
Technical Implementation
contract KandleTokenomics {
uint256 constant YIELD_FARMING_BASIS_POINTS = 5100; // 51%
uint256 constant TEAM_BASIS_POINTS = 2000; // 20%
uint256 constant PARTNERS_BASIS_POINTS = 1500; // 15%
uint256 constant MARKETING_BASIS_POINTS = 1000; // 10%
uint256 constant LIQUIDITY_BASIS_POINTS = 400; // 4%
function mintTokensForUser(address user, uint256 farmingReward) external {
require(msg.sender == yieldFarmingContract, "Unauthorized");
// Calculate proportional minting for all categories
uint256 teamTokens = farmingReward.mul(TEAM_BASIS_POINTS).div(YIELD_FARMING_BASIS_POINTS);
uint256 partnerTokens = farmingReward.mul(PARTNERS_BASIS_POINTS).div(YIELD_FARMING_BASIS_POINTS);
uint256 marketingTokens = farmingReward.mul(MARKETING_BASIS_POINTS).div(YIELD_FARMING_BASIS_POINTS);
uint256 liquidityTokens = farmingReward.mul(LIQUIDITY_BASIS_POINTS).div(YIELD_FARMING_BASIS_POINTS);
// Mint tokens simultaneously
_mint(user, farmingReward);
_mint(teamWallet, teamTokens);
_mint(partnersWallet, partnerTokens);
_mint(marketingWallet, marketingTokens);
_mint(liquidityPool, liquidityTokens);
}
}Token Allocation Framework
Note: Distribution percentages may be adjusted based on market fit before product launch
| Allocation Category | Percentage | Purpose |
|---|---|---|
| Yield Farming Rewards | 51% | User incentives and ecosystem growth |
| Team & Development | 20% | Core team compensation and development |
| Strategic Partners | 15% | Ecosystem partnerships and integrations |
| Marketing & Operations | 10% | Platform growth and operational expenses |
| Liquidity Provision | 4% | DEX liquidity and market stability |
Allocation Details
Yield Farming Rewards (51%)
- Primary mechanism for user token acquisition
- Distributed based on deposit amounts and duration
- Incentivizes long-term platform participation
- Auto-compounds when staked in governance
Team & Development (20%)
- Compensates core development team
- Funds ongoing protocol development
- Only minted when users earn rewards (perfect alignment)
- Subject to vesting schedules and performance milestones
Strategic Partners (15%)
- Reserved for key ecosystem partnerships
- Integration incentives for major DeFi protocols
- Cross-protocol collaboration rewards
- Institutional partnership allocations
Marketing & Operations (10%)
- Community building and user acquisition
- Educational content creation
- Conference participation and sponsorships
- Operational expenses and infrastructure
Liquidity Provision (4%)
- DEX liquidity bootstrapping
- Market stability mechanisms
- Trading pair incentives
- Cross-chain bridge liquidity
Token Utility & Value Accrual
Primary Utilities
- Revenue Sharing: Staked tokens receive weekly fee distributions from protocol operations
- Governance Rights: Voting power for protocol decisions, parameter changes, and treasury management
- Fee Discounts: Tiered discount system reducing performance fees based on stake amount
- Premium Features: Access to advanced strategies, analytics, and early feature releases
Fee Discount Structure
| KANDLE Staked | Base Discount | 90-Day Lock Bonus | Max Total Discount |
|---|---|---|---|
| 1,000+ | 1% | +0.25% | 1.25% |
| 5,000+ | 3% | +0.75% | 3.75% |
| 10,000+ | 6% | +1.5% | 7.5% |
| 25,000+ | 10% | +2.5% | 12.5% |
| 50,000+ | 15% | +3.75% | 18.75% |
Example Fee Calculations:
- Base Performance Fee: 12%
- User with 10,000 staked KANDLE: 12% - 6% = 11.28% effective fee
- User with 50,000 staked KANDLE + 90-day lock: 12% - 15% - 3.75% = 10.05% effective fee
Value Accrual Mechanisms
Direct Revenue Sharing
- Weekly distribution of protocol fees to staked token holders
- Proportional to stake amount and lock duration
- Compounds automatically when re-staked
Deflationary Pressure
- Fee discount usage creates consistent buy pressure
- Token burns for premium feature access
- Treasury buy-back programs during surplus periods
Governance Premium
- Voting participation rewards
- Proposal submission rights for large holders
- Priority access to new features and strategies
Network Effects
- Increasing platform adoption drives token demand
- Cross-protocol integrations expand utility
- Institutional adoption creates sustained demand
Economic Security Model
Revenue Projections & Token Price Support
Conservative Scenario (Year 1)
- TVL: $10M
- Annual Fees: $1.2M
- Token Holders' Share: $600K (50% fee distribution)
- Estimated Token Price Support: Strong foundation
Growth Scenario (Year 2-3)
- TVL: $100M
- Annual Fees: $15M
- Token Holders' Share: $7.5M
- Enhanced ecosystem adoption and utility
Mature Platform (Year 5+)
- TVL: $1B+
- Annual Fees: $180M+
- Token Holders' Share: $90M+
- Established DeFi infrastructure component
Token Price Support Mechanisms
- Buy-back Program: 25% of treasury reserves allocated for strategic token purchases
- Staking Rewards: High APR maintains consistent staking demand and reduces circulating supply
- Fee Discount Demand: Regular token purchases for fee optimization create ongoing buy pressure
- Partnership Integration: Cross-protocol utility expansions drive external demand
Staking Rewards Structure
Base Staking Rewards
- APR: 15-25% from protocol fee distributions
- Weekly distributions in stablecoins or ETH
- Automatic compounding options available
Lock Period Bonuses
- 30-day lock: +5% APR bonus
- 90-day lock: +10% APR bonus
- 365-day lock: +15% APR bonus
Governance Participation Rewards
- Active voting: +2% APR
- Proposal creation: +3% APR
- Committee participation: +5% APR
Economic Sustainability
Fee Collection & Distribution
Weekly Fee Distribution Cycle
- Collect all protocol fees (performance, management, withdrawal)
- Allocate 50% to staking rewards pool
- Allocate 25% to treasury/buy-backs
- Allocate 15% to development fund
- Allocate 10% to marketing/operations
Long-term Sustainability Measures
- Conservative fee structures ensure competitiveness
- Multiple revenue streams reduce dependency risks
- Treasury diversification across multiple assets
- Gradual transition to community treasury management
This tokenomics model ensures that Kandle Finance operates as a truly user-centric platform where token distribution, team incentives, and ecosystem growth are perfectly aligned with user success and platform adoption.