Extreme Heat
A rider logs off because it is physically unsafe to ride. Oasis detects the heatwave via weather APIs and auto-credits the protected wage.
Parametric wage protection for India’s Q-commerce delivery partners.
When external disruptions hit—extreme heatwaves, government lockdowns, or severe traffic gridlocks—riders lose their ability to complete orders and their daily wage drops sharply. Oasis detects these events via weather and news APIs and provides automated payouts to policyholders without requiring manual claims or waiting periods.
Oasis is a Next.js 15 + Supabase application utilizing a Parametric Insurance model. Unlike traditional indemnity insurance where a user must prove their loss, parametric insurance pays out automatically when predefined data parameters (e.g., Temperature > 43°C) are met.
This completely eliminates the overhead of claims adjusters, fraud investigators, and processing delays, instantly crediting the rider’s wallet the moment a disruption event is validated.
Companies like Zepto and Blinkit operate on incredibly tight 10-minute delivery SLAs across hyper-local zones. A rider’s income is directly tied to their volume of completed trips.
However, riders operate in highly volatile physical environments.
Extreme Heat
A rider logs off because it is physically unsafe to ride. Oasis detects the heatwave via weather APIs and auto-credits the protected wage.
Zone Lockdown
A curfew blocks delivery operations. News APIs and LLMs verify the police order and trigger instant payouts for riders within the geofence.
Heavy Rain
Localized flooding halts area movement. Precipitation thresholds are met, and policyholders immediately receive automated payouts.
By removing the human element from the claims process, Oasis creates a highly scalable, zero-friction protection net.
runAdjudicator) polls active delivery zones every 15 minutes.live_disruption_event.parametric_claims.flowchart LR
O[Onboarding]
S[Weekly coverage]
P[Payment]
E[Automation engine]
H[Runs every 15 minutes]
Q{Disruption detected?}
F[Safety & fraud checks]
A[Claim created automatically]
V[Quick GPS confirmation]
W[Wallet updates instantly]
O --> S
S --> P
P --> E
E --> H
H --> Q
Q -->|No| E
Q -->|Yes| F
F --> A
A --> V
V --> W
classDef user fill:#BFE3FF,stroke:#2B3A55,stroke-width:1.5px,color:#111;
classDef system fill:#FFF4DD,stroke:#Caa24A,stroke-width:1.5px,color:#111;
classDef decision fill:#EAEAEA,stroke:#5A5A5A,stroke-width:1.5px,color:#111;
classDef success fill:#BFF0C4,stroke:#2F6F3E,stroke-width:1.5px,color:#111;
class O,S,P user;
class E,H,F,A,V system;
class Q decision;
class W success;
1. Onboard
Platform, zone, gov ID, face verification.
2. Subscribe
Weekly coverage (₹49–₹199), dynamic by zone risk.
3. Monitor
15-min cron polls weather, AQI, traffic, news.
4. Payout
Threshold hit → adjudicator creates claims → Supabase Realtime updates wallet.
Coverage pricing is generated by a deterministic, actuarial constraint engine. It calculates a unified raw Risk Score (0-1) across 5 pillars:
Prices mathematically float, tightly clamped between ₹49 – ₹199/week. The engine generates 3 strict options:
Basic Coverage
Standard Coverage
Premium Coverage
Framework
Database & Auth
AI / LLM
Data Triggers
Payments
Hosting