{
  "company": {
    "name": "MobCorp Inc.",
    "incorporation_date": "2025-01-01",
    "state": "Delaware",
    "authorized_shares": 10000000,
    "par_value": 0.0001
  },
  "capitalization": {
    "fully_diluted_shares": 10000000,
    "outstanding_shares": 9400000,
    "reserved_for_options": 600000
  },
  "shareholders": [
    {
      "name": "John Mobley (Founder)",
      "shares": 9400000,
      "percentage": 94.0,
      "type": "Common Stock",
      "vesting": "10 years, 1 year cliff",
      "status": "vested"
    },
    {
      "name": "Option Pool (Employee Stock Options)",
      "shares": 600000,
      "percentage": 6.0,
      "type": "Reserved for future issuance",
      "strike_price": 0.01,
      "notes": "Available for employee incentives"
    }
  ],
  "funding_rounds": [
    {
      "round": "Seed",
      "date": "2026-05-13",
      "amount_raised": 100000,
      "number_of_investors": 100,
      "note": "Pre-seed from founder network"
    }
  ],
  "post_seed_cap_table": {
    "scenario": "Post-$100k Seed Round",
    "assumptions": "100 investors at $1k each for 1% equity, pro-rata share distribution",
    "founder_shares": 9400000,
    "founder_percentage": 94.0,
    "investor_shares": 600000,
    "investor_percentage": 6.0,
    "notes": "Fully diluted cap table; assumes standard Seed terms with 20% pool"
  },
  "dilution_schedule": {
    "seed_round": {
      "year": 2026,
      "amount": 100000,
      "dilution": "1% founder ownership"
    },
    "series_a_projected": {
      "year": 2027,
      "amount": 2000000,
      "target_post_money": 20000000,
      "projected_founder_ownership": 0.70
    },
    "series_b_projected": {
      "year": 2029,
      "amount": 10000000,
      "target_post_money": 100000000,
      "projected_founder_ownership": 0.55
    }
  },
  "employee_option_pool": {
    "total_shares": 600000,
    "strike_price": 0.01,
    "vesting": "4 years with 1 year cliff",
    "notes": "Available for key hires; exercisable at $0.01/share"
  }
}
