ROI & Level Income

Earnings rules are fixed for this project. This page documents the logic and lets you trigger the daily ROI job.

Daily ROI modes
Hardcoded rules used by the system for every approved plan-based investment. Admin can switch each investor between secure and unsecure ROI modes from the user management screens.

Unsecure Daily ROI (working plan): investors who are building network income earn 0.5% per day on their active investment amount.

Secure ROI (non-working plan): investors who do not want to build network income earn 0.2% per day on their active investment amount.

Formulas: daily ROI (unsecure) = investment × 0.5%, daily ROI (secure) = investment × 0.2%.

For both modes, each investment has a fixed 2× capital earning cap. Once total ROI credited on an investment reaches 2 × principal, the system stops further ROI for that investment.

Level Income (Network)
Upline income is based on the downline's DAILY ROI, not on their total investment.

Level income per user: 10% × user's daily ROI.

Since daily ROI is 0.5% of investment, the effective level income is 0.05% of each eligible downline investment per day.

Level unlock milestones (based on active direct referrals):

  • Levels 1–5: need 1,2,3,4,5 active direct referrals.
  • Levels 6–10: need 7,9,11,13,15 directs (5 + 2*(level-5)).
  • Levels 11–15: need 18,21,24,27,30 directs (15 + 3*(level-10)).

The commission is skipped for any level where the upline’s active directs are below that requirement.

Run Daily ROI
Process today's ROI for all eligible plan-based investments using the fixed secure/unsecure rules described above.