A AADISTRA Public Documentation
Main Website

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 fee 19 USDT
Level allocation 33%
Cashback allocation 20%
Lucky allocation 25%
Royalty allocation 10%
Leader allocation 7%

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.

5%

Owner

Paid directly to the contract owner during registration.

0.95 USDT
33%

20 Levels

Distributed through the active upline across twenty levels.

6.27 USDT
20%

Cashback Pool

Funds the one-time five-direct cashback reward.

3.80 USDT
25%

Lucky Pool

Accumulates toward the configured lucky reward.

4.75 USDT
10%

Royalty Pool

Distributed among qualified royalty users when triggered.

1.90 USDT
7%

Leader Pool

Shared equally among valid top leaders when triggered.

1.33 USDT
Allocation check: 5% + 33% + 20% + 25% + 10% + 7% = 100%

REWARD 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.

LevelRateAmount 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.
Important disclosure: Despite the name “Lucky,” the attached contract uses a first-in queue and does not randomly select five winners.

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

01

Become qualified

The proposed leader needs at least five directs and twenty-five level-two members.

02

Receive nomination

A registered member may nominate another qualified user. Self-nomination is not allowed.

03

Accept or reject

The nominated user controls whether the nomination becomes accepted or is rejected.

04

Receive votes

Registered users may vote for accepted leaders, excluding themselves. Vote changes have a seven-day cooldown.

05

Enter the Top 10

Leaders rank by vote count, with lower user ID used as the tie-breaker.

06

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.

Contract name BCMLM2026
Solidity version ^0.8.20
Contract address 0x5693F2011849F5dE0F4A28Bb60972C572Bb2efA6
Payment-token address 0x55d398326f99059fF775485246999027B3197955
Official website https://aadistra.com/

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.

Copied