(function() { const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content']; const urlParams = new URLSearchParams(window.location.search); let hasParams = false; utmParams.forEach(param => { const value = urlParams.get(param); if (value) { localStorage.setItem(param, value); hasParams = true; } }); if (hasParams) { console.log('%c✅ UTM-метки сохранены в localStorage.', 'color: green; font-weight: bold;'); if (typeof gtag === 'function') { const eventParams = {}; utmParams.forEach(param => { eventParams[param] = localStorage.getItem(param); }); gtag('event', 'utm_parameters_captured', eventParams); console.log('%c📊 UTM-метки отправлены в GA4 как event utm_parameters_captured', 'color: blue; font-weight: bold;'); } } console.log('%c📦 UTM в localStorage:', 'color: orange; font-weight: bold;'); utmParams.forEach(param => { console.log(`${param}: ${localStorage.getItem(param)}`); }); // Навешиваем обработчик на кнопку регистрации const registerButton = document.querySelector('.StylableButton2545352419__container'); if (registerButton) { registerButton.addEventListener('click', function(e) { e.preventDefault(); let link = registerButton.querySelector('a') ? registerButton.querySelector('a').href : null; if (!link) { console.warn('⚠️ Кнопка не содержит ссылку'); return; } const url = new URL(link); utmParams.forEach(param => { const value = localStorage.getItem(param); if (value) { url.searchParams.set(param, value); } }); console.log('%c➡️ Переход на URL с UTM:', 'color: purple; font-weight: bold;', url.toString()); window.location.href = url.toString(); }); } else { console.warn('⚠️ Кнопка регистрации не найдена'); } })();
top of page

Withdrawal Options

Secure payment processing is one of our central concerns, so we adhere to international and domestic security standards.

We employ a secure socket layer to encrypt all sensitive payment information, and we keep our clients’ funds in segregated accounts in multiple tier-1 banks.

Withdrawals
Method
Region
Fee
Currency
Min. amount
Max. amount
USDT ERC20 (Ethereum)
All Countries
0%
USDT
$20
$100,000
USDT TRC20 (Tron)
All Countries
0%
USDT
$20
$100,000
BinancePay
All Countries
0%
USDT
$20
$3,000
KoraPay
🇬🇭🇰🇪🇳🇬
0%
GHS, KES, NGN
$20
$6,000 - $10,000
UPI
🇮🇳
0%
INR
$20
$2,900
China BanksCards/QR
🇨🇳🇭🇰🇲🇴
0%
CNY
$275
$6,800
Local Payment Agents
🇮🇩🇲🇾🇹🇭🇳🇬
0%
Any
$20
No limit
Local Banks
🇮🇩🇲🇾🇵🇭🇹🇭🇻🇳🇮🇳🇳🇬🇰🇪🇬🇭
0%
VND THB PHP MYR INR IDR NGN KES GHS
$20
$5,000 – $17,000 per transaction
SWIFT
All Countries
0%
USD
$500
$1,000,000
SEPA
🇪🇺🇨🇭🇸🇲🇻🇦🇦🇩🇲🇨🇱🇮🇮🇸🇳🇴
0%
EUR
$100
$1,000,000
Visa/Mastercard
All White listed jurisdictions
0%
Any
$20
$3,000 per transaction
bottom of page