saas-valuation-compression

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

SaaS Valuation Compression Analyzer

SaaS估值压缩分析器

What This Skill Does

本技能的功能

For a given SaaS company, research its funding history and compute ARR-based valuation multiples at each round. Then explain the compression (or expansion) using a structured framework that covers macro rates, growth trajectory, narrative shifts, and comparables.
Always render the output as an inline visualization (using the Visualizer tool) plus a concise prose explanation. Do not just return a wall of numbers.

针对指定SaaS公司,调研其融资历史,计算每一轮融资基于ARR的估值倍数,再通过覆盖宏观利率、增长轨迹、叙事转变、可比公司的结构化框架解释估值压缩(或扩张)的原因。
输出必须包含内嵌可视化图表(调用Visualizer工具生成)和简洁的文字说明,请勿仅返回纯数字内容。

Step-by-Step Workflow

分步工作流

1. Gather Data via Web Search

1. 通过网页搜索收集数据

Search for each of the following. Run searches in parallel where possible.
For the target company:
  • [company] funding rounds valuation ARR revenue
  • [company] Series [X] raised valuation
    for each round
  • [company] annual recurring revenue ARR [year]
    for each round date
  • [company] investors lead investor [round]
For macro context:
  • SaaS ARR valuation multiples [year] private market
  • Use the known benchmark table below as fallback if search is thin.
For narrative context:
  • [company] AI customers product announcement [year]
    — AI narrative premium?
  • [company] growth rate churn NRR [year]
    — fundamentals shift?
搜索以下所有信息,尽可能并行执行搜索任务。
目标公司相关信息:
  • [公司名] funding rounds valuation ARR revenue
  • 每一轮融资对应的
    [公司名] Series [轮次] raised valuation
  • 每一轮融资日期对应的
    [公司名] annual recurring revenue ARR [年份]
  • [公司名] investors lead investor [轮次]
宏观背景相关信息:
  • SaaS ARR valuation multiples [年份] private market
  • 如果搜索结果不足,可使用下文提供的基准表作为补充。
叙事背景相关信息:
  • [公司名] AI customers product announcement [年份]
    —— 是否存在AI叙事溢价?
  • [公司名] growth rate churn NRR [年份]
    —— 基本面是否发生变化?

2. Build the Data Model

2. 构建数据模型

For each funding round, extract or estimate:
FieldHow to get it
Round nameDirect from search
DateDirect from search
Amount raisedDirect from search
Post-money valuationDirect or compute from ownership %; if unavailable, note as estimated
ARR at round dateSearch explicitly; if not found, estimate from customer count x ARPC or interpolate
ARR multiple
valuation / ARR
Lead investorDirect
ARR estimation heuristics (when not public):
  • Seed/Series A: ARR often $500K–$3M
  • Series B: typically $5M–$20M
  • Series C: typically $20M–$60M
  • Cross-check against customer count x average deal size if available
针对每一轮融资,提取或估算以下字段:
字段获取方式
轮次名称直接从搜索结果获取
日期直接从搜索结果获取
融资金额直接从搜索结果获取
投后估值直接获取或通过持股比例计算;如果无法获取则标注为估算值
融资日对应的ARR明确搜索;如果未找到则通过客户数×ARPC估算或插值计算
ARR倍数
valuation / ARR
领投方直接从搜索结果获取
ARR估算规则(未公开时使用):
  • 种子轮/Series A:ARR通常为50万–300万美元
  • Series B:通常为500万–2000万美元
  • Series C:通常为2000万–6000万美元
  • 如果有可用数据,可通过客户数×平均客单价交叉验证

3. Compute Compression Metrics

3. 计算压缩指标

For each consecutive round pair (e.g., B → C):
multiple_compression_pct = (later_multiple - earlier_multiple) / earlier_multiple × 100
valuation_growth_pct = (later_val - earlier_val) / earlier_val × 100
arr_growth_pct = (later_arr - earlier_arr) / earlier_arr × 100
Key insight:
valuation_growth = arr_growth + multiple_change
If ARR grows faster than the multiple compresses, absolute valuation still rises.
针对每一组连续的融资轮次(例如B → C):
multiple_compression_pct = (later_multiple - earlier_multiple) / earlier_multiple × 100
valuation_growth_pct = (later_val - earlier_val) / earlier_val × 100
arr_growth_pct = (later_arr - earlier_arr) / earlier_arr × 100
核心逻辑:
估值增长 = ARR增长 + 倍数变化
如果ARR增长幅度超过倍数压缩幅度,绝对估值仍会上升。

4. Attribute Compression to Causes

4. 定位压缩原因

Use this checklist. For each cause, rate it: Primary / Contributing / Not applicable.
Macro / Rate Environment
  • Was the earlier round during 2020–2021 ZIRP bubble? (adds ~2–5x artificial premium)
  • Was the later round during 2022–2023 rate hikes? (removes bubble premium)
  • Reference: SaaS private market median multiples by period:
PeriodApprox Median ARR Multiple (private)
2019~8–12x
2020~12–18x
2021 Q1–Q3 peak~35–45x
2022 H2~15–20x
2023 trough~8–12x
2024~12–18x
2025–2026~16–22x
(These are rough private market estimates. Public SaaS multiples are ~30–50% lower.)
Growth Deceleration
  • Did YoY ARR growth rate slow materially between rounds? (most common cause)
  • Did NRR/net retention drop?
Narrative Shift
  • Did the company lose a major product story (e.g., lost PLG thesis, missed category leadership)?
  • Did competitors emerge or incumbents catch up?
AI Premium (positive or negative)
  • Does the company serve AI-native companies (OpenAI, Anthropic, etc.) as customers? → premium
  • Did the company pivot to AI narrative credibly? → premium
  • Did the company fail to articulate AI story? → discount vs peers
Competitive / Market
  • Market saturation signal (e.g., Okta pressure on WorkOS, Auth0 competition)
  • Customer concentration risk revealed
Investor Supply / Demand
  • Was the later round smaller and more selective? → price discipline
  • New tier of lead investor (e.g., Tier 1 growth fund vs seed fund)? → may signal higher or lower conviction
使用以下清单,将每个原因的影响等级标注为:主要/次要/不适用。
宏观/利率环境
  • 前一轮融资是否处于2020–2021年ZIRP泡沫期?(会带来2–5倍的人为溢价)
  • 后一轮融资是否处于2022–2023年加息周期?(会消除泡沫溢价)
  • 参考:各时段私有市场SaaS估值倍数中位数:
时段私有市场ARR倍数中位数(近似值)
2019~8–12x
2020~12–18x
2021年Q1–Q3峰值~35–45x
2022年下半年~15–20x
2023年谷底~8–12x
2024年~12–18x
2025–2026年~16–22x
(以上为私有市场粗略估算值,公开市场SaaS倍数比私有市场低30–50%左右。)
增长减速
  • 两轮融资之间ARR同比增速是否出现显著下滑?(最常见原因)
  • NRR/净留存率是否下降?
叙事转变
  • 公司是否失去了核心产品叙事?(例如PLG逻辑不成立、失去赛道头部地位)
  • 是否有新竞争对手出现或是现有巨头追上?
AI溢价(正向或负向)
  • 公司的客户是否包含AI原生企业(OpenAI、Anthropic等)?→ 溢价
  • 公司是否可信地转向AI叙事?→ 溢价
  • 公司是否未能明确AI相关布局?→ 相比同行存在折价
竞争/市场因素
  • 市场饱和信号(例如Okta对WorkOS的压力、Auth0的竞争)
  • 客户集中风险暴露
投资者供需关系
  • 后一轮融资规模更小、筛选标准更严格?→ 价格约束
  • 领投方等级发生变化?(例如顶级成长基金接盘种子基金)→ 可能反映信心上升或下降

5. Build the Visualization

5. 生成可视化图表

Use the Visualizer tool to render:
  1. Metric cards row — valuation at each round, ARR at each round, multiple at each round, compression %
  2. Line chart — ARR multiple over time for the company vs macro SaaS median
  3. Bar chart — valuation growth vs ARR growth vs multiple change (decomposition)
  4. Comparison bar — company compression vs 2–3 peer comparables (Vercel, Netlify, Fastly, or sector peers)
  5. Cause attribution table inline in prose (Primary / Contributing / N/A per factor)
See design guidance: use teal for positive/growth, coral for compression/negative, gray for macro baseline, blue for valuation figures. Follow the CSS variable system throughout.
调用Visualizer工具生成以下内容:
  1. 指标卡片行 —— 每一轮的估值、每一轮的ARR、每一轮的倍数、压缩比例
  2. 折线图 —— 公司ARR倍数随时间变化趋势 vs SaaS行业宏观中位数
  3. 柱状图 —— 估值增长 vs ARR增长 vs 倍数变化(分解)
  4. 对比栏 —— 公司估值压缩幅度与2-3家同行可比公司(Vercel、Netlify、Fastly或同赛道同行)的对比
  5. 原因归因表 —— 内嵌在文字说明中,标注每个影响因素的等级(主要/次要/不适用)
设计规范:正向/增长类数据使用蓝绿色,压缩/负向数据使用珊瑚色,宏观基准使用灰色,估值数据使用蓝色。全程遵循CSS变量系统。

6. Write the Prose Summary

6. 撰写文字总结

Structure as:
  1. One-sentence verdict — e.g., "Multiple compressed 36% but ARR grew 5x, so absolute valuation rose 3.8x."
  2. Primary cause — the #1 factor explaining compression
  3. Narrative premium/discount — AI story, category leadership, or lack thereof
  4. Comparable context — how does this company's compression compare to peers?
  5. Forward implication — what would need to be true for the multiple to expand at next round?

结构如下:
  1. 一句话结论 —— 例如:「倍数压缩了36%,但ARR增长了5倍,因此绝对估值上升了3.8倍。」
  2. 核心原因 —— 解释估值压缩的首要因素
  3. 叙事溢价/折价 —— AI叙事、赛道地位或相关缺失的影响
  4. 同行对比背景 —— 该公司的压缩情况和同行相比处于什么水平?
  5. 未来启示 —— 下一轮融资要实现倍数扩张需要满足什么条件?

Output Format

输出格式

Always produce:
  • Inline visualization (Visualizer tool) — comes first
  • Prose summary (5–8 sentences) — follows the visualization
  • Optional: flag data confidence level if ARR had to be estimated

必须包含以下内容:
  • 内嵌可视化图表(调用Visualizer工具) —— 放在最前面
  • 文字总结(5-8句话) —— 接在可视化图表之后
  • 可选:如果ARR是估算值,标注数据置信度和误差范围

Known Benchmarks & Comparables (pre-loaded)

预设基准与可比公司

Use these as context when search results are thin or for the comparison chart.
CompanyRound pairEarlier multipleLater multipleCompression %Primary cause
VercelD → E (2021→2024)~140x~32x-77%ZIRP unwind + growth decel
WorkOSB → C (2022→2026)~105x~67x-36%Partial ZIRP unwind; defended by AI narrative
NetlifyB → stalled (2021→?)~90xN/AN/ANo new round; AI narrative absent
FastlyPublic (2021 peak→2024)~35x rev~3x rev-91%No AI pivot, growth decel
StripePrivate; est. flat/compressed 2021→2023 down round
HashiCorpAcquired by IBM 2024Acq at ~8x ARR vs ~40x peak

当搜索结果不足或是制作对比图表时,可使用以下内容作为参考:
公司轮次对前期倍数后期倍数压缩比例核心原因
VercelD → E (2021→2024)~140x~32x-77%ZIRP泡沫消退+增长减速
WorkOSB → C (2022→2026)~105x~67x-36%部分ZIRP泡沫消退,AI叙事支撑估值
NetlifyB → 停滞 (2021→?)~90xN/AN/A无新融资,缺乏AI叙事
Fastly公开市场 (2021峰值→2024)~35x营收~3x营收-91%无AI转型,增长减速
Stripe私有;估算2021→2023年估值持平/压缩,存在降价融资
HashiCorp2024年被IBM收购收购价约为8x ARR,峰值时约为40x ARR

Edge Cases

边缘情况处理

  • Down round: Multiple and absolute valuation both dropped. Note dilution implications.
  • No public ARR: Use customer count x estimated ARPC, and label as estimate with +/- range.
  • Single round only: Compute multiple vs sector median for that date; can't do compression analysis. Explain this.
  • Pre-revenue: Use forward ARR or GMV multiple if applicable; note the different basis.
  • Acqui-hire / strategic acquisition: Acquisition price often reflects strategic premium or distress, not pure ARR multiple — flag this.
降价融资: 倍数和绝对估值均下降,需标注股权稀释影响。 无公开ARR: 使用客户数×估算ARPC计算,标注为估算值并给出误差范围。 仅有单轮融资数据: 计算该轮倍数和同期行业中位数的对比,无法执行压缩分析,需明确告知用户。 未产生收入: 适用情况下使用前瞻性ARR或GMV倍数,标注计算基准不同。 人才收购/战略收购: 收购价格通常反映战略溢价或困境折价,而非单纯的ARR倍数,需特别标注。