FAQ
Cap table, exit waterfall, ownership, and fund MOIC modeling for venture GPs. Live at capstack.space.
Reviewed against the shipped app on 2 September 2026. Only questions with a known, current product answer are included. This is not legal, tax, or investment advice.
HTML: https://capstack.space/faq
What is CapStack GP?
A browser tool for modeling exit waterfalls, ownership dilution, and fund-level MOIC on a venture cap table. You set assumptions, holders, rounds, convertibles, and exit scenarios; it computes the waterfall, dilution, and fund economics, and produces BLUF text you can paste into an IC memo.
It is a pre-decision model, not a cap table system of record, transfer agent, or portfolio admin platform.
Who is it for?
GPs, partners, and associates who need to see how a deal pays out before they commit. It is not built as founder cap-table software or LP reporting software.
Do I need an account?
No. Open capstack.space and start. There is no signup, login, or user database.
What does it cost?
The modeling app has no paywall. The optional website embed has a free tier (with a “Built with CapStack” badge) and a premium branding tier by arrangement — that is separate from the modeling app.
Where does my deal data live?
In your browser (localStorage on that device). Computed results are not stored; they are recalculated from source inputs on load.
Backup with JSON export. Restore with JSON import on the same or another machine. Clearing site data, switching browsers, or using a different device without that file means the model is gone.
The static host (Vercel) does not receive your cap table as part of normal modeling. There is no product analytics SDK in the app.
Caveats that are also true: the first page load hits the host (standard web logs: IP, user agent). Fonts load from Google Fonts. If you use In-app agent, the browser POSTs current model state (and your question) to the URL you enter. CapStack’s static host does not see that traffic.
Does anything leave my machine when I run the model?
No. Waterfall, dilution, and MOIC all run locally in JavaScript. Optional AI is off unless you paste into an external chat or point the app at an agent URL you control.
Is this a Carta / Pulley / AngelList replacement?
No. Those systems are the books. CapStack is a scenario calculator. There is no issuance, 409A workflow, stakeholder portal, or multi-user cap table admin.
What does the engine actually model?
- Seniority-stacked liquidation preferences
- Participating, non-participating, and capped participation
- Conversion elections with iteration (up to 10 passes)
- SAFE and convertible-note conversion into the exit waterfall
- Anti-dilution via a global assumption: none, broad-based weighted average, narrow-based weighted average, or full ratchet
- Ownership through rounds, with a pro-rata toggle
- Gross/net MOIC, fees, hurdle, and carry using European waterfall math
- 47 assumptions across six domains
- Copy-to-clipboard BLUF, undo, print stylesheet, dark/light theme
- Searchable glossary (68 terms)
What does it not fully model?
American (deal-by-deal) carry. The toggle exists; the math is still European. The app warns that this overstates GP carry protection and understates LP clawback risk.
It is a model, not counsel’s spreadsheet for every exotic term (side letters, MFN stacks, pay-to-play, and similar). Review assumptions before using live deal data. Flags will surface some issues (full ratchet, participating pref, preference overhang, GP commit below 1%).
Fully diluted ownership on the cap table and as-converted economics in the waterfall can use different denominators. Reconcile them before pasting a single “FD %” into a memo.
What about SAFEs and notes?
They convert at exit for the waterfall (cap, discount, note interest). A banner appears when convertibles are present. If conversion cannot be computed (missing caps/rounds), the app says so.
Is the output investment, legal, or tax advice?
No. Sample data is fictional. Numbers are only as good as your inputs and the engine’s documented scope. Use counsel and your fund’s own models for closing, LPA, and tax.
Does it work offline?
Modeling does not need a backend after the page is loaded. It is not a packaged offline app: first load needs the network; fonts may not load offline.
How do I get numbers out?
- Copy BLUF to the clipboard
- Browser Print (print CSS aimed at a short PDF)
- JSON export of the model
What is the AI / prompts page?
A library of research prompts you copy into your own LLM, plus an optional in-app agent: you supply a base URL and API key (stored only in localStorage). Default product path does not send the cap table to an LLM.
What is the embed on a website?
A fixed, fictional sample waterfall dashboard for demonstration. It is not your fund’s data. Domain allowlisting is a client-side deterrent, not real access control. Generating a dashboard from a live model is not shipped.
Which browsers?
Chrome 90+, Firefox 88+, Safari 14+, Edge 90+. No IE11.
Is the code open source?
No. Proprietary; all rights reserved.
How do I report a problem or disagree?
Open a GitHub issue. If this FAQ is wrong about shipped behavior, say which question and what the app actually does.