⚠️ NOTE: This document contains references to a deprecated copy trading feature.
NIJA now uses an independent trading model. See USER_FAQ.md for details.
“NIJA AI Trading is designed for accounts starting at $100. Smaller balances may connect, but full trading performance begins at Starter tier.”
This simple message protects:
NIJA now enforces hard minimum funding rules for platform accounts to prevent lockouts and ensure reliable operation.
| Tier | Balance Range | Hard Minimum | Description |
|---|---|---|---|
| MICRO_MASTER | $25-$49 | $25 | Ultra-minimal, Coinbase only, learning mode |
| STARTER | $50-$99 | $50 | Entry level, copy trading recommended |
| SAVER | $100-$249 | $100 | Minimum viable platform account |
| INVESTOR | $250-$999 | $250 | Multi-position support, rotation enabled |
| INCOME | $1,000-$4,999 | $1,000 | Professional-grade platform |
| LIVABLE | $5,000-$24,999 | $5,000 | Pro-style scaling |
| BALLER | $25,000+ | $25,000 | Institutional-quality platform |
NEW: See MICRO_PLATFORM_GUIDE.md for detailed instructions on operating with $25-$50 capital.
Below $100, several critical issues emerge:
This is NIJA’s GOLD STANDARD configuration for new users starting with $100.
| Parameter | Value | Why This Matters |
|---|---|---|
| TIER | SAVER | Absolute minimum where fees/minimums/risk coexist |
| INITIAL_CAPITAL | $100 | Engineering-driven minimum, not marketing fluff |
| MAX_RISK_PER_TRADE | 10% | Fixed tier-locked risk (no chaos) |
| MAX_POSITIONS | 1 | Single position focus for small accounts |
| MAX_CONCURRENT_TRADES | 1 | One trade at a time |
| MIN_TRADE_SIZE | $10 | Kraken minimum + fee requirements |
| STOP_LOSS_PRIMARY | 1.0% | Tight risk control |
| TIME_EXIT | 15 minutes | Quick exits to minimize exposure |
| BROKER_PRIORITY | KRAKEN | Lower fees than Coinbase |
| TRADING_MODE | INDEPENDENT | Independent market evaluation per account |
| PRO_MODE | true | Enabled but invisible to users |
| TIER_LOCK | SAVER | Retail gets PRO logic with tier-capped risk |
The magic happens with this combination:
PRO MODE (smart) + TIER_LOCK (safe) = Protected retail trading
Users get sophisticated execution without the risk of over-leveraging their small accounts.
| NIJA Tier | Capital Min | Why This Number |
|---|---|---|
| STARTER | $50 | ❌ DEPRECATED - Limited functionality |
| SAVER | $100 | ✅ Absolute minimum where fees/minimums/risk coexist |
| INVESTOR | $250 | Allows multi-position rotation without risk blocks |
| INCOME | $1,000 | First tier where NIJA trades as designed |
| LIVABLE | $5,000 | Enables pro-style scaling + streak logic |
| BALLER | $25,000 | Capital deployment mode (institutional behavior) |
Accounts below $100 should NOT be advertised as “live trading.”
Why?
Each account calculates position sizes independently based on:
Account Position = Account Balance × Risk Percentage × Tier Limits
Example:
This ensures small accounts can safely mirror larger accounts.
.env.saver_tier to .envTRADING_TIER=SAVER
INITIAL_CAPITAL=100
PRO_MODE=true
TIER_LOCK=SAVER
COPY_TRADING_MODE=STRICT
./start.shRegardless of tier, NIJA enforces:
A: Technically yes via copy trading, but NOT recommended for live trading. Fees will dominate. Fund to $100 minimum.
A: With $100 balance and $10 minimums, multiple positions would exceed safe risk limits. Upgrade to INVESTOR tier ($250+) for multi-position trading.
A: 10% is the MAXIMUM, not typical. Actual trade sizes are often smaller based on market conditions. TIER_LOCK ensures you never exceed 10% even in optimal conditions.
A: Not recommended. PRO MODE provides fee-aware execution and smart position management. It’s designed to be invisible - you won’t notice it’s there, but you’ll benefit from its protection.
A: As your balance grows:
TRADING_TIER=INVESTORTRADING_TIER=INCOMETRADING_TIER=LIVABLETRADING_TIER=BALLERRestart the bot after tier changes.
For questions or issues:
tail -f logs/nija.log./restart_nija.shRemember: NIJA AI Trading is designed for $100+ accounts. Below that, you’re fighting fees and exchange minimums. Start right, trade smart.