經營生意預算 · 規劃
跑道與燒錢
全球通用——純算術,不涉及各地規則
從現金與淨燒錢算出跑道,可選填燒錢按月遞增或遞減,並對照募資現實解讀結果:募資要花 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——以及安全港規則實際要求的精確季繳金額。
- 英國自我評估首年稅單計算器(含預繳款) — 你第一個一月真正要繳的自我評估稅單——當年度的稅「加上」下一年度的 50%,同一天到期——並附上精確到日期的繳款時程。
- App Store/Google Play/Steam 開發者實收計算器 — 扣掉 Apple、Google 或 Valve 的抽成後,你的 App 或遊戲究竟剩多少——包含 2026 年 6 月 30 日 Google Play 改制,那是任何 AI 模型都沒背過的。
嵌入這個計算器
可免費放在你自己的網站上。規則變動時它仍然管用,因為資料由我們維護——沒有廣告、沒有 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>