经营生意预算 · 规划
现金跑道与烧钱
全球通用——纯算术,不涉及各地规则
从现金和净烧钱率算出现金跑道,可选每月烧钱上升或下降的趋势,并对照融资现实解读结果:融资要 3–6 个月,融资后 18–24 个月是常态。
数值
- 可支撑时长
- 12.5 months
- 月支出(当前)
- 40,000
行家的解读
好迹象
12–24 months is the standard healthy post-raise range — enough to hit the next milestone before raising again.
值得了解
The sharper question (Paul Graham’s "default alive"): at current growth, does revenue overtake expenses before cash runs out? Runway alone treats revenue as static — model the crossover, not just the countdown.
方法说明
恒定烧钱:跑道 = 现金 ÷ 每月净烧钱。若烧钱有趋势,则现金按 烧钱 × (1+g)^t 逐月消耗,最后一个不完整月做线性修正。
净烧钱 = 总支出 − 营收。用最近 3 个月的滚动平均;单月波动大(年度发票、一次性成本)。
3–6 个月的融资周期和融资后 18–24 个月的常态是标准的创投运营经验。「默认存活」(营收增长在现金归零前超过支出)是更严格、也更好的检验。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/runway \
-H 'content-type: application/json' \
-d '{"cash":500000,"burn":40000,"burnChange":0}'Schema: GET /api/v1/tools/runway · MCP 工具名: runway
相关工具
- 储蓄目标 — 在期限前达成目标所需的每月储蓄。
- 自雇税与季度预缴税计算器(2026 年 1040-ES) — 2026 年的自由职业收入要交多少——自雇税、所得税、QBI——以及安全港规则实际要求你缴的那笔季度预缴额。
- 英国 Self Assessment 首年税单计算器(含预缴款) — 第一个一月你真正要交的 Self Assessment 金额——本年度的税加上下一年度的 50%,同一天到期——并附带精确到日期的缴款计划。
- App Store / Google Play / Steam 开发者分成到手计算器 — 你的应用或游戏在 Apple、Google 或 Valve 抽成之后到底剩多少——含 2026-06-30 那次没有 AI 模型记得住的 Google Play 改制。
把这个计算器嵌入网页
可免费嵌入你自己的网站。规则变了它也照常能用,因为数据由我们维护——没有广告、没有 cookie,并会链接回完整版工具。
<iframe src="https://xearno.tools/embed/runway" width="100%" height="805" style="border:1px solid #23262e;border-radius:12px;max-width:640px" loading="lazy" title="现金跑道与烧钱 — Xearno Tools"></iframe>