Open Capital Protocol v1.0

The standard for
programmable capital

Nine machine-readable objects that describe everything in venture capital. Standardized. Interoperable. Verifiable. For the first time, the data layer capital has been missing.

Nine Objects.
One Standard.

Every participant, relationship, transaction, and decision in venture capital maps to exactly one of these nine primitives.

ocp.entity
Identity
Founders, GPs, LPs, analysts, advisors, agents, admins. Every participant in the capital system.
{ view example }
"ocp_type": "ocp.entity",
"entity_type": "founder",
"name": "Alex Chen",
"email": "alex@acme.io",
"confidence_score": 0.95
ocp.company
Metrics
Live financials. MRR, burn, runway, gamma score. The verified ground truth about a company.
{ view example }
"ocp_type": "ocp.company",
"name": "Acme Inc",
"financials": {
  "mrr_cents": 84000000,
  "burn_cents": 32000000,
  "runway_months": 18,
  "gamma_score": 0.91
},
"confidence_score": 0.98
ocp.fund
Vehicle
The fund structure. Capital committed, deployed, portfolio companies, performance data.
{ view example }
"ocp_type": "ocp.fund",
"name": "Acme Ventures I",
"committed_cents": 2500000000,
"deployed_cents": 1400000000,
"portfolio_company_ids": ["uuid-..."]
ocp.thesis
Criteria
Investment thesis. Sectors, stages, check sizes, criteria, and anti-criteria. Machine-matchable.
{ view example }
"ocp_type": "ocp.thesis",
"sectors": ["fintech", "devtools"],
"stages": ["pre-seed", "seed"],
"check_min_cents": 25000000,
"check_max_cents": 50000000
ocp.instrument
Capital
SAFE, convertible note, GenNote. The legal and financial instrument. Terms that can adapt.
{ view example }
"ocp_type": "ocp.instrument",
"instrument_type": "gennote",
"principal_cents": 25000000,
"adaptive_terms": {
  "trigger": "mrr_cents >= 100000000",
  "discount_rate": 0.15
}
ocp.round
Financing
A fundraising event. Participants, valuations, instruments issued, closing conditions.
{ view example }
"ocp_type": "ocp.round",
"round_type": "seed",
"target_raise_cents": 300000000,
"post_money_valuation_cents": 1500000000,
"status": "closing"
ocp.signal
Triggers
Detected events. Runway alerts, revenue milestones, churn spikes, breakout growth patterns.
{ view example }
"ocp_type": "ocp.signal",
"signal_type": "revenue_milestone",
"severity": "info",
"headline": "MRR crossed $1M",
"confidence_score": 0.99
ocp.relationship
Network
Edges between entities. Strength, context, warm intro availability. The graph of capital.
{ view example }
"ocp_type": "ocp.relationship",
"entity_a_id": "uuid-a...",
"entity_b_id": "uuid-b...",
"strength": 0.87,
"warm_intro_available": true
ocp.transaction
Movement
Capital events with full audit trail. Wires, distributions, fees -- permanently recorded.
{ view example }
"ocp_type": "ocp.transaction",
"transaction_type": "investment",
"amount_cents": 25000000,
"status": "settled",
"audit_trail": ["initiated", "confirmed", "settled"]

Your metrics.
Automated.

Connect Stripe. Your investor-ready financials are computed and live. Share a link. No spreadsheets, no stale decks.

Stripe connected — syncing live
Automated Financials
MRR, burn, runway, and gamma score computed directly from Stripe. Always current. Confidence-scored. Zero manual entry.
Investor Updates
One-click updates that pull live data. Investors see your actual numbers, not the ones you typed last month.
Fundraise Intelligence
Protocol-aware matching surfaces when your metrics align with a fund's thesis. Know who to talk to before you start the process.

Free for founders — forever →

ocp.company — live feed
# Stripe sync complete — 2026-03-07 09:41:23 UTC

$ ocp get company/acme-inc --live

{
  "ocp_type":          "ocp.company",
  "name":              "Acme Inc",
  "financials": {
    "mrr_cents":      84000000,   // $840K MRR
    "burn_cents":     32000000,   // $320K/mo
    "runway_months":  18,
    "mrr_growth_rate": 0.23,     // +23% MoM
    "gamma_score":    0.91     // breakout
  },
  "confidence_score": 0.98
}

$

Your portfolio is talking.
Are you listening?

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
📊
Portfolio Intelligence
Live MRR, burn, runway, and gamma for every company. Signals surface before you ask.
🎯
Fundraise Readiness
Know which companies are ready to raise. Full dossiers generated in under a second.
🤝
Investor Matching
Thesis-aware matching across the OCP network. Only surface conversations that fit.
🎤
Meeting Intelligence
Auto-briefings before every call. Key metrics, signals, and context — ready in seconds.
Next Best Action
Protocol-aware recommendations. Know exactly what to do, who to call, and when.
🕷
Relationship Graph
Full ocp.relationship network. Warm intros, co-investors, founder references.
90min
saved per day, per partner
<1s
dossier generation
$65–215K
annual tool replacement
0
spreadsheets required

Instruments that
think.

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.

GN-2026-001 — Acme Inc ocp.instrument / gennote
principal$250,000
base_discount20%
valuation_cap$8,000,000
maturity24 months
instrument_typegennote
trigger_conditionmrr_cents >= 100000000
active_discount20%
statusmonitoring
Adaptive Trigger
When mrr_cents >= 100000000 is verified via Stripe API:
✓ Stripe data ingested at 09:41 UTC
✓ MRR verified at $1,040,000
⚡ Trigger condition met — evaluating
○ Discount rate adjusting to 15%
○ Founder + GP notified via protocol
Traditional SAFE vs GenNote
Traditional SAFE
Terms fixed at signing
Manual amendment required
No data verification layer
Lawyer required for changes
Months per update cycle
GenNote
Terms adapt to verified data
Automatic trigger execution
Stripe-verified source of truth
Protocol enforces compliance
Both parties notified instantly
📜
The Compliance Chain
Stripe → data verified → trigger evaluates → terms adapt → audit trail written → both parties notified. Every step is an ocp.transaction. Every decision is permanently logged.

Capital as
infrastructure.

OCP is API-first. Query any primitive, stream signals, execute transactions. Build the next generation of capital tooling on the protocol.

🔍
Query Interface
GET any primitive by ID or type. Filter by gamma score, stage, sector, or signal type. JSON Schema responses.
📡
Signal Streams
Subscribe to ocp.signal events via SSE. Runway alerts, revenue milestones, breakout flags — real-time.
🚄
Transaction Rails
Write ocp.transaction objects with full audit trail. Every capital event permanently recorded on the protocol.
typescript agent-integration.ts
// 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);
};
Response ocp.company[]
{
  "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 }
}
Developer Preview
Early access to the OCP API. Build agents, analytics, and capital tooling on the protocol.

One protocol.
Five surfaces.

Sprint Mode is building the first full-stack ecosystem on OCP. Every product creates data. Every data point makes the ecosystem smarter.

Sprint Capital
ocp.fund
The first fund deployed on OCP. Every LP commitment, portfolio signal, and distribution is a protocol object.
First Fund
SuperInsight
ocp.company
The first app built on OCP. GP intelligence, portfolio monitoring, and founder analytics in one platform.
First App
Foundry
ocp.entity
EIR matching powered by ocp.relationship and ocp.thesis. Right operator, right company, right moment.
EIR Network
Labs
ocp.company
Sprint Labs companies are OCP-native from day one. Metrics, instruments, and signals live from launch.
LabsCos
Secondary
ocp.transaction
Protocol-native secondary market. ocp.transaction objects with full audit trail. Liquidity on the standard.
Liquidity Layer
->
01
Users create data
Founders connect Stripe. GPs log signals. Every event becomes a protocol object.
->
02
Richer ecosystem
More data means smarter matching, better signals, and deeper intelligence.
->
03
More value
Better intelligence creates better outcomes. Investments, introductions, insights.
04
More users
Value attracts more founders, GPs, and LPs. The standard grows stronger.

Replace your stack.
Keep your edge.

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
$77–176K
saved per fund per year
Sprint Capital proof
0 legacy subscriptions
1 protocol platform
∞ leverage

Three layers.
One standard.

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.

L3 — Applications
Applications
SuperInsight Secondary Market Fund Admin LP Portal Agent Platforms
L2 — Intelligence
Intelligence
Gamma Detection Thesis Matching Anomaly Signals Pattern Recognition
L1 — Open Capital Protocol
Open Capital Protocol
Entity Company Fund Thesis Instrument Round Signal Relationship Transaction
Sprint Capital
ocp.fund
SuperInsight
ocp.company
Foundry
ocp.entity
Labs
ocp.company
Secondary
ocp.transaction

"This is not a product — it is the operating system for the next era of capital allocation."