STUD.com
← Objectives

Build · Create · Ops & Automation

Build a Head-Hand-Heart Talent Remuneration Package

An early-stage founder receives a structured offer that pairs ESOPs and tax-aware cash with explicit psychological motivators, so they can compete for talent they cannot out-pay on salary alone.

You receive: A JSON object with three lens blocks, head (ESOP grant: equity_pct, target_valuation, computed esop_value), hand (annual_cash plus tax_optimization components), and heart (an array of motivators each tagged to a category enum), plus a required-completeness summary.

Part of Choose Business Model

What's verified: STUD verifies all three lenses are present, the ESOP value arithmetic is correct, and the Heart lens uses valid motivator categories covering the required set. It does NOT verify the offer is competitive, that the valuation is realistic, that the tax components are legally valid, or that the candidate will accept.

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": [
  "annual_cash",
  "equity_pct",
  "required_heart_categories",
  "target_valuation"
 ],
 "checkNames": [
  "format_parses",
  "params_valid",
  "lenses_present",
  "head_esop_math",
  "hand_cash_and_tax",
  "heart_motivator_count",
  "heart_categories_valid",
  "heart_descriptions_valid",
  "completeness_summary_accurate"
 ],
 "constants": {},
 "deliverableLabel": "remuneration_head_hand_heart_package",
 "documentKeys": [
  "annual_cash",
  "category",
  "completeness_summary",
  "description",
  "equity_pct",
  "esop_value",
  "hand",
  "head",
  "heart",
  "lenses_complete",
  "motivators",
  "target_valuation",
  "tax_optimization"
 ],
 "enumLiterals": [
  [
   "flow_challenge",
   "autonomy",
   "competence",
   "relatedness"
  ],
  [
   "head",
   "hand",
   "heart"
  ]
 ],
 "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.