We are looking for an experienced Blockchain Developer / Solidity Smart Contract Engineer to design and deploy a fully decentralized token ecosystem on the Binance Smart Chain (BSC). The project involves a custom BEP-20 token, PancakeSwap integration, and an on-chain MLM (Multi-Level Marketing) distribution mechanism — all controlled 100% by smart contract logic with no central authority.
Project Requirements
1. Token Deployment on BSC (BEP-20)
Deploy a verified, auditable BEP-20 token on BSC Mainnet (visible on BscScan)
Token must be fully decentralized — no owner mint privileges, no backdoors
Token listed and tradeable on PancakeSwap V2/V3
2. Smart Contract – MLM Distribution Engine
The core smart contract must handle the following automated fund distribution logic whenever a user contributes $100 (in USDT):
Allocation Percentage Action
Token Purchase 65% Auto-buy token from PancakeSwap via contract
Upline Pool 30% Held in contract for MLM upline distribution
Developer Fee 5% Auto-transferred to designated developer wallet
All logic must execute on-chain, automatically — no manual intervention
Only the contract deployer / owner wallet can control the MLM plan parameters (upline depth, referral levels, reward rules)
All other users interact via a permissionless frontend — they can only participate, not alter the contract
3. MLM Plan Logic (On-Chain)
Define referral/upline structure (e.g., 3–10 levels)
Distribute the 30% upline pool according to configurable level percentages
Track user registration, referral chains, and reward history on-chain
Emit events for all transactions (buyable on BscScan explorer)
4. PancakeSwap Integration
The contract must directly call PancakeSwap Router to swap funds → tokens on user contribution
Implement slippage protection and deadline parameters
Handle price impact gracefully
5. Frontend DApp (Optional but Preferred)
Web3 dashboard (Angular/Node.js preferred) for users to:
Register with referral link
View personal earnings and upline rewards
Track token balance
Connect wallet via MetaMask
6. Security & Verification
Smart contract fully verified and published on BscScan
Reentrancy protection, overflow protection
No hidden owner functions or rugpull mechanisms
Code should be auditable and open for community review
Show More