Skip to main content
The Settings page (/admin/settings) controls global platform configuration. Changes here affect all users immediately. Settings are persisted via the /api/admin/site-settings endpoint and stored in the site_settings table as key-value pairs. Click Commit configuration to save all pending changes at once. Some fields (such as language and currency) save automatically on selection.
Settings changes take effect immediately for all users. Test changes carefully, especially operational toggles like maintenance mode or deposit/withdrawal enable states.

Operational toggles

The Operational core section contains live kill-switches that control platform availability:
SettingKeyEffect when disabled
Maintenance modemaintenance_modeLocks the site for all users
Registrationsnew_registrations_enabledPrevents new user sign-ups
Deposits (top-up)deposits_enabledDisables the deposit flow for all users
Withdrawals (payout)withdrawals_enabledDisables the withdrawal flow for all users
Toggle each switch to enable or disable. Changes are saved when you click Commit configuration.

Financial parameters

The Wealth calibration section controls monetary limits and commission rates:
SettingKeyDescription
Minimum depositmin_depositMinimum deposit amount accepted (USD)
Minimum withdrawalmin_withdrawalMinimum withdrawal amount allowed (USD)
L1 referral commissionreferral_commission_l1Commission rate for direct referrals (%)
L2 referral commissionreferral_commission_l2Commission rate for second-level referrals (%)
L3 referral commissionreferral_commission_l3Commission rate for third-level referrals (%)
Referral signup bonussignup_bonusOne-time bonus paid when a referred user signs up (USD)
Initial node capitalwelcome_bonusStarting balance given to new users and on hard reset (USD)
Reward tier 1–6reward_tier_1reward_tier_6Milestone reward thresholds (required amount / bonus USD)

Platform receiving wallets

Configure the wallet addresses users send funds to when making deposits. These are displayed to users on the deposit screen.
SettingKeyNetwork
TRC20 addresswallet_trc20Tron network (USDT)
ERC20 addresswallet_erc20Ethereum network
BTC addresswallet_btcBitcoin
BEP20 addresswallet_bep20BNB Smart Chain

Default currency and language

  • Default platform language (default_language) — sets the fallback language for the platform UI. Options include English, Spanish, French, Chinese, Arabic, and others.
  • Default protocol currency (default_currency) — sets the base currency displayed throughout the platform. Supports USD, EUR, GBP, and over 20 others including crypto (BTC).
Both fields save automatically when a new option is selected from the dropdown.

Branding and contact

The Identity shards section controls platform branding and support links:
SettingKeyDescription
Platform headlinesite_nameThe name displayed throughout the UI
WhatsAppwhatsapp_urlWhatsApp number or link for user support
Telegramtelegram_urlTelegram URL for user support
Tawk.to property IDtawkto_property_idLive chat widget integration (property ID)
Tawk.to widget IDtawkto_widget_idLive chat widget integration (widget ID)
The Legal nodes section stores entity details used in legal pages and footers:
SettingKeyDescription
Entity nameplatform_nameLegal business name
Entity addressplatform_addressRegistered business address

Build docs developers (and LLMs) love