Cap Table Modeling

Type: Concept Confidence: 0.91 Sources: 4 Verified: 2026-02-28

Definition

A capitalization table (cap table) model is a structured spreadsheet that tracks equity ownership in a company across all stakeholders — founders, employees (options/RSUs), investors (preferred shares, SAFEs, convertible notes) — and models how ownership changes through funding rounds, option grants, and exit events. The exit waterfall component calculates how proceeds from a sale or IPO are distributed based on liquidation preferences, participation rights, and conversion economics. [src1]

Key Properties

Constraints

Framework Selection Decision Tree

START — User needs to model startup equity
├── What specifically?
│   ├── Current ownership → Cap Table — share ledger
│   ├── New round impact → Cap Table — pro forma model
│   ├── Exit payouts → Cap Table — exit waterfall
│   ├── Company P&L, burn, runway → Startup Financial Model
│   └── Company valuation → DCF Framework
├── SAFEs or convertible notes outstanding?
│   ├── YES → Model conversion mechanics first
│   └── NO → Standard share-based cap table
└── How many funding rounds?
    ├── 1-2 rounds → Simple cap table
    ├── 3+ with different preferences → Waterfall required
    └── Pre-funding → Founders + option pool only

Application Checklist

Step 1: Build the share ledger

Step 2: Model SAFE and convertible note conversions

Step 3: Build pro forma cap table for new round

Step 4: Build the exit waterfall

Anti-Patterns

Wrong: Treating pre-money and post-money SAFEs identically

Using pre-money math for all SAFEs underestimates dilution from post-money SAFEs. [src3]

Correct: Distinguishing SAFE types with correct conversion math

Post-money SAFEs (YC standard since 2018) use post-money valuation as denominator. Pre-money SAFEs use pre-money. [src3]

Wrong: Ignoring liquidation preference stacking at low exit values

A founder expects 50/50 at $20M exit, but $15M in stacked preferences leaves only $5M for common. [src4]

Correct: Modeling the full waterfall at multiple exit values

Build at 5+ exit values from 1x to 10x+ invested capital. Identify the breakpoint where investors switch from preferences to conversion. [src4]

Wrong: Placing option pool pre-money without understanding impact

Agreeing to "10% pool" without realizing pre-money placement reduces effective founder valuation. [src2]

Correct: Negotiating option pool placement explicitly

A 10% pre-money pool at $10M pre-money reduces effective valuation to $9M. Negotiate post-money placement. [src2]

Common Misconceptions

Misconception: Ownership percentage equals payout percentage at exit.
Reality: Liquidation preferences mean preferred shareholders receive disproportionate proceeds at lower exits. A 20% common holder may receive 5% at a $20M exit. [src4]

Misconception: A higher valuation cap on a SAFE is always better for founders.
Reality: A high cap with large discount may produce more dilution than a lower cap with no discount. The interaction depends on the actual priced round valuation. [src3]

Misconception: Cap tables only matter at exit.
Reality: Cap tables affect every financing decision, employee grants, secondary sales, and governance. Accuracy is an ongoing requirement. [src1]

Comparison with Similar Concepts

ConceptKey DifferenceWhen to Use
Cap Table ModelingTracks equity ownership and exit proceedsFundraising, option grants, exit planning
Startup Financial ModelProjects P&L, cash flow, runwayRevenue/expense forecasting and burn management
DCF FrameworkEstimates intrinsic company valueValuing the company (separate from ownership)
Scenario AnalysisTests model under different assumptionsExit waterfall at various valuations

When This Matters

Fetch this when a user asks about modeling a cap table, SAFE or note conversion, exit waterfalls, dilution from funding rounds, or liquidation preferences.

Related Units