How the Referral Level System Works

Other Blog Posts

# Overview

The Referral Level System is a multi-tier commission structure that rewards users for bringing in new members through a hierarchical referral network. Unlike simple referral systems, this creates multiple levels of earning potential based on user activity and network depth.

## How the Referral Level System Works

### Core Concept
The system operates on **multi-level commission structure** where users earn bonuses not just from their direct referrals, but also from their referral's referrals, creating a network effect.

### Key Components:
1. **Referral Types**: Different activities trigger different referral bonuses
2. **Level Structure**: Multiple levels of commission distribution
3. **Automatic Processing**: Real-time bonus calculations and distributions
4. **Network Visualization**: Tree structure showing referral relationships

## Referral Types and Triggers

### 1. Investment Referrals
**Trigger**: When a referred user makes an investment
- **Level Bonuses**: Multiple levels of commission based on investment amount
- **Automatic Processing**: Triggered during investment completion
- **Commission Structure**: Percentage-based on investment amount

### 2. Deposit Referrals  
**Trigger**: When a referred user makes a deposit
- **Level Bonuses**: Commission on deposit amounts
- **Automatic Processing**: Triggered during deposit approval
- **Commission Structure**: Percentage-based on deposit amount

### 3. Profit Referrals
**Trigger**: When a referred user earns profit from investments
- **Level Bonuses**: Commission on profit earnings
- **Automatic Processing**: Triggered during profit distribution
- **Commission Structure**: Percentage-based on profit amount

## Level Structure and Commission Flow

### Multi-Level Commission System
```
Level 1: Direct referrals (immediate downline)
Level 2: Referrals of referrals (2nd level downline)  
Level 3: Referrals of referrals of referrals (3rd level downline)
...and so on
```

### Commission Calculation Process
1. **User Activity**: Referred user performs qualifying action (investment, deposit, profit)
2. **Level Detection**: System identifies all upline users in referral chain
3. **Commission Calculation**: Each level gets percentage of the activity amount
4. **Bonus Distribution**: Commissions credited to upline users' profit balance
5. **Transaction Logging**: All commissions tracked with detailed descriptions

### Example Commission Flow:
```
User A refers User B
User B refers User C  
User C refers User D

When User D invests $1000:
- User C (Level 1): Gets 5% = $50
- User B (Level 2): Gets 3% = $30  
- User A (Level 3): Gets 2% = $20