Technical Documentation
Comprehensive developer and user reference guide for ClusterYield platform integration and usage
Investment Plans
Detailed breakdown of investment plans, daily returns, and lock periods.
View Investment Plans →Referral Program
17-level investment-based referral system with detailed earning structure and payment information.
View Referral Program →Contract Overview
Key Features
- • 8 investment plans with 0.7% - 2.8% daily returns
- • 17-level investment-based referral system
- • Direct reward distribution (no auto-compounding)
- • Capital lock periods from 7 to 180 days
- • Transparent pricing 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: 0xa3512bD47D64fDA7AD9160A259f1cf95e35d0F61
Economic Model
Investment Plans
Plan | Daily Return | Min Deposit | Lock Period | Total Return |
---|---|---|---|---|
7-Day Plan | 0.8% | 10 USDT | 7 days | 5.6% |
14-Day Plan | 1.0% | 50 USDT | 14 days | 14% |
30-Day Plan | 1.2% | 100 USDT | 30 days | 36% |
60-Day Plan | 1.4% | 500 USDT | 60 days | 84% |
90-Day Plan | 1.6% | 2,500 USDT | 90 days | 144% |
120-Day Plan | 1.8% | 5,000 USDT | 120 days | 216% |
150-Day Plan | 2.0% | 10,000 USDT | 150 days | 300% |
180-Day Plan | 2.2% | 25,000 USDT | 180 days | 396% |
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%)
17-Level Investment-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 17 generations with 1700 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
AI Trading Bot Architecture
Architecture Overview
- • Machine learning algorithms for market analysis
- • Real-time data processing from multiple exchanges
- • Risk management with automated stop-loss mechanisms
- • Portfolio diversification across multiple assets
- • 24/7 automated trading execution
- • Performance monitoring and strategy optimization
Data Sources
- • Binance API for real-time price feeds
- • Technical indicators (RSI, MACD, Bollinger Bands)
- • Market sentiment analysis
- • Volume and liquidity metrics
- • Social media sentiment tracking
- • News feed analysis for market events
Risk Management Parameters
Position Sizing
Maximum 5% of portfolio per trade
Stop Loss
Automatic 2-3% stop loss on all positions
Diversification
Spread across 15+ cryptocurrency pairs
Performance Metrics
Deployment & Testing
Contract Addresses
Mainnet (BSC)
0xa3512bD47D64fDA7AD9160A259f1cf95e35d0F61
Testnet (BSC)
Available for testing and development
Testing Procedures
Unit Testing
Comprehensive test coverage for all contract functions
# Install dependencies
npm install
# Run contract tests
npx hardhat test
# Test coverage
npx hardhat coverage
Integration Testing
- • Frontend wallet connection testing
- • Investment flow end-to-end testing
- • Reward calculation accuracy verification
- • Referral system functionality testing
Security Testing
- • Reentrancy attack prevention
- • Integer overflow/underflow protection
- • Access control verification
- • Gas optimization analysis
Security Considerations
Important Security Notes
- • Always verify contract addresses before interacting
- • Use official website links only
- • Double-check transaction details before signing
- • Keep private keys secure and never share them
- • Start with small amounts for testing
Developer Support
Need help integrating ClusterYield into your application? Our technical team is here to assist with implementation, troubleshooting, and best practices.
This documentation is continuously updated. Last updated: January 2025