BSC SMART CONTRACT DOCUMENTATION
Transparent rules.
On-chain execution.
This document explains the public behavior of the BCMLM2026 smart contract in plain language, including registration, level rewards, cashback, lucky eligibility, royalty, leader nomination, voting and pool distribution.
This page is an explanatory document, not financial, legal or investment advice. Smart-contract participation involves technical, market and regulatory risk.
REGISTRATION ECONOMICS
How each 19 USDT registration is allocated
The percentages below are derived from the attached contract’s payment logic and 20-level basis-point array.
Owner
Paid directly to the contract owner during registration.
0.95 USDT20 Levels
Distributed through the active upline across twenty levels.
6.27 USDTCashback Pool
Funds the one-time five-direct cashback reward.
3.80 USDTLucky Pool
Accumulates toward the configured lucky reward.
4.75 USDTRoyalty Pool
Distributed among qualified royalty users when triggered.
1.90 USDTLeader Pool
Shared equally among valid top leaders when triggered.
1.33 USDTREWARD SYSTEM
Qualification and distribution rules
Twenty-level income
Level income begins with the direct sponsor and moves upward through as many as twenty valid parent accounts.
| Level | Rate | Amount from 19 USDT |
|---|
Five-direct cashback
- A user must reach exactly five direct referrals before cashback has already been achieved.
- The fifth direct must be reached within 30 days of the user’s join time.
- The configured reward equals the full registration fee: 19 USDT.
- The reward is paid only once.
Lucky queue
- A user enters the queue after at least five direct referrals within 30 days.
- A wallet cannot enter twice and cannot re-enter after receiving a lucky reward.
- The current contract processes the queue in order, not through random selection.
- The configured lucky reward is 475 USDT.
- When the pool reaches the reward amount, the next valid queued wallet is paid and permanently marked claimed.
Royalty qualification
- At least 5 direct referrals.
- At least 25 level-two members.
- The contract does not apply a 30-day limit to royalty qualification.
- Distribution begins when the pool reaches 190 USDT.
- Each qualified wallet has a maximum royalty earning cap of 400 USDT.
- The available pool is shared among eligible royalty users, subject to each user’s remaining cap.
COMMUNITY LEADERSHIP
Nomination, acceptance and voting
Become qualified
The proposed leader needs at least five directs and twenty-five level-two members.
Receive nomination
A registered member may nominate another qualified user. Self-nomination is not allowed.
Accept or reject
The nominated user controls whether the nomination becomes accepted or is rejected.
Receive votes
Registered users may vote for accepted leaders, excluding themselves. Vote changes have a seven-day cooldown.
Enter the Top 10
Leaders rank by vote count, with lower user ID used as the tie-breaker.
Share leader rewards
When the leader pool reaches 133 USDT, it is divided equally among valid Top-10 leaders.
SECURITY & TRANSPARENCY
What users should understand
SafeERC20 transfers
The contract uses OpenZeppelin SafeERC20 wrappers for token transfers.
Reentrancy protection
Registration, voting and selected administrative transfers use a non-reentrancy guard.
Emergency pause
The owner can pause or unpause functions protected by the pause modifier.
Owner control
The owner controls pausing, leader trigger changes, unsupported-token recovery and undistributed withdrawals.
Direct push payments
Several rewards are transferred immediately. A failed token transfer can revert the calling transaction.
No guaranteed return
Eligibility does not guarantee payment; rewards depend on pool balances, contract execution and continued activity.
Public risk disclosure
Smart contracts may contain defects, dependencies or economic assumptions that are not apparent to ordinary users. Blockchain transactions are generally irreversible. Users should independently verify the deployed contract address, source-code verification, token address, permissions and applicable local law before interacting.
CONTRACT REFERENCE
Deployment information
Replace the placeholders below with the verified deployment values before publishing.
BCMLM2026
^0.8.20
0x5693F2011849F5dE0F4A28Bb60972C572Bb2efA6
0x55d398326f99059fF775485246999027B3197955
FREQUENTLY ASKED QUESTIONS
Common questions
The attached contract contains no user-facing registration refund function.
No. Registration validation rejects a wallet that already has a user ID.
No. In the attached code, eligible users enter a sequential queue and the next valid queued wallet receives the reward.
No. The wallet is permanently marked in luckyClaimed after processing.
No. The attached contract checks five directs and twenty-five level-two members, without a royalty time limit.