@extends('layouts.user') @section('title') Apply for a Post-Grant @endsection @section('content') @php $hasActiveBot = count(auth()->user()->investment()?->where('status', 2)->get()) >= 1; @endphp
{{-- Hero --}}
● Post-Grant · Reviewed capital

Capital sized to
the network you built.

A Post-Grant scales with your Managed Merchant Network, the stores you've grown and kept active. Submit the application, our team reviews it, and approval brings capital plus the GEAS Brand Ambassador role.

1 Build your network 2 Apply for review 3 Lead as Ambassador
A team collaborating — an ambassador-led network
{{-- Tiers --}}
Reviewed tiers

Capital unlocked by network size & tools

Each tier is sized to your MMN and the AI tools you're running. Nothing is disbursed until our team approves your application; once approved, profit becomes withdrawable after the expiry window closes.

@forelse($postTiers as $tier)
{{ $tier->name }}
${{ number_format($tier->amount, 0) }}
@if($tier->ai_requirement)
AI tool: {{ $tier->ai_requirement }}
@endif
{{ $tier->required_active_referrals }} active stores (MMN)
Matures {{ $tier->expiry_days }} days after approval
@if($tier->bonus_amount > 0)
+ ${{ number_format($tier->bonus_amount, 0) }} Executive Bonus
@endif
@empty
No Post-Grant tiers are available right now. Check back soon.
@endforelse
{{-- How it works --}}
How it works

Your network becomes the structure

GEAS funds hubs, not isolated stores, merchants who've shown they can grow other merchants. That's what makes the ecosystem expand.

1

Build your network

Grow a Managed Merchant Network of active C2C store owners before applying.

2

Apply for review

Submit within 7 days of AI tool activation, our team reviews everything before disbursing.

3

Lead as Ambassador

Meet the deliverables, and profit becomes withdrawable after the maturity window.

{{-- Ambassador role --}}

The Ambassador role, in brief

Approval makes you a GEAS Brand Ambassador for the life of the grant. Four commitments come with it:

  • Public-facing leadership, live AMAs and video, not text-only.
  • Video evidence of inventory received, stocked, and deployed.
  • Accurate, on-time reporting for as long as the grant runs.
  • Consent to use audit footage in program reporting.
GEAS community growth
{{-- Application form --}}
📝 Application portal

Grant Application Form

Fill this out to begin your review. Capital is only disbursed after our team approves your application.

@unless($hasActiveBot)
⚠️

Active AI Bot required

You can't apply for a grant yet because you don't have an active AI Bot. Activate one to unlock the application.

@endunless
@csrf {{-- Tier select --}}

Choose the Post-Grant tier you qualify for based on your network size and AI tool.

@forelse($postTiers as $tier) @empty

No Post-Grant tiers are available right now.

@endforelse

Two categories and specific items your grant products will fall under.

Select from your active AI Bots to serve as insurance.

How will you promote GEAS to the community?

What channels will you use?

List your networks and communities, with links.

Where's the most convenient place to reach you?

{{-- Consent gate (mandatory T&C) --}}
Accept the Terms & Conditions to submit.
@if($hasActiveBot) @else @endif
@endsection