Skip to content

Latest commit

ย 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Kizuna โšก

AI-Powered Income Protection for Gig Delivery Partners

Guidewire DEVTrails 2026 | Team Kizuna


๐Ÿงฉ The Problem

Gig delivery partners face unpredictable income loss due to:

  • Extreme weather (rain, heat, floods)
  • Pollution (AQI spikes)
  • Platform disruptions (app/store downtime)

There is no real-time income protection, and workers bear 100% of the financial risk.


๐Ÿ’ก The Solution

Kizuna is a parametric, event-driven income protection system that:

  • Detects disruptions via APIs
  • Estimates income loss using AI
  • Pays 20โ€“30% of lost income instantly

๐Ÿง  Core Principle

Kizuna provides a partial income buffer, not full replacement

  • Keeps premiums affordable
  • Prevents misuse
  • Ensures long-term sustainability

โš™๏ธ Unified System Design

Kizuna is a trust-driven system, powered by:

๐Ÿ‘‰ Trust Score

Controls:

  • Premium
  • Payout %
  • Claim limits
  • Settlement speed
  • Fraud penalties

๐Ÿ”ข Trust Score Engine

TS = clip(50 + 0.20I + 0.30R + 0.30A - 30F, 0, 100)

Definitions

  • I (Identity): 100 if e-Shram verified, else 0
  • R (Rating): 20 ร— avg rating (1โ€“5)
  • A (Activity): Recency-weighted (0โ€“100)
  • F (Fraud): Number of fraud events

Each fraud event reduces score by 30 points and removes benefits temporarily.


๐Ÿงญ Onboarding Flow

Step 1 โ€” Platform Verification

  • OTP + Worker ID
  • Checks:
    • Active account
    • Weekly orders > 20
    • Rating โ‰ฅ 3.5

Step 2 โ€” e-Shram Integration (Optional but Recommended)

๐Ÿ” What is e-Shram?

  • Government of India database of unorganised workers
  • Acts as a verified identity layer (not self-declared data)
  • Ensures the user is a real delivery partner / gig worker
  • e-Shram verification gives a UAN (Universal Account Number) โ€” a unique ID used to verify identity and prevent duplicate or fake worker accounts

โญ Benefits (Trust Score Boost)

e-Shram verified users receive:

  • +15 Trust Score
  • Lower premiums
  • Higher claim limits
  • Faster payouts

๐Ÿ›ก Fraud Prevention Impact

Prevents:

  • Duplicate identities
  • Fake workers
  • Multi-account abuse

Adds a government-backed validation layer, improving system reliability


Step 3 โ€” Zone & Shift

  • Micro-zone selection
  • Risk classification

Step 4 โ€” Coverage Selection

Dynamic Premium Preview

Premium is dynamically calculated based on:

  • Zone risk
  • Trust score
  • Historical disruption frequency

๐Ÿ’ฐ Weekly Premium Model

Zone Premium Range
Low โ‚น29โ€“โ‚น39
Medium โ‚น45โ€“โ‚น65
High โ‚น75โ€“โ‚น99
Extreme Dynamic

Final premium dynamically adjusted using risk multipliers.


๐Ÿ›ก Coverage Scope

โœ” Income loss only
โŒ No health, vehicle, pandemic, or systemic coverage


โšก Triggers (Phase 2 โ€” Implemented)

  • Rain / Weather: Triggered when rainfall exceeds threshold disrupting deliveries
  • Pollution (AQI): Triggered when AQI crosses unsafe level restricting outdoor work
  • App Downtime: Triggered when platform app is unavailable beyond threshold duration
  • Dark Store Downtime: Triggered when assigned store is non-operational
  • Incentive Chain Break: Triggered when rider loses incentive due to disruption

๐Ÿ”ฎ Phase 3 Triggers

  • Account Freeze (Selective): Covered only if not caused by platform fraud detection
  • Curfew / Social Disruption: Triggered when access to delivery zones is restricted
  • Infrastructure Failure: Triggered during network/electricity outages affecting work

๐Ÿ’ธ Coverage Tiers

๐ŸŸข Basic

  • 25% payout
  • 2 claims/week

๐Ÿ”ต Plus

  • 30% payout
  • 2 claims/week

๐Ÿ”ด Pro

  • 40% payout
  • 3 claims/week

โšก Payout System

Trust Level Payout %
High 30%
Medium 25%
Low 20%

๐Ÿง  Earnings Fingerprint

Each worker has a personalized earning rate:

Earning Rate = Total Earnings / Active Hours (recency-weighted)
Estimated Loss = Earning Rate ร— Time Lost
Payout = Tier % ร— Estimated Loss

๐Ÿ‘‰ Same disruption โ†’ different payouts per worker


๐Ÿ›ก Fraud Detection

  • GPS validation
  • Device fingerprinting
  • Activity verification
  • Duplicate claim prevention

๐ŸŒ Zone Risk Model

Zone Risk
Low Stable
Medium Moderate
High Frequent disruptions
Extreme Severe

๐Ÿ“Š Actuarial Model & Stress Testing

Key Formula

1. Adjusted Payout

P' = N ร— D ร— (Income ร— Cap%) ร— Claim Factor

2. Insurer Cost

Cost = P' ร— (1 - Platform Share) ร— Retention

3. Loss Ratio

Loss Ratio = Cost / Premium Pool

๐Ÿ”ค Definitions

  • Pโ€ฒ (Adjusted Payout)
    โ†’ Total payout after applying caps and claim limits

  • N (Number of Riders Affected)
    โ†’ Total number of insured workers impacted in the event

  • D (Disruption Duration)
    โ†’ Number of days (or equivalent time) the disruption lasts

  • Income
    โ†’ Average daily income per rider (โ‚น1200 baseline or personalized via earnings fingerprint)

  • Cap% (Payout Cap Percentage)
    โ†’ Maximum % of income that can be paid (e.g., 20%)

  • Claim Factor
    โ†’ Adjustment for claim limits
    (e.g., if only 5 out of 12 days are claimable โ†’ 5/12)


Scenario 1 โ€” Multi-City Monsoon

  • Riders (N) = 5000
  • Days (D) = 7
  • Income = โ‚น1200
  • Cap = 20% โ†’ โ‚น240
  • Claim factor = 4/7
  • Platform share = 20%
  • Retention = 20%

Calculation

P' = 5000 ร— 7 ร— 240 ร— (4/7) = โ‚น48,00,000
Cost = 48L ร— 0.8 ร— 0.2 = โ‚น7.68L
Premium Pool = โ‚น12L
Loss Ratio = 7.68 / 12 = 64%

โœ… Stable


Scenario 2 โ€” Extreme Pollution

  • Riders = 2000
  • Days = 12
  • Cap = โ‚น240
  • Claim factor = 5/12
  • Platform = 20%
  • Retention = 20%

Calculation

P' = 2000 ร— 12 ร— 240 ร— (5/12) = โ‚น24,00,000
Cost = 24L ร— 0.8 ร— 0.2 = โ‚น3.84L
Premium Pool = โ‚น4.8L
Loss Ratio = 3.84 / 4.8 = 80%

โœ… Controlled


Scenario 3 โ€” App Failure

  • Riders = 1000
  • Duration = 1.5 days
  • Payout/day = โ‚น240

Calculation

P' = 1000 ร— 1.5 ร— 240 = โ‚น3.6L
Cost = 3.6L ร— 0.8 ร— 0.2 = โ‚น0.576L
Premium Pool = โ‚น2.4L
Loss Ratio = 0.576 / 2.4 = 24%

โœ… Highly Safe


๐Ÿง  Key Insight

Even under extreme correlated events, loss ratio remains controlled using caps, reinsurance, and dynamic pricing.


๐Ÿ›  System Safeguards

  • 70% โ†’ Premium adjustment

  • 85% โ†’ Enrollment restriction

  • 100% โ†’ Emergency controls


โšก Catastrophic Handling

  • Auto-trigger payouts
  • No manual claims
  • Strict caps applied

๐Ÿค– Why Parametric?

  • Instant payouts
  • No paperwork
  • API-triggered events
  • Low operational cost

๐Ÿ’ผ Business Model

  • Insurer โ†’ Underwriting
  • Platform โ†’ Distribution
  • Kizuna โ†’ AI + system

๐Ÿ† Moat

  • Trust score engine
  • Earnings fingerprint
  • Fraud detection
  • Zone pricing

๐Ÿš€ One-Line Pitch

โ€œKizuna protects gig workers by instantly paying a portion of lost income when real-world disruptions occur.โ€

About

A parametric micro-insurance platform for gig workers, providing fast income support using smart triggers and data-driven insights.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages