Nine machine-readable objects that describe everything in venture capital. Standardized. Interoperable. Verifiable. For the first time, the data layer capital has been missing.
Every participant, relationship, transaction, and decision in venture capital maps to exactly one of these nine primitives.
Connect Stripe. Your investor-ready financials are computed and live. Share a link. No spreadsheets, no stale decks.
Free for founders — forever →
Live signals from every portfolio company. Gamma detection, runway alerts, breakout flags -- all flowing through one protocol.
| Company | MRR | MoM Growth | Runway | Burn / mo | Gamma | Status |
|---|---|---|---|---|---|---|
Quill devtools • seed |
$1.2M | +31% | 22 mo | $180K | 0.94 | breakout |
NovaTech climate • seed |
$420K | +14% | 18 mo | $95K | 0.72 | stable |
ClearPath fintech • pre-seed |
$88K | +6% | 9 mo | $42K | 0.55 | watch |
DataForge data infra • seed |
$630K | +19% | 24 mo | $110K | 0.78 | stable |
AeroSense deep tech • pre-seed |
$34K | -3% | 5 mo | $68K | 0.31 | alert |
Horizon AI • series-a |
$3.1M | +28% | 30 mo | $540K | 0.97 | breakout |
The Generative Note is the first investment instrument native to a data protocol. Terms adapt to verified on-chain financials. No lawyers required for the update.
mrr_cents >= 100000000 is verified via Stripe API:OCP is API-first. Query any primitive, stream signals, execute transactions. Build the next generation of capital tooling on the protocol.
// Query portfolio companies in breakout territory const res = await fetch( 'https://api.ocp.io/ocp/v1/companies?gamma_min=0.9', { headers: { 'Authorization': `Bearer ${apiKey}` } } ); const { data } = await res.json(); // ocp.company[] // Stream live ocp.signal events const stream = new EventSource( 'https://api.ocp.io/ocp/v1/signals/stream' ); stream.onmessage = (e) => { const signal = JSON.parse(e.data); // ocp.signal if (signal.severity === 'critical') onAlert(signal); };
{
"ok": true,
"data": [
{
"ocp_type": "ocp.company",
"id": "550e8400-e29b-...",
"name": "Quill",
"financials": {
"mrr_cents": 120000000,
"gamma_score": 0.94,
"runway_months": 22
},
"signals": [
{
"signal_type": "revenue_milestone",
"headline": "MRR crossed $1M",
"severity": "info"
}
],
"confidence_score": 0.98
}
],
"meta": { "total": 2, "page": 1 }
}
Sprint Mode is building the first full-stack ecosystem on OCP. Every product creates data. Every data point makes the ecosystem smarter.
OCP replaces five legacy tools that do not talk to each other. One protocol. One subscription. Full stack intelligence.
| Tool | Annual Cost | What It Does | OCP Replaces With | Why OCP Wins |
|---|---|---|---|---|
| Pitchbook | $24–48K | Portfolio research, deal sourcing | ocp.company + ocp.signal with live data | Live Stripe data vs. stale database |
| Affinity | $18–36K | Relationship CRM | ocp.relationship + ocp.entity graph | Protocol-native, not a workaround CRM |
| Standard Metrics | $12–24K | Portfolio monitoring | ocp.company auto-computed financials | Founder-connected, not manually entered |
| Carta | $8–20K | Cap table + fund admin | ocp.instrument + ocp.transaction | GenNote adapts. A SAFE does not. |
| Juniper Square | $15–48K | LP reporting + fund admin | ocp.fund + ocp.transaction audit trail | Real-time LP portal, not quarterly PDF |
OCP is not a product. It is the foundation all capital products are built on. L1 is the protocol. L2 is intelligence. L3 is applications.
"This is not a product — it is the operating system for the next era of capital allocation."