require_once __DIR__ . '/../../autoload.php'; // Redirect logged-in users to dashboard if (isset($_SESSION['user_id'])) { header('Location: dashboard.php'); exit; } // Get current crypto rates for display try { $milo = new MiloExchange(); $cryptoRates = [ 'BTC' => $milo->getCryptoToNairaRate('BTC') ?: 45000000, // Default fallback 'ETH' => $milo->getCryptoToNairaRate('ETH') ?: 3000000, // Default fallback 'USDT' => $milo->getCryptoToNairaRate('USDT') ?: 750 // Default fallback ]; } catch (Exception $e) { // Fallback rates if database is not available $cryptoRates = [ 'BTC' => 45000000, // ₦45M 'ETH' => 3000000, // ₦3M 'USDT' => 750 // ₦750 ]; } ?>
Nigeria's trusted platform for seamless cryptocurrency to Naira exchanges
₦
Warning: Undefined variable $cryptoRates in /home/milokbis/public_html/src/Views/pages/index.php on line 125
Warning: Trying to access array offset on null in /home/milokbis/public_html/src/Views/pages/index.php on line 125
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/milokbis/public_html/src/Views/pages/index.php on line 125
0
₦
Warning: Undefined variable $cryptoRates in /home/milokbis/public_html/src/Views/pages/index.php on line 133
Warning: Trying to access array offset on null in /home/milokbis/public_html/src/Views/pages/index.php on line 133
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/milokbis/public_html/src/Views/pages/index.php on line 133
0
₦
Warning: Undefined variable $cryptoRates in /home/milokbis/public_html/src/Views/pages/index.php on line 141
Warning: Trying to access array offset on null in /home/milokbis/public_html/src/Views/pages/index.php on line 141
Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/milokbis/public_html/src/Views/pages/index.php on line 141
0
Rates updated every 5 minutes
Your funds and data are protected with bank-level security measures and 2FA authentication.
Quick processing times with instant confirmations and same-day Naira transfers.
Competitive exchange rates with transparent pricing and no hidden fees.
Round-the-clock customer support to help you with any questions or issues.
User-friendly interface designed for both beginners and experienced traders.
Support for all major Nigerian banks for seamless Naira withdrawals.
Create your free account in minutes
Add your crypto addresses and bank details
Buy or sell crypto at competitive rates
Join thousands of Nigerians who trust Milo Exchange for their crypto trading needs
Create Account Now