Technical Documentation
Comprehensive developer and user reference guide for StakeMint platform integration and usage
Investment Plans
Detailed breakdown of investment plans, daily returns, and lock periods.
View Investment Plans βReferral Program
21-levelinvestment-based referral system with detailed earning structure and payment information.
View Referral Program βContract Overview
Key Features
- β’ 7 investment plans with 0.5% - 1.2% daily returns
- β’ 21-levelinvestment-based referral system
- β’ Direct reward distribution (no auto-compounding)
- β’ Capital lock periods from 5 to 150 days
- β’ Transparent model
- β’ No maximum investment limits
- β’ Reentrancy protection and secure fund management
- β’ BEP20 token recovery functionality
Network Information
Network: BSC (Binance Smart Chain)
Chain ID: 56 (Mainnet) / 97 (Testnet)
Currency: USDT
Contract: 0x8F368A77bC6d2015c6Ed1aC167Fa20caa10BbB88
Economic Model
Investment Plans
Plan | Daily Return | Min Deposit | Lock Period |
---|---|---|---|
5-Day Plan | 0.5% | 20 USDT | 5 days |
10-Day Plan | 0.6% | 50 USDT | 10 days |
30-Day Plan | 0.7% | 100 USDT | 30 days |
60-Day Plan | 0.8% | 500 USDT | 60 days |
90-Day Plan | 0.9% | 2,500 USDT | 90 days |
120-Day Plan | 1% | 5,000 USDT | 120 days |
150-Day Plan | 1.2% | 10,000 USDT | 150 days |
Fee Structure
Investment Processing
Seamless deposit processing
All deposits are processed directly through smart contract
Investment Amount
Full deposit amount becomes investment base
Daily returns are calculated on the full deposit amount (100%)
21-levelInvestment-Based Rewards
Commission Structure
Investment-Based Unlocking System
Commission Payment
- β’ Rewards paid when referred users earn daily profits
- β’ Calculated as percentage of team member 's daily profit
- β’ Unlocked based on your personal investment level
- β’ Automatic distribution through smart contract
- β’ Higher investment = more generations unlocked
- β’ Maximum 21 generations with 1000 USDT investment
Reward Calculation Formula
// Daily reward calculation
dailyReward = (investmentAmount * dailyReturnRate) / 10000
// Time-based reward calculation
rewardAmount = (dailyReward * timeElapsed) / 86400 // seconds in a day
// Maximum rewards cap
maxRewards = dailyReward * lockPeriodDays
if (totalClaimed + rewardAmount >maxRewards) {
rewardAmount = maxRewards - totalClaimed
}
Example Calculation
Investment: 1000 USDT investment unlocks 10 generations
Team Member Daily Profit: 100 USDT Γ 1.1% = 1.1 USDT
1st Generation Reward: 1.1 Γ 20% = 0.22 USDT/day
2nd Generation Reward: 1.1 Γ 10% = 0.11 USDT/day
Monthly potential with active team: 50+ USDT