@extends('layouts.public') @section('content')
Your daily Web3 rewards hub

{{ config('branding.hero_title') ?: 'Mine. Complete tasks. Earn crypto.' }}

{{ config('branding.hero_description') ?: 'Discover simple ways to earn digital rewards every day. Start mining, complete rewarding tasks, and claim the latest airdrops from one place.' }}

@auth Start Earning → @else @endauth Explore Rewards
Three ways to earn

Pick your next reward.

Mine

Start earning in a tap

Choose an available coin, start a session, and watch your rewards grow.

Explore Mining
Daily Rewards

Turn actions into rewards

Complete check-ins, community activities, and simple daily challenges.

View Tasks
Airdrops

Claim featured drops

Discover active campaigns and claim rewards you are eligible for.

Browse Airdrops
@if (config('referrals.enabled'))
Referrals

Invite friends. Earn more.

Share your personal referral link and earn a reward when a new user joins.

@authInvite Friends@else@endauth
@endif
Mining opportunities

Choose a coin and start earning.

● Available now
@forelse ($mining as $config)
{{ $config->asset->name }}
{{ $config->asset->symbol }}
{{ rtrim(rtrim($config->rate, '0'), '.') }} {{ $config->asset->symbol }}/{{ $config->rate_unit }}

Start a mining session and collect rewards at your own pace.

@authStart Mining@else@endauth
@empty @endforelse
@if ($tasks->isNotEmpty())
Daily rewards

Complete simple tasks. Get rewarded.

See All Tasks
@foreach ($tasks as $task)
+{{ rtrim(rtrim($task->reward_amount, '0'), '.') }} {{ $task->rewardAsset->symbol }}

{{ $task->title }}

{{ $task->description }}

@endforeach
@endif @if ($airdrops->isNotEmpty())
Featured airdrops

Fresh rewards are in the air.

View All Airdrops
@foreach ($airdrops as $airdrop)
{{ $airdrop->name }}
{{ rtrim(rtrim($airdrop->reward_amount, '0'), '.') }} {{ $airdrop->asset->symbol }}

{{ $airdrop->description }}

@endforeach
@endif
One rewarding experience

Everything you earn, together.

Track mining rewards, task bonuses, airdrops, and your available balances from one simple dashboard.

@authOpen Dashboard@else@endauth
@endsection