---
# === IDENTITY ===
id: business/fundraising/founder-vesting/2026
canonical_question: "What is standard founder vesting — 4-year cliff, acceleration clauses, and renegotiation?"
aliases:
  - "founder equity vesting schedule"
  - "4-year vesting 1-year cliff"
  - "single trigger vs double trigger acceleration"
  - "reverse vesting for founders"
entity_type: concept
domain: business > fundraising > Founder Vesting
region: global
jurisdiction: global
temporal_scope: 2015-2026

# === VERIFICATION ===
last_verified: 2026-02-28
confidence: 0.90
version: 1.0
first_published: 2026-02-28

# === TEMPORAL VALIDITY ===
temporal_validity:
  status: stable
  last_breaking_change: null
  next_review: 2026-08-27
  change_sensitivity: low

# === CONSTRAINTS ===
constraints:
  - "Vesting is a legal contract — terms must be drafted by qualified startup counsel, not DIY templates"
  - "Investors almost always require founder vesting as a condition of investment; fighting it signals inexperience"
  - "Single-trigger acceleration is increasingly rare — most investors and acquirers reject it"
  - "Co-founder departures without vesting create dead equity that handicaps future fundraising"
  - "Tax implications vary by jurisdiction — 83(b) election in the US must be filed within 30 days of grant or tax treatment changes dramatically"

skip_this_unit_if:
  - condition: "User needs employee stock option plan (ESOP) design, not founder vesting"
    use_instead: "business/fundraising/equity-dilution/2026"
  - condition: "User is negotiating SAFE or convertible note terms, not equity grants"
    use_instead: "business/fundraising/safe-vs-convertible-note/2026"
  - condition: "User needs to model dilution across funding rounds"
    use_instead: "business/fundraising/equity-dilution/2026"

inputs_needed:
  - key: "vesting_situation"
    question: "What is the user's vesting situation?"
    type: choice
    options: ["Setting up initial founder vesting at incorporation", "Renegotiating vesting before a funding round", "Understanding acceleration clauses for M&A", "Adding a new co-founder with vesting"]

# === DISTRIBUTION ===
canonical_source: "https://knowledgelib.io/business/fundraising/founder-vesting/2026"
suggested_citation: "Source: knowledgelib.io — AI Knowledge Library (verified 2026-02-28)"

# === RELATED UNITS ===
related_kos:
  related_to:
    - id: "business/fundraising/equity-dilution/2026"
      label: "Equity Dilution"
    - id: "business/fundraising/cap-table-management/2026"
      label: "Cap Table Management"
  often_confused_with: []
  depends_on: []
  solves: []
  alternative_to: []

# === SOURCES ===
sources:
  - id: src1
    title: "4-Year Vesting with a 1-Year Cliff: A Practical Guide"
    author: Promise Legal
    url: https://blog.promise.legal/startup-central/4-year-vesting-with-a-1-year-cliff-a-practical-guide-for-startup-founders-and-early-employees/
    type: technical_blog
    published: 2025-01-10
    reliability: high
  - id: src2
    title: "Vesting Explained: Schedules, Cliffs, Acceleration, and Types"
    author: Carta
    url: https://carta.com/learn/equity/stock-options/vesting/
    type: official_docs
    published: 2024-11-01
    reliability: authoritative
  - id: src3
    title: "Founder Vesting Schedules: 4-Year 1-Year Cliff Explained"
    author: ICanPitch
    url: https://learn.icanpitch.com/blog/founder-vesting-schedules-4-year-1-year-cliff/
    type: technical_blog
    published: 2024-08-15
    reliability: moderate_high
  - id: src4
    title: "What are customary stock vesting terms for startup founders?"
    author: Clerky
    url: https://help.clerky.com/article/1736-what-are-customary-stock-vesting-terms-for-startup-founders
    type: official_docs
    published: 2024-01-01
    reliability: high
  - id: src5
    title: "Founder Vesting 101: The Essential Need-to-Knows"
    author: Verified Metrics
    url: https://verifiedmetrics.com/blog/founder-vesting
    type: technical_blog
    published: 2024-06-01
    reliability: moderate_high
---

# Founder Vesting

## Definition

Founder vesting is the mechanism by which a startup founder earns their equity ownership over time rather than receiving it all upfront. Under the standard 4-year vesting schedule with a 1-year cliff, 25% of shares vest on the first anniversary and the remainder vest monthly over the next 36 months, contingent on continued service. Vesting protects all parties: it prevents a departing co-founder from walking away with a full equity stake, gives investors confidence in founder commitment, and aligns incentives with long-term company building. [src1]

## Key Properties

- **Standard schedule**: 4 years total vesting with 1-year cliff — 25% vests at month 12, then 1/48th per month [src1]
- **Cliff mechanism**: No shares vest before the cliff date; if a founder leaves before month 12, they receive zero equity [src2]
- **Acceleration types**: Single-trigger (vesting accelerates on change of control alone) and double-trigger (requires change of control + termination) [src2]
- **83(b) election (US)**: Must be filed with the IRS within 30 days of restricted stock grant to avoid taxing vested shares as ordinary income at higher future value [src4]
- **Reverse vesting**: Common for founders — shares are issued upfront but subject to repurchase rights that lapse on the vesting schedule [src3]

## Constraints
<!-- Agents: read this section before recommending this concept/framework.
     These are hard boundaries on when and how it applies. -->

- Legal counsel is required — vesting agreements are enforceable contracts with tax implications; DIY templates risk costly errors [src4]
- Investors require founder vesting as a standard condition of investment; objecting to vesting signals inexperience [src1]
- Single-trigger acceleration is rarely accepted by acquirers (they want founders to stay post-acquisition) [src2]
- The 83(b) election in the US must be filed within exactly 30 days — missing this deadline has irreversible tax consequences [src4]
- Vesting does not apply to already-vested shares — renegotiation at a funding round typically resets the unvested portion only [src5]

## Framework Selection Decision Tree

```
START — Founder needs to set up equity structure
├── Are there multiple co-founders?
│   ├── YES → Vesting is critical to prevent dead equity
│   └── NO (solo founder) → Investors will still require vesting
├── Has the company raised external capital?
│   ├── YES → Vesting terms are likely already required; check existing agreement
│   └── NO → Set up vesting proactively before first funding round
├── Is an acquisition or exit being discussed?
│   ├── YES → Review acceleration clauses ← YOU ARE HERE
│   └── NO → Standard 4-year/1-year cliff ← DEFAULT
└── Is the company US-based?
    ├── YES → File 83(b) election within 30 days of grant
    └── NO → Consult local counsel on tax treatment of restricted stock
```

## Application Checklist

### Step 1: Choose the vesting schedule
- **Inputs needed**: Number of founders, time already spent on company, investor requirements
- **Output**: Vesting schedule (typically 4-year with 1-year cliff)
- **Constraint**: If a founder has been working on the company for >12 months before incorporation, credit that time toward vesting (e.g., start with 25% vested) [src1]

### Step 2: Determine acceleration provisions
- **Inputs needed**: Founder's negotiating leverage, investor preferences, M&A likelihood
- **Output**: Acceleration clause (none, single-trigger, or double-trigger)
- **Constraint**: Most investors and acquirers accept only double-trigger acceleration — single-trigger removes the acquirer's retention leverage and is increasingly rejected [src2]

### Step 3: File 83(b) election (US companies)
- **Inputs needed**: Signed 83(b) election form, IRS address, grant date
- **Output**: Filed election with IRS confirmation (send certified mail)
- **Constraint**: The 30-day deadline is absolute — there are no extensions or exceptions. Missing it means paying ordinary income tax on each vesting tranche at the share's fair market value at vesting [src4]

### Step 4: Execute and register on cap table
- **Inputs needed**: Signed vesting agreement, cap table management tool
- **Output**: Cap table entry showing unvested vs. vested shares per founder
- **Constraint**: Track vested vs. unvested shares monthly — cap table errors compound and become expensive to fix during due diligence [src3]

## Anti-Patterns

### Wrong: Splitting equity 50/50 with no vesting between co-founders
Two co-founders split equity equally with no vesting. One leaves after 6 months but keeps 50% of the company. The remaining founder has a dead-equity problem that makes fundraising nearly impossible. [src5]

### Correct: All co-founders vest on the same schedule
Even equal co-founders should be on a 4-year/1-year cliff schedule. If one leaves before the cliff, they forfeit their equity, protecting the remaining founders and future investors. [src1]

### Wrong: Negotiating for single-trigger acceleration
Founders push for 100% acceleration on acquisition. Acquirers see this as a red flag — if all founder equity is fully vested at close, what keeps the founders motivated post-acquisition? Most acquirers will renegotiate or walk away. [src2]

### Correct: Accept double-trigger acceleration
Double-trigger (acquisition + involuntary termination) protects founders from being fired post-acquisition without equity, while keeping acquirers confident that founders will stay. Industry standard is 25-100% acceleration on double-trigger. [src2]

### Wrong: Forgetting to file the 83(b) election
A US founder receives 1M restricted shares at $0.001/share and forgets to file 83(b). Two years later, when shares are worth $5/share, each vesting tranche triggers ordinary income tax at $5/share instead of the $0.001 they would have elected. [src4]

### Correct: File 83(b) within 30 days, no exceptions
File the 83(b) election by certified mail within 30 days of the grant date. Keep a copy with the tax return. This elects to pay tax on the entire grant at the current (low) fair market value. [src4]

## Common Misconceptions

- **Misconception**: Founder vesting is only for employees, not for the people who started the company.
  **Reality**: Founder vesting is standard practice required by nearly all institutional investors. It protects co-founders from each other and signals commitment. Roughly 95% of VC-backed companies have founder vesting in place. [src1]

- **Misconception**: The 1-year cliff means nothing happens for 12 months.
  **Reality**: The cliff means no shares vest until month 12, at which point 25% vest all at once. After that, shares vest monthly. The cliff prevents a short-tenure co-founder from receiving any equity. [src3]

- **Misconception**: Vesting restarts from zero when you raise a new round.
  **Reality**: Existing vested shares remain vested. Investors may negotiate to extend the unvested portion or add new vesting on additional grants, but already-vested shares cannot be clawed back. [src5]

## Comparison with Similar Concepts

| Concept | Key Difference | When to Use |
|---|---|---|
| Founder Vesting | Founders earn equity over time; protects co-founders and investors | At incorporation and before each funding round |
| Employee Stock Options (ESOP) | Options to purchase shares at a strike price; subject to similar vesting | Hiring employees and building incentive compensation |
| Restricted Stock Units (RSUs) | Shares granted and vested on schedule; no purchase required | Common at later-stage companies; less common pre-Series B |
| Phantom Equity | Cash-settled rights that mimic equity without actual share ownership | When issuing real equity is impractical (LLCs, non-US entities) |

## When This Matters

Fetch this when a founder asks about equity vesting schedules, cliff provisions, acceleration clauses, 83(b) elections, co-founder equity splits, or how vesting interacts with fundraising rounds and acquisitions.

## Related Units

- [Equity Dilution](/business/fundraising/equity-dilution/2026)
- [Cap Table Management](/business/fundraising/cap-table-management/2026)
- [SAFE vs Convertible Note](/business/fundraising/safe-vs-convertible-note/2026)
