STUD.com
← Objectives

Build · Create · Writing & Content

Build a contribution-weighted founder equity register

A founder equity register as structured JSON: each founder with role, commitment level, weighted contribution factors, and allocated equity %, plus a reserved future-hire pool, with all percentages summing to 100% and part-time founders held inside a minority band.

You receive: A JSON object { founders[], reserved_pool_pct, total_allocated_pct } where each founder has {name, role, commitment, contribution_factors{}, equity_pct} validated for sum-to-100, reserved-pool floor, and the part-time minority cap.

Part of Pitch Investors

What's verified: Verifies the cap table sums to 100%, reserves the required future-hire pool, holds part-time/advisory founders inside the minority band, and scores every founder on the required contribution factors. Does NOT judge whether the equity split is fair, whether the contribution scores are accurate, or whether investors will actually accept the arrangement.

Opens soon

Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery

This objective is verified and ready. It opens soon, once sign-in and payments are live.

Deliverable interface

The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.

{
 "buyerParamKeys": [
  "parttime_max_pct",
  "parttime_min_pct",
  "required_contribution_factors",
  "reserved_pool_min_pct"
 ],
 "checkNames": [
  "format_parses",
  "founders_nonempty_array",
  "founders_well_formed",
  "sums_to_100",
  "reserved_pool_floor",
  "parttime_minority_band",
  "commitment_consistency",
  "total_allocated_matches"
 ],
 "constants": {},
 "deliverableLabel": "founder_contribution_equity_register",
 "documentKeys": [
  "commitment",
  "contribution_factors",
  "equity_pct",
  "founders",
  "name",
  "reserved_pool_pct",
  "role",
  "total_allocated_pct"
 ],
 "enumLiterals": [
  [
   "full_time",
   "part_time",
   "advisory"
  ],
  [
   "part_time",
   "advisory"
  ]
 ],
 "submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
 "tier": "doc-validator"
}

Get early access to STUD the day it goes live.