Create On-Chain Account
Smart Contract Backed Staking Registration
{{ errmsg }}
{{ loading_msg }}
Registration Successful!
Your Spartam.io user account has been successfully initialized on-chain.
| Name | {{ signupData.first_name + ' ' + signupData.last_name }} |
| User ID / Username | {{ signupData.username }} |
| Connected Wallet | {{ form.wallet_address }} |
| Recovery Password | {{ signupData.passwd }} |
| MLM Node Position | {{ signupData.position == 1 ? 'Left Side Node' : 'Right Side Node' }} |
Current Coin Rate
1 SPTM = {{ coin_rate.toFixed(4) }} USDT
🪙
💵 USDT Balance: {{ usdt_balance !== null ? parseFloat(usdt_balance).toFixed(2) : '...' }} USDT
🪙 SPTM Balance: {{ sptm_balance !== null ? parseFloat(sptm_balance).toFixed(2) : '...' }} SPTM
Equivalent Payment Fee:
{{ form.payment_method === 'usdt' ? parseFloat(form.package_amount || 0).toFixed(2) + ' USDT' : registrationFee + ' SPTM' }}
(Rate: 1 SPTM = {{ coin_rate.toFixed(4) }} USDT)
{{ t.days }} Days
{{ t.pct_daily }}% / Day
I agree to the Terms & Conditions and Privacy Policy.
Already registered? Login here
Live ROI Estimation
Locked Coins Pool
{{ coinsAmount }} Coins
Value locked: ${{ (form.package_amount || 0).toFixed(2) }} USDT
Daily Yield Rate:
{{ selectedTenure.pct_daily }}% ({{ (coinsAmount * selectedTenure.pct_daily / 100).toFixed(4) }} Coins)
Daily Yield (SPTM):
{{ (coinsAmount * selectedTenure.pct_daily / 100).toFixed(4) }} SPTM
Bi-Daily Payout (12h):
{{ (coinsAmount * selectedTenure.pct_daily / 200).toFixed(4) }} SPTM
Total Yield Over {{ form.tenure }} Days:
{{ totalYield }} SPTM
Tenure End Date:
{{ unlockDate }}
Status After Maturity:
AUTO UNLOCK & RETURN
Note: Your locked principal of {{ coinsAmount }} Coins (worth ${{ (form.package_amount || 0).toFixed(2) }} USDT at lock rate) will be automatically unlocked and fully refunded in USDT back to your Main Wallet balance immediately upon tenure maturity on {{ unlockDate }}.