# FXCAPXPRESS — Platform Guidelines

Welcome to FXCAPXPRESS. This guide explains how the platform works, how money flows, and how revenue is shared across modules.

## How the platform works

1. **Deposit** — Add funds via MTN MoMo, Airtel Money, or bank transfer. Approved deposits credit your **Balance**.
2. **AI Machines** — Rent machines from the Hubs screen. Rental cost is deducted from Balance. Daily **AI Income** is paid to your **Wallet**.
3. **Wallet** — Used for betting (Casino), contest entry fees (Football), withdrawals, and transfers.
4. **Withdraw** — Move Wallet funds to your mobile money or bank account (processing fee applies).

## Module access

| Module | Access | Notes |
|--------|--------|-------|
| Casino | Open | Bet directly from Wallet while playing |
| Forex Trading | Open | Live trading terminal — no module subscription required |
| Forex Academy | Subscription | Educational content requires an Academy plan |
| Football | Open | Free tips and fixtures; contests may have entry fees |
| Ads | Open | Watch-to-earn may require an Ads watcher subscription |
| Social Media Growth | Subscription | Link accounts and place growth orders |
| Social Posts | Subscription | Schedule cross-platform posts |
| Social Rewards | Open / gated tasks | Complete tasks or run campaigns |

## Revenue sharing by module

### Ads (60/40 split)
- **60%** to the viewer (watch-to-earn)
- **40%** to the platform (operations + poster pool)

### Social Media Growth (50/50 default)
- **50%** platform operations
- **50%** fulfillment pool (service providers deliver followers, likes, views)

### Social Posts paid boosts (50/50 default)
- Same split as Social Media Growth for paid promotion boosts

### Social Rewards Marketplace (40% platform default)
- **40%** platform commission
- **60%** to task completers and campaign fulfillment

### Football Contests (paid entry)
- **90%** added to prize pool
- **10%** platform fee on each paid entry

### Casino
- House edge is built into each game's payout table (provably fair where enabled)
- Jackpot pool receives a small contribution from each bet (configurable)

### Forex
- Trading uses live spreads; Academy subscriptions are separate from trading access
- Bot rental income is paid daily from configured bot plans

### AI Machines
- Daily income is fixed per machine plan for the lock period
- Referral commissions apply on qualifying deposits and activity

## Leaderboards

Leaderboards rank members by wagering, wins, and profit. View the top players on **Home** or open full rankings from there.

## Cron jobs (server)

All scheduled tasks run via one script:

```
php cron.php local all
php cron.php online daily_payout
```

See `scripts/crontab.txt` for production schedules (payouts, forex sync, crash rounds, football sync, social publish, etc.).

## Support

Use **Profile → Customer Support** for WhatsApp, Telegram, or email assistance.
