Welcome Back

{{ user.username }}

{{ user.username.slice(0,2).toUpperCase() }}

Available balance

₦{{ user ? user.balance.toLocaleString('en-NG', { minimumFractionDigits: 2 }) : '0.00' }}

Be part of the Community

Join our telegram community to get updates

Join now

Recent Transactions

{{ txn.type }}

{{ new Date(txn.created_at).toLocaleDateString() }}

₦ {{ txn.amount }}

{{ txn.status }}

No recent transaction

{{ error }}