hub / data /faq.json
amirmh's picture
Deploy Travi Company Hub — rebuilt from monolithic hub.html (79 docs, lazy-loaded partials, static space)
5a79992 verified
Raw
History Blame Contribute Delete
29.7 kB
{
"sections": [
{
"cat": "regulatory",
"label": "Regulatory"
},
{
"cat": "timing",
"label": "Market Timing"
},
{
"cat": "pilot",
"label": "Pilot Structure"
},
{
"cat": "business",
"label": "Business Model"
},
{
"cat": "competition",
"label": "Competition"
},
{
"cat": "team",
"label": "Team & Execution"
},
{
"cat": "financials",
"label": "Financials & Round"
}
],
"items": [
{
"cat": "regulatory",
"q": "Is Travi a Software as a Medical Device (SaMD)? Does it need FDA clearance?",
"search": "Is Travi a Software as a Medical Device SaMD Does it need FDA clearance Clinical Decision Support CDS",
"a": "<p>Travi is architected as a <strong>Clinical Decision Support (CDS) tool</strong>, not a diagnostic device &mdash; a distinction the FDA has explicitly codified in its 2019 CDS guidance and the 21st Century Cures Act. CDS tools that present information for a clinician to independently review and act upon are exempt from FDA device regulation. Travi does not diagnose, treat, or prescribe &mdash; it extracts, organizes, and surfaces the patient&rsquo;s own discharge plan and flags non-adherence for a clinician to evaluate.</p>\n<p>The specific design choices that maintain this positioning: (1) all clinical outputs are presented as information, not recommendations; (2) the clinician brief explicitly labels every item as &ldquo;for your review&rdquo;; (3) no Travi output triggers an automated clinical action without human review; (4) the escalation system alerts a care coordinator, who then decides whether to intervene.</p>\n<p>We have engaged healthcare regulatory counsel to review the architecture against FDA&rsquo;s Digital Health Center of Excellence guidance and have scoped a 510(k) pathway as a contingency. Our current assessment is that FDA clearance is not required for the initial product, but we are monitoring the regulatory environment actively.</p>\n</div>"
},
{
"cat": "regulatory",
"q": "How does Travi handle HIPAA? Who signs the BAA?",
"search": "How does Travi handle HIPAA Who signs the BAA Business Associate Agreement PHI data privacy security",
"a": "<p>Travi operates as a <strong>Business Associate</strong> under HIPAA and executes a Business Associate Agreement (BAA) with every health system customer before any PHI is accessed. The BAA defines Travi&rsquo;s permitted uses of PHI, breach notification obligations, and data destruction requirements at contract termination.</p>\n<p>Infrastructure is hosted on <strong>AWS HIPAA-eligible services</strong> (Amazon RDS, S3, EC2, Lambda) under Travi&rsquo;s own BAA with AWS. PHI is encrypted at rest (AES-256) and in transit (TLS 1.3). Access controls follow the principle of least privilege with role-based access and full audit logging.</p>\n<p>Travi is pursuing SOC 2 Type I certification at month 6 and SOC 2 Type II at month 14. These certifications are required by most health system procurement teams and are on the critical path to closing the first paid contract.</p>\n</div>"
},
{
"cat": "regulatory",
"q": "What happens if CMS changes the HRRP penalty structure?",
"search": "What happens if CMS changes HRRP Hospital Readmissions Reduction Program penalty structure reimbursement TEAM model",
"a": "<p>HRRP has survived every legislative cycle since its creation in 2012 and has bipartisan support as a cost-reduction mechanism. The probability of elimination is low. However, even if HRRP were significantly reduced, Travi has three independent financial drivers that do not depend on HRRP:</p>\n<ol><li><strong>TEAM Model (2026):</strong> CMS&rsquo;s Transforming Episode Accountability Model creates mandatory episode-based payment for ~750 hospitals, with direct financial accountability for 30-day outcomes &mdash; independent of HRRP.</li>\n<li><strong>TCM billing revenue:</strong> Travi automates Transitional Care Management billing (CPT 99495/99496), generating $150&ndash;$230 per qualifying patient for physician practices &mdash; a direct revenue benefit that exists regardless of HRRP.</li>\n<li><strong>Operational efficiency:</strong> Travi reduces care coordinator manual follow-up calls by automating the escalation workflow, delivering labor cost savings that are independent of any reimbursement policy.</li></ol>\n<p>The HRRP penalty is the primary sales conversation opener, but it is not the only ROI driver. A hospital that has deployed Travi and seen readmission rates decline has strong operational and clinical reasons to continue regardless of the penalty structure.</p>\n</div>"
},
{
"cat": "regulatory",
"q": "How does Travi manage LLM hallucination risk in a clinical context?",
"search": "How does Travi manage LLM hallucination risk clinical context AI safety 7-gate validation pipeline",
"a": "<p>This is the most important technical risk question, and we have designed the entire plan compiler architecture around it. The answer is the <strong>7-gate validation pipeline</strong> &mdash; a deterministic post-processing layer that every LLM output must pass before it enters the clinical workflow:</p>\n<ol><li><strong>Completeness gate:</strong> Verifies that all required plan elements (medications, follow-up appointments, warning signs, diet, activity) are present.</li>\n<li><strong>Contradiction detection:</strong> Flags any internal contradictions in the extracted plan (e.g., conflicting medication dosages).</li>\n<li><strong>Medication safety gate:</strong> Cross-references extracted medications against the patient&rsquo;s known allergy and interaction profile.</li>\n<li><strong>Follow-up feasibility gate:</strong> Validates that follow-up appointment timeframes are clinically appropriate for the diagnosis.</li>\n<li><strong>Patient literacy normalization:</strong> Ensures patient-facing content is at or below 6th-grade reading level.</li>\n<li><strong>Clinical accuracy gate:</strong> Validates extracted clinical values (vital sign thresholds, medication doses) against reference ranges.</li>\n<li><strong>Hallucination guard:</strong> Compares extracted content against the source document to detect fabricated information not present in the original discharge notes.</li></ol>\n<p>Any output that fails gates 4&ndash;7 is held for human review before entering the clinical workflow. The pipeline is designed so that a hallucination that passes all 7 gates would need to be both clinically plausible and consistent with the source document &mdash; a significantly higher bar than raw LLM output.</p>\n</div>"
},
{
"cat": "timing",
"q": "Why is now the right time to build this? Why not 3 years ago or 3 years from now?",
"search": "Why is now the right time to build Travi why not 3 years ago FHIR LLM TEAM model window",
"a": "<p>Three conditions converged in 2023&ndash;2026 that make this the precise window:</p>\n<table><thead><tr><th>Condition</th><th>Before 2023</th><th>Now</th></tr></thead><tbody>\n<tr><td>LLM capability for clinical text</td><td>Insufficient reliability; hallucination rates too high for clinical use</td><td>GPT-4 class models achieve reliable structured extraction with a validation pipeline</td></tr>\n<tr><td>FHIR API access</td><td>EHR vendors not required to expose FHIR APIs; integration required custom HL7 work costing $500K+</td><td>CMS mandate requires all EHRs to expose FHIR R4 APIs; integration tractable at startup scale</td></tr>\n<tr><td>Financial urgency (HRRP + TEAM)</td><td>HRRP penalties existed but were capped at 1&ndash;2%; TEAM model did not exist</td><td>HRRP penalties up to 3% of all Medicare FFS; TEAM model launched January 2026 at ~750 mandatory hospitals</td></tr>\n</tbody></table>\n<p>Three years ago, the technical problem was unsolvable at startup scale. Three years from now, a well-funded competitor will have the outcome data moat that Travi is building today. The window is now.</p>\n</div>"
},
{
"cat": "timing",
"q": "How large is the addressable market, and how does Travi get to $100M ARR?",
"search": "How large is the addressable market TAM path to 100 million ARR revenue hospitals",
"a": "<p>The immediate addressable market is the ~3,000 US hospitals subject to HRRP penalties, with a particular focus on the ~750 hospitals in the mandatory TEAM model. At a blended ACV of ~$394K per hospital (platform fee + per-episode revenue at 2,500 episodes/year), the TAM for this segment alone is approximately <strong>$1.2B ARR</strong>.</p>\n<p>The path to $100M ARR requires approximately <strong>250 hospital customers</strong> at the blended ACV &mdash; roughly 8% penetration of the HRRP-penalized hospital market. At the base case growth trajectory (60 customers by Year 5), Travi reaches ~$43M ARR in Year 5 and $100M ARR in Year 7&ndash;8.</p>\n<p>The expansion opportunity beyond hospitals includes physician group practices (TCM billing), Medicare Advantage plans (readmission risk reduction), and post-acute care facilities (SNF-to-home transitions) &mdash; each of which represents an additional $500M+ TAM layer that Travi can address with the same core platform.</p>\n</div>"
},
{
"cat": "timing",
"q": "The digital health market has been difficult since 2022. Why will Travi be different?",
"search": "digital health market difficult 2022 downturn correction why will Travi be different B2B clinical AI",
"a": "<p>The digital health correction of 2022&ndash;2024 hit companies with three specific characteristics: consumer-facing models with high CAC, reimbursement models dependent on telehealth waivers, and growth-at-all-costs unit economics. Travi has none of these characteristics.</p>\n<p>Travi sells to hospital CFOs and CMOs on a quantifiable ROI case (HRRP penalty avoidance). The sales motion is B2B enterprise, not consumer. The revenue model is SaaS with per-episode fees &mdash; not reimbursement-dependent. And the unit economics are designed for gross margin expansion as the outcome dataset grows, not deterioration as CAC compounds.</p>\n<p>The companies that survived and thrived through the correction &mdash; Abridge, Nabla, Suki &mdash; are all B2B clinical AI companies with clear workflow value and enterprise sales motions. Travi is in that category, not the consumer wellness or telehealth categories that were most affected.</p>\n</div>"
},
{
"cat": "pilot",
"q": "What does the design partner pilot look like? What are the terms?",
"search": "What does the design partner pilot look like terms fee structure 6 months FHIR integration",
"a": "<p>The design partner pilot is a <strong>6-month paid engagement</strong> structured in two phases:</p>\n<table><thead><tr><th>Phase</th><th>Duration</th><th>Scope</th><th>Fee</th></tr></thead><tbody>\n<tr><td>Phase 1 &mdash; Integration &amp; Onboarding</td><td>Months 1&ndash;2</td><td>FHIR integration, workflow mapping, care coordinator training, first 10&ndash;20 patients enrolled</td><td>$15,000 (implementation fee)</td></tr>\n<tr><td>Phase 2 &mdash; Live Pilot</td><td>Months 3&ndash;6</td><td>50&ndash;150 patients enrolled across 1&ndash;2 DRG groups (HF, pneumonia, or COPD), full outcome tracking, weekly check-ins</td><td>$25,000&ndash;$40,000 (pilot fee)</td></tr>\n</tbody></table>\n<p>At the end of the 6-month pilot, the health system receives a <strong>30-day readmission outcome report</strong> comparing the Travi cohort to a matched historical control. If the outcome data is positive, the pilot converts to a full annual contract at the standard ACV. Design partner selection criteria: HRRP-penalized hospital with documented readmission rate above national average; Epic or Oracle Health EHR; identified physician and care coordinator champions; willingness to share de-identified outcome data for research publication.</p>\n</div>"
},
{
"cat": "pilot",
"q": "What is the success metric for the pilot? What counts as a win?",
"search": "What is the success metric for the pilot readmission reduction 30-day outcome win criteria",
"a": "<p>The primary success metric is <strong>30-day all-cause readmission rate</strong> in the Travi cohort vs. a matched historical control (same DRG, same time of year, same risk stratification). Travi targets a minimum 15% relative reduction as the threshold for a compelling outcome report.</p>\n<p>Secondary metrics tracked during the pilot:</p>\n<ul><li>Patient task completion rate (target: &gt;60% of assigned tasks completed within the 30-day window)</li>\n<li>Time-to-first follow-up appointment (target: &lt;7 days post-discharge for high-risk patients)</li>\n<li>Medication adherence proxy (prescription fill rate within 48 hours of discharge)</li>\n<li>Care coordinator escalation response time (target: &lt;4 hours for high-priority alerts)</li>\n<li>Clinician brief open rate (target: &gt;70% of briefs reviewed within 24 hours)</li></ul>\n<p>A pilot is considered a commercial success if the primary metric is met and the health system signs a renewal contract. A pilot is considered a research success if the outcome data is sufficient to support a peer-reviewed publication, which Travi will pursue regardless of the commercial outcome.</p>\n</div>"
},
{
"cat": "pilot",
"q": "What if the pilot does not show a statistically significant readmission reduction?",
"search": "What if the pilot does not show statistically significant readmission reduction failure scenario",
"a": "<p>This is the right question to ask, and the honest answer is: a single 6-month pilot with 50&ndash;150 patients will not be statistically powered to detect a 15% relative reduction at 95% confidence. The pilot is designed to generate a <strong>directional signal</strong> and a compelling case study, not a randomized controlled trial.</p>\n<p>The clinical evidence base for care transitions interventions is already strong &mdash; the BOOST, RED, and BRIDGE trials have demonstrated 20&ndash;30% readmission reductions with structured post-discharge support. Travi is applying AI to make those interventions more scalable and consistent. The pilot is validating the implementation, not the underlying clinical hypothesis.</p>\n<p>If the pilot shows no directional improvement, the most likely explanations are implementation fidelity (care coordinator adoption, patient engagement rates) rather than a failure of the underlying clinical model. A failed pilot is a learning event, not a company-ending event &mdash; it informs the product roadmap and the next pilot design.</p>\n</div>"
},
{
"cat": "pilot",
"q": "How long does it take to get a health system from LOI to live pilot?",
"search": "How long does it take to get a health system from LOI to live pilot procurement timeline legal",
"a": "<p>The typical timeline from LOI to first patient enrolled is <strong>4&ndash;6 months</strong>:</p>\n<table><thead><tr><th>Stage</th><th>Duration</th><th>Key Activities</th></tr></thead><tbody>\n<tr><td>Legal &amp; procurement</td><td>4&ndash;8 weeks</td><td>BAA execution, MSA negotiation, IT security review, procurement approval</td></tr>\n<tr><td>FHIR integration</td><td>4&ndash;6 weeks</td><td>EHR API credentialing, FHIR endpoint mapping, data validation testing</td></tr>\n<tr><td>Workflow configuration</td><td>2&ndash;3 weeks</td><td>DRG selection, escalation rule configuration, care coordinator dashboard setup</td></tr>\n<tr><td>Training &amp; go-live</td><td>1&ndash;2 weeks</td><td>Care coordinator training, physician champion briefing, first patient enrollment</td></tr>\n</tbody></table>\n</div>"
},
{
"cat": "business",
"q": "How does Travi make money? What is the pricing model?",
"search": "How does Travi make money pricing model per episode platform fee SaaS revenue ACV",
"a": "<p>Travi uses a <strong>two-component SaaS pricing model</strong>:</p>\n<table><thead><tr><th>Component</th><th>Amount</th><th>What It Covers</th></tr></thead><tbody>\n<tr><td>Annual platform fee</td><td>$120,000&ndash;$180,000/year</td><td>Unlimited users, EHR integration, dashboard, clinician brief, support</td></tr>\n<tr><td>Per-episode fee</td><td>$90&ndash;$110 per enrolled episode</td><td>AI plan extraction, patient task execution, escalation monitoring for one 30-day episode</td></tr>\n</tbody></table>\n<p>At a typical hospital with 2,500 episodes per year, the blended ACV is approximately <strong>$370,000&ndash;$455,000</strong>. The per-episode fee aligns Travi&rsquo;s incentives with the hospital&rsquo;s outcome goals. The pricing is benchmarked against the financial value delivered: at 2,500 episodes per year with a 15% readmission rate and a 20% relative reduction, Travi prevents approximately 75 readmissions per year &mdash; a $1.1M&ndash;$1.9M annual value against a $370K&ndash;$455K annual cost.</p>\n</div>"
},
{
"cat": "business",
"q": "What is the sales cycle, and who is the economic buyer?",
"search": "What is the sales cycle who is the economic buyer CFO CMO enterprise B2B hospital",
"a": "<p>The economic buyer is the <strong>hospital CFO</strong>, with the CMO or VP Quality as the clinical champion. The CFO controls the HRRP penalty budget and has a direct financial incentive to reduce readmissions. The CMO provides clinical credibility and physician champion access. Both need to be engaged for a deal to close.</p>\n<p>The typical sales cycle is <strong>9&ndash;18 months</strong> from first meeting to signed contract, depending on the health system&rsquo;s procurement complexity. Large IDNs (10+ hospitals) have longer cycles (12&ndash;18 months) but larger contract values. Community hospitals (1&ndash;3 hospitals) have shorter cycles (6&ndash;9 months) and are the primary target for the first 3&ndash;5 design partners.</p>\n<p>The sales motion is relationship-driven, not inbound. The founding team&rsquo;s existing relationships with hospital leadership and clinical advisory board connections are the primary pipeline source at the seed stage. A VP of Sales is planned for hire at month 4 to build a systematic outbound pipeline.</p>\n</div>"
},
{
"cat": "business",
"q": "What is the gross margin, and how does it improve over time?",
"search": "What is the gross margin how does it improve over time unit economics LLM cost integration amortization",
"a": "<p>Gross margin at the design partner stage is approximately <strong>58&ndash;62%</strong>, reflecting the high cost of early integration work and customer success support. As the customer base scales, gross margin expands toward <strong>70&ndash;76%</strong> through three mechanisms:</p>\n<ol><li><strong>Integration amortization:</strong> The FHIR integration library built for the first 5&ndash;10 health systems reduces marginal integration cost for subsequent customers by 60&ndash;70%.</li>\n<li><strong>LLM cost reduction:</strong> As the outcome dataset grows, Travi can fine-tune smaller, cheaper models for specific extraction tasks, reducing per-episode LLM API costs.</li>\n<li><strong>Customer success leverage:</strong> A single CSM can manage 8&ndash;12 health system accounts at scale vs. 2&ndash;3 during the design partner phase, reducing support cost per customer.</li></ol>\n</div>"
},
{
"cat": "competition",
"q": "Why won&rsquo;t Epic just build this?",
"search": "Why won't Epic just build this EHR competitor post discharge feature",
"a": "<p><strong>1. Business model misalignment.</strong> Epic&rsquo;s revenue model is based on inpatient workflow licensing. The discharge event is the end of Epic&rsquo;s value chain. Building a post-discharge product would require Epic to take on clinical liability for outcomes that occur outside the hospital &mdash; a risk profile inconsistent with their business model and their contracts with health systems.</p>\n<p><strong>2. Development cycle mismatch.</strong> Epic operates on 18&ndash;24 month release cycles with a highly conservative change management process. By the time Epic could design, build, test, and release a competing feature, Travi will have 2&ndash;3 years of outcome data, published clinical evidence, and deeply embedded relationships at 20&ndash;30 health systems. The switching cost at that point is high.</p>\n<p><strong>3. Organizational incentives.</strong> Epic&rsquo;s engineering resources are allocated by customer demand. Health system CIOs &mdash; Epic&rsquo;s primary buyers &mdash; are not asking Epic to build a post-discharge AI agent because that is not a CIO problem. It is a CFO and CMO problem. Travi sells to a different buyer within the same institution.</p>\n</div>"
},
{
"cat": "competition",
"q": "What stops a well-funded competitor from copying Travi&rsquo;s product?",
"search": "What stops a well-funded competitor from copying Travi product moat data defensibility IP patent",
"a": "<p>A competitor can copy the product architecture from a description. They cannot copy the <strong>outcome dataset</strong>. Every episode Travi manages generates a labeled outcome record &mdash; discharge plan, patient actions, 30-day result &mdash; that trains and validates the predictive models that make Travi&rsquo;s escalation triggers more accurate over time. This dataset is the moat, and it grows with every patient.</p>\n<p>A competitor entering the market in Year 3 faces a Travi that has processed 50,000+ episodes, has 3 years of outcome data, has published clinical evidence, and has deeply embedded relationships at 20+ health systems. The cost of replicating that is not engineering cost &mdash; it is time. And time is the one thing a well-funded competitor cannot buy.</p>\n<p>Additionally, Travi is filing provisional patents on the 7-gate validation pipeline and the execution graph architecture. These are not the primary moat &mdash; the data is &mdash; but they add a layer of formal IP protection that increases the cost of a direct copy.</p>\n</div>"
},
{
"cat": "team",
"q": "Why is this team the right team to build Travi?",
"search": "Why is this team the right team to build Travi founder market fit clinical access technical depth",
"a": "<p>The founding team has three specific advantages that are difficult to replicate:</p>\n<ol><li><strong>Clinical access and domain knowledge:</strong> [Describe the founding team&rsquo;s direct clinical experience &mdash; hospital affiliations, care coordination roles, or clinical research background that gives them firsthand knowledge of the problem and access to design partners without cold outreach.]</li>\n<li><strong>Technical depth in the right stack:</strong> [Describe the CTO&rsquo;s specific experience with FHIR/EHR integration, HIPAA-compliant infrastructure, and LLM pipeline engineering &mdash; the exact technical surface area Travi requires.]</li>\n<li><strong>Health system relationships:</strong> [Describe existing relationships with hospital CMOs, CMIOs, or VP Quality that reduce the cold-outreach problem and accelerate the design partner pipeline.]</li></ol>\n</div>"
},
{
"cat": "team",
"q": "What is the biggest execution risk, and how are you managing it?",
"search": "What is the biggest execution risk how are you managing it procurement speed sales cycle runway",
"a": "<p>The biggest execution risk is <strong>health system procurement speed</strong>. Hospital procurement cycles are notoriously slow &mdash; legal review, IT security assessment, clinical governance approval, and budget cycle alignment can each add weeks or months to a deal that the clinical champion is ready to sign. This is the primary reason the seed round runway is 18&ndash;20 months rather than 12.</p>\n<p>We are managing this risk in three ways: (1) targeting community hospitals and regional health systems for the first 2&ndash;3 design partners, where procurement cycles are 6&ndash;9 months rather than 12&ndash;18; (2) engaging healthcare legal counsel to pre-negotiate standard BAA and MSA templates that reduce the legal review cycle; (3) pursuing retrospective data agreements in parallel with prospective pilot negotiations, so that outcome data collection begins before the full procurement cycle completes.</p>\n<p>The second execution risk is physician engagement. We are addressing this by designing the clinician brief for zero-friction consumption &mdash; no login, no new workflow, delivered through the EHR&rsquo;s existing messaging system &mdash; and by requiring a physician champion as a design partner selection criterion.</p>\n</div>"
},
{
"cat": "team",
"q": "What does success look like at 18 months (Series A raise)?",
"search": "What does success look like at 18 months Series A raise milestones ARR customers SOC 2",
"a": "<p>At 18 months, a Series A-ready Travi has:</p>\n<ul><li>1 paid, renewing design partner contract with a health system (not a pilot &mdash; a full annual contract)</li>\n<li>6-month readmission outcome data showing a directional reduction in the Travi cohort vs. historical control</li>\n<li>1 additional LOI or signed pilot agreement with a second health system</li>\n<li>SOC 2 Type I certification completed</li>\n<li>$350K&ndash;$700K ARR (or committed ARR from signed contracts)</li>\n<li>A VP of Sales hired and ramping with a qualified pipeline of 5&ndash;10 health system opportunities</li>\n<li>A provisional patent filed on the 7-gate pipeline</li></ul>\n</div>"
},
{
"cat": "financials",
"q": "How much are you raising, and what are the terms?",
"search": "How much are you raising round terms SAFE valuation cap discount seed",
"a": "<p>Travi is raising a <strong>$4&ndash;5M seed round</strong>. The round is structured as a SAFE (Simple Agreement for Future Equity) with a valuation cap of $[X]M and a [X]% discount. The seed round provides 18&ndash;20 months of runway at the projected burn rate, with a target Series A raise at month 18 upon achieving the milestones described above.</p>\n<p>The use of funds is detailed in the Use of Funds page &mdash; the primary allocation is engineering (42%), followed by clinical operations (20%), commercial (15%), compliance (13%), and infrastructure (10%). We are targeting a small number of lead investors with healthcare IT expertise and a track record of supporting B2B clinical AI companies through the design partner phase. Strategic angels with health system relationships are particularly valuable at this stage.</p>\n</div>"
},
{
"cat": "financials",
"q": "What is the pre-money valuation, and how did you arrive at it?",
"search": "What is the pre-money valuation how did you arrive at it comparable seed rounds clinical AI",
"a": "<p>The pre-money valuation is $[X]M, based on three reference points:</p>\n<ol><li><strong>Comparable seed rounds in clinical AI:</strong> Pre-revenue clinical AI companies with strong founding teams and documented clinical insight are raising seed rounds at $12&ndash;20M pre-money in 2024&ndash;2026. Travi&rsquo;s valuation is within this range.</li>\n<li><strong>Team and IP value:</strong> The founding team&rsquo;s clinical access, the engineering specification depth, and the provisional patent filings represent a meaningful head start relative to a team starting from scratch.</li>\n<li><strong>Market timing premium:</strong> The TEAM model launch in January 2026 creates a specific window of urgency that increases the strategic value of moving quickly &mdash; a factor that justifies a premium over a comparable company without this catalyst.</li></ol>\n</div>"
},
{
"cat": "financials",
"q": "What is the exit strategy for investors?",
"search": "What is the exit strategy for investors acquisition IPO return timeline acquirers",
"a": "<p>The primary exit path is a <strong>strategic acquisition</strong> in the $200M&ndash;$800M range within a 7&ndash;10 year horizon. The most likely acquirers are Epic, Oracle Health, Optum/UnitedHealth, CVS/Aetna, and large integrated delivery networks &mdash; all of whom have a clear strategic rationale for acquiring Travi once the outcome data moat is established. The Exit Strategy page documents the full acquirer landscape and comparable transactions.</p>\n<p>An IPO is a secondary path if Travi reaches $50M+ ARR with strong growth and the public market window is favorable. Seed investors should expect a 7&ndash;10 year hold period with a target return of 20&ndash;40x on a strategic exit.</p>\n</div>"
},
{
"cat": "financials",
"q": "What is the single biggest risk to the company, and what keeps you up at night?",
"search": "What is the single biggest risk to the company what keeps you up at night honest answer",
"a": "<p>The honest answer: <strong>procurement speed combined with a long sales cycle</strong> is the risk that could cause the company to run out of runway before achieving the Series A milestones. Health system procurement is slow and unpredictable. A deal that the clinical champion is ready to sign in month 6 can sit in legal review for 4 months. If two or three deals slip simultaneously, the runway math changes.</p>\n<p>We are managing this by targeting smaller health systems first (shorter cycles), building a pipeline of 8&ndash;10 opportunities so that 2&ndash;3 slipping does not derail the milestone plan, and pursuing retrospective data agreements (which have shorter procurement cycles than prospective pilots) to generate outcome data in parallel. The 18&ndash;20 month runway is specifically sized to absorb procurement delays while still hitting the Series A milestones.</p>\n</div>"
}
]
}