End-to-End Workflow
From onboarding to HALTED-zone payout—fully automated, zone/time aware, fraud-guarded.
1) Worker Onboarding (Zero-Type: Simulated Platform OAuth)
To avoid manual KYC friction in the prototype, Aegis simulates platform OAuth onboarding:
- app registration
- simulated identity verification (Aadhaar/PAN + face/OTP)
- UPI/bank linking
- platform affiliation confirmation (Zepto/Blinkit/BigBasket/Instamart/JioMart)
- tier selection (Basic / Standard / Premium)
Outcome: a verified rider profile, coverage choice, and assigned operating H3 zone.
Onboarding is simulated via platform OAuth (mock Zepto/Blinkit/BigBasket/Instamart/JioMart) to avoid manual KYC in the prototype.
2) Profiling & Premium Setup
Weekly workflow:
- ingest historical activity
- compute
Ewbaseline (rolling 4-week avg) - enrich zone context for the insured time window
- compute premium quote for the rider
- worker accepts/enters the policy cycle
3) Real-Time Disruption Monitoring
Cadence (prototype):
- every 2 minutes: evaluate zone state for active H3 cells
- every 10 minutes: aggregate zone intelligence snapshots
On HALTED trigger:
- persist an audit record
- emit
DisruptionEventfor claim processing
4) Automatic Payout (No Claims) + Fraud Guardrails
When a DisruptionEvent arrives:
- eligibility check (policy active + rider/zone/time fit)
- fraud gate (silent: does not block honest riders)
- decision:
- clear -> auto-approve and pay
- suspicious -> hold/manual review
- ring-connected -> freeze and investigate
5) Risk Pool Feedback Loop
After payouts:
- update loss ratio and portfolio exposure
- recalibrate model confidence bands
- adjust future premium signals with governance controls
Risk pool feedback is computed after payouts: loss ratio tracking and model confidence recalibration for the next premium cycle.