{{ __('Dashboard') }}

Welcome back, {{ Auth::user()->name }}!
@if(!Auth::user()->has_completed_onboarding)

Welcome to FinAegis!

We're excited to have you onboard. Let's set up your account and explore the platform together.

Account Created

Your FinAegis account is ready to use

2

Complete KYC Verification

Verify your identity to unlock all features

3

Fund Your Account

Deposit funds to start using GCU

4

Explore Features

Discover GCU voting, transfers, and more

@endif
@if(!session('hide_invest_banner') && !auth()->user()->cgoInvestments()->exists())
@endif

Total Balance

${{ number_format(Auth::user()->accounts->count() > 0 ? Auth::user()->accounts->sum(function($account) { return $account->getBalance('USD'); }) / 100 : 0, 2) }}

↑ 12.5% from last month

GCU Balance

Ǥ{{ number_format(Auth::user()->accounts->count() > 0 ? Auth::user()->accounts->sum(function($account) { return $account->getBalance('GCU'); }) / 100 : 0, 2) }}

Ǥ

Democratic global currency

Voting Power

{{ number_format(Auth::user()->accounts->count() > 0 ? Auth::user()->accounts->sum(function($account) { return $account->getBalance('GCU'); }) / 100 : 0) }}

Next vote: {{ now()->startOfMonth()->addMonth()->format('M j') }}

Transactions

{{ Auth::user()->accounts->count() > 0 ? Auth::user()->accounts->sum(function($account) { // Transaction count from projections return \App\Domain\Account\Models\TransactionProjection::where('account_uuid', $account->uuid)->count(); }) : 0 }}

This month

Need Help?

Our support team is available 24/7 to assist you with any questions.