Empowering African Farmers Through Verified Carbon Credits
# π± Carbon Mavuno
**Empowering African Farmers Through Verified Carbon Credits**
> *Mavuno means "harvest" in Swahili - representing the harvest of both crops and carbon credits for African farmers.*
## π― Project Overview
Carbon Mavuno is a blockchain-powered platform that enables smallholder farmers to earn verified carbon credits through sustainable agricultural practices, with AI-powered satellite verification and Guardian-based MRV workflows.
### The Problem We Solve
- **$90 billion** African agricultural finance gap
- Africa captures only **16%** of $1.4B carbon market despite having **98% untapped potential**
- Traditional MRV costs **$50K-$200K** per project
- Smallholder farmers excluded from voluntary carbon markets
### Our Solution
- **Guardian-powered MRV workflow** for carbon credit verification
- **AI satellite verification** reduces costs 100Γ ($50K β $500)
- **Carbon credit tokenization (HTS)** enables trading
- **Direct farmer access** to voluntary carbon markets
- **HCS audit trails** ensure transparency
## ποΈ Architecture
### Technology Stack
**Frontend:**
- Next.js 15 (App Router)
- React Native (Mobile)
- TailwindCSS + shadcn/ui
- Zustand (State Management)
- HashConnect (Wallet Integration)
**Backend:**
- Node.js + TypeScript
- Supabase (PostgreSQL)
- Express.js
**Blockchain:**
- Hedera Guardian (MRV)
- Hedera Token Service (HTS)
- Hedera Consensus Service (HCS)
- Hedera File Service (HFS)
- Hedera Smart Contract Service (HSCS)
- Hedera AI Agent Kit
**AI/ML:**
- Sentinel Hub API (Satellite Imagery)
- Custom NDVI Analysis
- Carbon Calculation Models (IPCC Tier 1)
- Anomaly Detection
## π Project Structure
```
carbon-mavuno/
βββ web/ # Next.js 15 Web Application
β βββ app/ # App Router pages
β βββ components/ # React components
β βββ lib/ # Utilities and services
β βββ stores/ # Zustand state management
β βββ hooks/ # Custom React hooks
βββ mobile/ β¦