> For the complete documentation index, see [llms.txt](https://handbook.opencoreventures.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.opencoreventures.com/company-ops/finance-ops/finance-ops-systems-overview.md).

# Accounting & Finance Team

Each OCV company will engage directly with a dedicated external Accounting & Finance team. The Accounting and Finance Team invoices each company directly at pre-negotiated billing rates.

The Accounting & Finance Team helps companies manage:&#x20;

1. ​[Bank accounts](/company-ops/finance-ops/bank-management.md)
2. ​[Corporate credit card expense reconciliations](/company-ops/finance-ops/company-expenses.md#corporate-credit-card-usage)​
3. [Invoice processing and payments](/company-ops/finance-ops/payment-processing.md) (both customers and vendors)
4. ​[Payroll administration](/company-ops/finance-ops/company-expenses.md#payroll-processing)​
5. [Monthly financial statements](/company-ops/finance-ops/finance-ops-systems-overview.md#block-0fdfeb7b074d80a1aca9f0d1a62adec8)
6. [Tax filing and compliance](/company-ops/finance-ops/taxes.md)
7. ​Runway modeling (generally for post-Seed companies)

CTOs and CEOs will be introduced to their Accounting & Finance team at onboarding and will have a dedicated messaging channel to communicate with this team as needs and questions arise.

## Monthly finance review meeting <a href="#block-0fdfeb7b074d80a1aca9f0d1a62adec8" id="block-0fdfeb7b074d80a1aca9f0d1a62adec8"></a>

Before CEO onboarding, OCV meets with the Accounting & Finance Team to review runway, key changes in company financials, and company updates, etc.&#x20;

Once a CEO is onboarded, the Accounting & Finance Team will schedule a dedicated monthly finance review call for the company. OCV will support transition and join as optional until Seed round closes.

## Budget for 18 months of runway <a href="#block-28bfeb7b074d80e5a7a3d7e9fca771a4" id="block-28bfeb7b074d80e5a7a3d7e9fca771a4"></a>

In general, we recommend creating a rough operating budget for \~18 months of runway at the start. This is a reasonable time estimate to meet key milestones that Seed round investors would be looking for in their investment evaluation.&#x20;

Market conditions and company-specific needs may increase or decrease this estimate. The key is to plan for and allocate resources ($) to meet milestones that will (1) demonstrate sufficient traction to secure new funding from investors and (2) increase the valuation of the business.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://handbook.opencoreventures.com/company-ops/finance-ops/finance-ops-systems-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
