Methodology — Estimates, Coverage, and Sourcing
What this site is
Venture Capital Tracker is a founder-oriented directory of venture funds, startups that raised, city hubs, glossary explainers, and funding news. It is not investment advice, a live proprietary deal database, or a substitute for firm disclosures, filings, or counsel.
How check-size evidence works
Fund profiles label check-size data by evidence basis. A reported initial check is a range published by the firm; an observed initial-check range is calculated from disclosed transactions; a stage-based planning range is a heuristic; and not publicly disclosed means there is no defensible range in our data.
When no evidence-aware fact is recorded:
- We infer a stage bucket from the rounds a fund leads (else the rounds it invests in): Series A / Seed / Pre-Seed.
- We map that bucket to a planning band (for example, seed →
$250K–$3M (stage-based estimate)). - The page never calls a stage heuristic a “typical check size.”
Midpoints used only for directory sorting live in the same estimate-rules module as the labels. Do not treat either figure as a firm’s disclosed policy. Evidence metadata lives on the optional checkSize field in the fund record.
Implementation: src/utils/estimate-rules.ts (consumed by fund pages, Markdown mirrors, and tools).
Coverage status
Startup profiles may be marked full or stub. City hubs may list coverage gaps. Stub pages are honest placeholders: they should not invent AUM, traction, or rankings.
News and listicles
Dated roundups and ranking posts state their ranking criterion in the opening (for example AUM vs activity). Volatile claims on evergreen guides should carry a last verified date and a sources list when numbers are asserted. Flash news items are date-led and may not carry the same verification fields.
Glossary
Glossary pages follow docs/glossary/WRITING_BRIEF.md: answer-first definitions, no invented statistics, optional FAQs and sources.
Machine-readable exports
We generate agent-facing surfaces from the same sources as HTML:
/llms.txt— content index/*.md,/fund/{id}.md,/startup/{id}.md,/glossary/{term}.md— Markdown mirrors/api/directory.json— structured directory access/api/investment-events.json— source-backed funding, fund-close, acquisition, and other investment events/api/investment-events.openapi.json— OpenAPI description of the event export/.well-known/api-catalog— machine-readable API discovery
Interactive calculators document formulas on their landing pages; published article examples must use the same calculation functions.
What we never invent
- Fake rankings or fabricated AUM
- Survey percentages without a dated source
- Guaranteed fund interest or returns
See an error? Report a correction.