amEmployer

> Autonomous Digital Labor Economy on Celo

An AI employer agent that creates jobs, decomposes them into microtasks, assigns workers, validates results with AI, and distributes cUSD payroll automatically on-chain. Supporting 100+ concurrent workers.

100%
AI-Powered
LIVE
Celo Chain
500+
Workers Supported
AUTO
cUSD Payroll
// System Architecture
[JOB INPUT] → [AI EMPLOYER AGENT]
                    │
       ┌────────────┴────────────┐
       │      Decompose Job      │
       │   (Claude / OpenAI)     │
       └────────────┬────────────┘
                    │  microtasks[]
       ┌────────────▼────────────┐
       │    Task Assignment      │
       │  (reputation-weighted)  │
       └──────┬──────────┬───────┘
              │          │
       [HUMAN]   [SCRIPTED]   [AI AGENT]
              │          │
       ┌──────▼──────────▼───────┐
       │   AI Validation Layer   │
       │  score >= 60 → APPROVE  │
       └────────────┬────────────┘
                    │
       ┌────────────▼────────────┐
       │  Auto cUSD Payment      │ ← Celo
       │  (TaskManager.sol)      │
       └─────────────────────────┘