Zimbs Valetex

Modeling SAFEs and Convertible Notes in Your Cap Table

SAFEs and convertible notes are the most common source of cap table errors at seed stage. Here is how to model both instruments correctly before your first priced round closes.

calendar_todayschedule10 min read
Share
Isometric illustration of stacked geometric platforms in teal, mustard, and orange representing layered SAFE and convertible note instruments converting into a cap table structure
auto_awesome

Key Takeaways

  • check_circlePost-money SAFEs lock in a fixed ownership percentage at conversion, so stacking multiple post-money SAFEs at different caps can materially increase founder dilution at the first priced round.
  • check_circleConvertible notes are debt instruments with an interest rate and maturity date; SAFEs are equity instruments with neither, which changes how each appears on your cap table before conversion.
  • check_circleWhen a convertible note or SAFE has both a valuation cap and a conversion discount, the investor typically converts at whichever term produces the lower price per share.
  • check_circleThe MFN clause in a SAFE automatically upgrades an early investor to the best terms issued in any subsequent SAFE, making it critical to track all outstanding SAFEs before issuing new ones.
  • check_circleA pro forma cap table that models each SAFE and note tranche explicitly is the only reliable way to see your post-conversion ownership before the priced round closes.

By the time a founder reaches their first priced round, they have usually issued several Simple Agreements for Future Equity (SAFEs) or convertible notes, sometimes both. The cap table looks manageable. Then the term sheet arrives, the conversion math runs, and the ownership percentages are nothing like what anyone expected. The instruments themselves are not complicated. The errors come from modeling them incorrectly, or not modeling them at all, before the round closes. This guide walks through how each instrument works, how the key terms interact, and how to build a pro forma cap table that reflects the actual post-conversion picture. For a broader foundation on cap table mechanics, see understanding cap table management.

SAFEs vs. Convertible Notes: The Core Distinction

Both instruments defer the question of price per share until a future priced round. That is where the similarity ends.

A convertible note is debt. It carries an interest rate and a maturity date. If the company has not raised a qualifying priced round by the maturity date, it is typically required to repay the noteholder's principal plus accrued interest. For example, a $100,000 note at an 8% annual interest rate with a one-year maturity would require a $108,000 repayment if no conversion event occurs.

A SAFE is not debt. It has no interest rate and no maturity date. The investor does not receive repayment if the company never raises a priced round; the SAFE simply does not convert. That simplicity is why SAFEs have become the dominant seed instrument. In Q1 2025, SAFEs comprised 90% of all pre-seed rounds on Carta, with convertible notes making up the remaining 10%.

FeatureConvertible NoteSAFE
Instrument typeDebtEquity
Interest rateYesNo
Maturity dateYesNo
Valuation capOptionalOptional
Conversion discountOptionalOptional
Repayment riskYes, if no qualifying roundNo

Key Terms: Valuation Cap, Conversion Discount, and MFN

Both SAFEs and convertible notes can include a valuation cap, a conversion discount, or both. Understanding how these terms interact is the foundation of accurate cap table modeling.

Valuation Cap

The valuation cap sets the maximum company valuation at which the investor's money converts into equity. It acts as a ceiling on the price per share the SAFE or note investor will pay, regardless of how high the company's valuation is in the priced round. The cap is typically the most intensely negotiated term in any SAFE.

One detail founders often miss: the cap is a ceiling, not a floor. If the priced round valuation is lower than the cap, the SAFE converts at the lower round valuation, which is more favorable to the investor.

Conversion Discount

A conversion discount gives the investor a percentage reduction off the price per share paid by new investors in the priced round. A 20% discount means the note or SAFE converts at 80% of the Series A price per share. When an instrument has both a cap and a discount, the investor typically converts at whichever term produces the lower price per share.

Most Favored Nation (MFN) Clause

An MFN clause protects early investors. If the company later issues a SAFE on better terms, such as a lower valuation cap or a higher discount, the MFN clause automatically upgrades the original investor to those improved terms. The clause stops applying once the investor's instrument converts into stock.

Pre-Money vs. Post-Money SAFEs

The distinction between pre-money and post-money SAFEs is the single most common source of cap table confusion at seed stage.

On a post-money SAFE, the valuation cap refers to the post-money valuation. This locks in a fixed ownership percentage for the investor at conversion, regardless of how many other SAFEs are outstanding. The key consequence: if a founder raises multiple post-money SAFEs at different caps, each one locks in its own ownership percentage, and the additional dilution falls on the founders and employees, not on the earlier SAFE investors.

On a pre-money SAFE, the investor's ultimate ownership percentage depends on how much other convertible capital is converting at the same time. That makes it harder for either party to know their exact post-conversion ownership before the priced round terms are set.

Isometric diagram showing two parallel platform stacks in teal and mustard representing pre-money and post-money SAFE conversion paths merging into a single orange equity layer
Pre-money and post-money SAFEs follow different conversion paths to the same priced-round equity layer.

Modeling Convertible Notes: Interest Accrual Matters

When modeling a convertible note in your cap table, the principal alone is not the right input. Interest accrues from the date of issuance, and in most cases that accrued interest converts alongside the principal at the priced round.

The standard modeling approach is to estimate the interest that will have accrued by the anticipated conversion date, then add it to the principal to get the total converting amount. For a $500,000 note at 8% annual interest with an expected 18-month conversion timeline, the converting amount would be approximately $560,000, not $500,000. That $60,000 difference translates directly into additional shares issued to the noteholder.

codetext
Converting Amount = Principal + (Principal × Annual Rate × Years Elapsed)

Example:
  Principal:      $500,000
  Annual Rate:    8%
  Years Elapsed:  1.5
  Accrued Interest: $500,000 × 0.08 × 1.5 = $60,000
  Converting Amount: $560,000

Conversion Price = MIN(Cap Price per Share, Discount Price per Share)
  Cap Price = Cap Valuation ÷ Fully Diluted Shares Pre-Money
  Discount Price = Round Price per Share × (1 - Discount %)

Shares Issued = Converting Amount ÷ Conversion Price

Building the Pro Forma Cap Table: Step by Step

A pro forma cap table models the post-conversion ownership picture before the priced round closes. Here is what typically happens when you build one from scratch.

  1. Pull your current fully diluted share count from your cap table, including issued common shares, outstanding options, and shares available in the option pool.
  2. List every outstanding SAFE and convertible note with its principal, valuation cap, discount rate, and instrument type (pre-money SAFE, post-money SAFE, or convertible note).
  3. For convertible notes, add estimated accrued interest to the principal to get the total converting amount.
  4. Input your target priced-round pre-money valuation and new investment amount (excluding SAFEs and notes).
  5. Account for any new employee option pool expansion required by the lead investor, as this typically happens before conversion and affects the pre-money fully diluted share count.
  6. Calculate the conversion price for each instrument using the lower of the cap price and the discount price.
  7. Divide each instrument's converting amount by its conversion price to get the shares issued at conversion.
  8. Sum all share classes (founders, employees, SAFE investors, note investors, new priced-round investors) to produce the post-money fully diluted ownership table.

Common Modeling Errors and How to Avoid Them

ErrorWhy It HappensHow to Fix It
Using principal only for convertible notesFounders forget interest accrues and convertsAlways add estimated accrued interest to principal before modeling
Treating post-money SAFEs as pre-moneyConfusion between SAFE typesConfirm the SAFE type in the instrument document; post-money cap = post-money valuation
Ignoring MFN provisionsMFN clauses are buried in older SAFEsAudit all outstanding SAFEs for MFN language before issuing new instruments
Omitting option pool expansion from pre-money dilutionPool expansion is negotiated but not modeledInclude the new pool in the pre-money fully diluted share count
Mixing pre-money and post-money SAFEs without separate modelingTreating all SAFEs identicallyModel each tranche separately with its own conversion mechanics
Isometric top-down grid of colored geometric cells in teal, mustard, orange, and lavender representing a structured pro forma cap table with distinct instrument tranches
Each instrument tranche occupies its own cell in a well-structured pro forma cap table.

The SAFE Dilution Trap: A Worked Example

Here is what typically happens when founders stack post-money SAFEs without modeling the cumulative effect.

Suppose a company raises three post-money SAFEs: $500,000 at a $5M cap, $750,000 at an $8M cap, and $500,000 at a $10M cap. Each locks in its own ownership percentage at conversion. The $5M-cap SAFE converts at 10% ownership ($500K / $5M). The $8M-cap SAFE converts at approximately 9.4% ($750K / $8M). The $10M-cap SAFE converts at 5% ($500K / $10M). That is roughly 24% of the company committed to SAFE investors before the Series A even opens.

The Series A investor then negotiates a 10% post-money option pool and takes 20% of the company. The founders are left with less than half the company after a round that, on paper, looked like a strong outcome. The key is that none of this is hidden; it is all visible in a properly built pro forma. The problem is that most founders see it for the first time when the lawyer sends the closing documents.

For a deeper look at how valuation methods interact with cap table mechanics, the post on startup valuation methods explained covers the Backsolve Method and how a recent funding round price feeds back into a 409A analysis.

When to Refresh Your Model

A pro forma cap table is not a one-time exercise. Update it each time you issue a new SAFE or note, each time an existing instrument's terms change (including MFN triggers), and before you begin any priced-round negotiation. The pre-money valuation you agree to with a lead investor determines the conversion price for every outstanding instrument simultaneously. Running the model only after the term sheet is signed leaves no room to negotiate.

The mechanics of SAFEs and convertible notes are not inherently difficult. What makes them dangerous is the gap between when the instruments are issued and when their dilutive effect becomes visible. A pro forma that models each tranche explicitly, with correct interest accrual, the right SAFE type, and all MFN provisions accounted for, closes that gap before it costs you.

help

Frequently Asked Questions

What is the difference between a SAFE and a convertible note?expand_more

A SAFE (Simple Agreement for Future Equity) is an equity instrument with no interest rate or maturity date. A convertible note is debt: it carries an interest rate and a maturity date, and the company is typically required to repay principal plus accrued interest if no qualifying financing occurs before maturity. Both instruments convert into equity at a future priced round, but the debt nature of a convertible note creates repayment risk that a SAFE does not.

How does a SAFE valuation cap work?expand_more

The valuation cap sets the maximum company valuation at which the SAFE investor's money converts into equity. If the priced round valuation exceeds the cap, the SAFE converts at the cap price rather than the round price, giving the investor a lower cost per share. If the priced round valuation is below the cap, the SAFE converts at the lower round valuation, which is more favorable to the investor.

What is the difference between a pre-money and a post-money SAFE?expand_more

On a post-money SAFE, the valuation cap refers to the post-money valuation, which locks in a fixed ownership percentage for the investor at conversion regardless of how many other SAFEs are outstanding. On a pre-money SAFE, the cap is applied to the pre-money valuation, so the investor's ultimate ownership percentage depends on how much other convertible capital is also converting at the same time.

What is an MFN clause in a SAFE or convertible note?expand_more

A Most Favored Nation (MFN) clause protects early investors by automatically granting them the same improved terms if the company later issues a SAFE or note with a lower valuation cap or higher discount. The MFN clause stops applying once the investor's instrument converts into stock. Founders should audit all outstanding MFN provisions before issuing new convertible instruments.

How do I model SAFEs and convertible notes in a pro forma cap table?expand_more

Start with your current fully diluted share count. For each SAFE, input the principal, valuation cap, and discount rate, and select whether it is pre-money or post-money. For each convertible note, add the principal plus estimated accrued interest, the valuation cap, and the discount. Run the model against your target priced-round pre-money valuation to see converted share counts and resulting ownership percentages for each stakeholder.

In Q1 2025, what share of pre-seed rounds used SAFEs versus convertible notes?expand_more

According to Carta data, in Q1 2025, 90% of pre-seed rounds used SAFEs and 10% used convertible notes. SAFEs reached a record high share of pre-seed financing activity in that period.

auto_storiesContinue reading

Related articles

View allarrow_forward
Layered brass rings of increasing size arranged on cream paper beside a fountain pen, representing the growing complexity of a company cap table from founders through Series C
IndustryProduct

From Founders' Shares to Series C: Cap Table Setup in Zimbs Valetex

A step-by-step walkthrough of how CPA firms and founders configure share classes, option plans, and preferred stock terms inside Zimbs Valetex, from day-one equity through a late-stage funding round.

Apr 29, 2026 · 11 min read
arrow_forward
Precise grid of small brass coins arranged in neat rows on cream paper, representing the structured ownership records of a clean cap table
Cap Table

Understanding Cap Table Management: Why It Matters for Growing Companies

Cap tables are the foundation of ownership, valuation, and investor trust. Learn why accurate cap table management is critical and how modern platforms simplify the process.

Feb 5, 2026 · 7 min read
arrow_forward
Extreme macro close-up of aged parchment paper texture with a single worn brass eyelet in the lower right corner, evoking the careful examination of a formal valuation document
409A

How to Read Your 409A Valuation Report: A Founder's Cheat Sheet

Your 409A report just landed in your inbox and it's 30 pages long. Here's exactly which sections matter, what the numbers mean, and what to flag before you grant a single option.

May 28, 2026 · 8 min read
arrow_forward