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

PlanDaily ReturnMin DepositLock PeriodTotal Return
7-Day Plan0.8%10 USDT7 days5.6%
14-Day Plan1.0%50 USDT14 days14%
30-Day Plan1.2%100 USDT30 days36%
60-Day Plan1.4%500 USDT60 days84%
90-Day Plan1.6%2,500 USDT90 days144%
120-Day Plan1.8%5,000 USDT120 days216%
150-Day Plan2.0%10,000 USDT150 days300%
180-Day Plan2.2%25,000 USDT180 days396%

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
• $5 USDT investment → Level 1 (20%)
• $50 USDT investment → Level 2 (10%)
• $100-$300 USDT investment → Levels 3-7 (5% each)
• $350-$450 USDT investment → Levels 8-10 (3% each)
• $500-$1000 USDT investment → Levels 11-17 (1% each)

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

Reward Calculation
// 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

89.7%
Win Rate
2.3:1
Risk/Reward Ratio
0.89
Sharpe Ratio
4.2%
Max Drawdown

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

Run Tests
# 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