mmodiqo/startup-equity-healthv0.2.1Public
Startup equity health
Computes startup equity-health metrics for a private company and explains them for a prospective employee: capital efficiency (total raised / ARR), valuation multiple (valuation / ARR), liquidation preference stack share (raised / valuation), an acquisition payout waterfall across exit prices, post-lockup IPO
Read the full description
scenarios, and an after-tax take-home (earn-out) estimate reflecting vesting cliff, 409A strike cost, and blended federal+state taxes — ending with the questions an employee should ask the employer. Each computation stage is its own DAG step with explicit value edges (the derived metrics flow from core_metrics into the waterfall, IPO, and take-home stages), so every intermediate number is inspectable per step. The invoking agent elicits the financial inputs from public web coverage before calling, and passes provenance via the sources parameter.
Before you run it1 local tool
Everything here is checked on your machine when rote inspects the play. This page never learns what you have installed or which credentials you hold.
- ○python3local tool
Must be on your PATH. rote reports what it finds during inspect.
Inputs10, 4 required
rote asks for these before running and shows the defaults it will use.
- Company
companyPrivate company name being evaluated
requiredstringexampleLaceworkcustom value allowed - Valuation usd
valuation_usdLatest post-money valuation in USD (e.g. 44000000000). Elicit from the most recent funding-round coverage before calling.
requiredstringexample8300000000custom value allowed - Total raised usd
total_raised_usdTotal capital raised across all rounds in USD, a proxy for the 1x preferred liquidation stack. Elicit from Tracxn/Crunchbase-style coverage.
requiredstringexample1900000000custom value allowed - Arr usd
arr_usdCurrent annual recurring revenue in USD. Elicit from press reports or revenue trackers (Sacra, Getlatka); use the most recent credible figure.
requiredstringexample100000000custom value allowed - Public multiple
public_multipleConservative public-market ARR multiple used for the options-underwater breakeven (public software comps trade roughly 10x-18x ARR)
optionalstringdefault10example10custom value allowed - Employee pct
employee_pctHypothetical employee fully-diluted ownership in percent (0.10 means 0.10%), used to simulate acquisition and IPO payouts
optionalstringdefault0.10example0.10custom value allowed - Vested pct
vested_pctPercent of the grant vested at exit (25 = the standard one-year cliff just hit on a 4-year schedule)
optionalstringdefault25example25custom value allowed - Strike fraction
strike_fractionOption strike as a fraction of the last-round share price. Strike is set at the 409A fair-market value, typically 20-40% of the preferred price at late stage.
optionalstringdefault0.30example0.30custom value allowed - Tax pct
tax_pctBlended federal + average-state tax rate in percent applied to the exercise spread (NSO ordinary-income treatment; ISO/LTCG or QSBS can lower it)
optionalstringdefault35example35custom value allowed - Sources
sourcesProvenance for the elicited inputs: semicolon-separated notes or URLs (e.g. 'valuation: techcrunch.com/...; arr: sacra.com/...')
optionalstringexamplevaluation: techcrunch.com/2024/01/roundupcustom value allowed
What it changes
No write operations are declared in this version's manifest.
Credentials remain in the recipient's local rote vault; this page and the publisher never receive them.
Runtime details
- rote CLIversion 0.62.0 or newer
- Servicesnone declared
- Digest
sha256:42767313baef467a0f112b3430bea7ca880bb79bbbc79f00aa760d7a54df4fcc - Archive size11027 bytes
- Published2026-08-17T23:58:23.590241+00:00
- Published withrote 0.66.1
Credential values and current readiness remain local. Opening this page never prompts for a credential, opens an authorization browser, or calls a service this play uses.
A play is a published, versioned automation package that runs on your own machine through rote, a free command-line tool. Opening this page installs nothing and runs nothing.