Technical Documentation

Comprehensive developer and user reference guide for SkyYield 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 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
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
β€’ $20 USDT investment β†’ Level 1 (21%)
β€’ $50 USDT investment β†’ Level 2 (10%)
β€’ $100 USDT investment β†’ Levels 3 (5%)
β€’ $150 USDT investment β†’ Levels 4 (5%)
β€’ $200 USDT investment β†’ Levels 5 (4%)
β€’ $250 USDT investment β†’ Levels 6 (4%)
β€’ $300 USDT investment β†’ Levels 7 (3%)
β€’ $350 USDT investment β†’ Levels 8 (3%)
β€’ $400 USDT investment β†’ Levels 9 (2%)
β€’ $450 USDT investment β†’ Levels 10 (2%)
β€’ $500 USDT investment β†’ Levels 11 (3%)
β€’ $550 USDT investment β†’ Levels 12 (3%)
β€’ $600 USDT investment β†’ Levels 13 (3%)
β€’ $650 USDT investment β†’ Levels 14 (3%)
β€’ $700 USDT investment β†’ Levels 15 (3%)
β€’ $750 USDT investment β†’ Levels 16 (1%)
β€’ $800 USDT investment β†’ Levels 17 (1%)
β€’ $850 USDT investment β†’ Levels 18 (1%)
β€’ $900 USDT investment β†’ Levels 19 (1%)
β€’ $950 USDT investment β†’ Levels 20 (1%)
β€’ $1000 USDT investment β†’ Levels 21 (1%)

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 SkyYield 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