OPEN·LEDGER · PITCH DECK
22 MAY 2026
07 / 12 — Three Pillars07 / 12
FOR REVIEW
navigate · O overview · F fullscreen
SERIES SEED · CONFIDENTIAL

The books
should keep themselves.

An open-source, agent-native general ledger built for the world after QuickBooks. Auditable. Self-hosted. MCP-native. Free.
50
expert lenses
v1.0 — 2026
WHATOpenLedger — Agentic GL
WHOFounder · 2026 cohort
WHEREgithub.com/openledger
WHY NOWQBO at $275/mo · MCP at scale
CONTENTS

A book in eleven pages.

II.The bet: ledgers are software, books are operations3 min
III.The incumbent & the cracks in QuickBooks4 min
IV.The fifty: what we asked the experts2 min
V.The architecture: deterministic core, agentic shell5 min
VI.The three pillars that make it un-clone-able3 min
VII.The agent fleet— what they each do4 min
VIII.A demo: speak a transaction into existencelive
IX.Versus thefield: where we win3 min
X.The business — open core, paid cloud, paid trust3 min
XI.Theask1 min
CHAPTER II — THE BET

The general ledger is now a runtime, not a record.

For 500 years the ledger was a passive record an accountant wrote into. In 2026 the ledger became something else: a system the business itself runs through. Agents propose journal entries. Vendors stream invoices into AP queues. Banks push transactions in real time.

QuickBooks figured this out and shipped seven AI agents in eighteen months. They also raised prices 83% in six years, locked the agents behind tiers, and tied every customer's books to a closed cloud. The opportunity isn't to copy them. It's to build what an agent-native ledger looks like when nobody owns the rails.

"It doesn't have to get everything right on its own, as long as it knows what things it should ask about."— Ian Crosby, founder, Bench → Synthetic
82%
SMB accounting share held by QuickBooks (2026)
$275
QBO Advanced — up from $150 in 2020
7
AI agents inside QuickBooks — all paywalled
6,400+
MCP servers in the registry (Feb 2026)
CHAPTER III — THE INCUMBENT

QuickBooks has the data.
We have everything else.

Five fault lines we can drive a wedge into — each one a feature QuickBooks structurally cannot ship.

i

Their agents are add-ons. Ours is the ledger.

Intuit grafted agents onto a 25-year-old codebase. Agent intelligence sits beside the books, not inside them. Ours posts directly to the ledger's transaction model.

ii

Closed cloud + rising prices.

QBO Advanced is $275/mo and rising 12–17% per year. There is no self-host. There is no export-without-pain. Customer data is hostage to the rails.

iii

No real MCP surface.

Customers' own agents — Claude, ChatGPT, custom — cannot read QBO data the way they want. Intuit's interest is to keep them out.

iv

Accountants are tired of being the platform's hostage.

The QBO Accountant sunset at end of 2026 and the new Intuit Accountant Suite is forcing every firm to re-platform. The switching cost is already being paid.

v

Open beats closed when the substrate is models.

An open codebase + open data format means every new model — local, frontier, fine-tuned — improves the product. Closed competitors are locked to one provider.

QBO Advanced — 6-year price drift
+83%
$150 → $275 since 2020. Customers are paying for AI they didn't ask to fund.
CHAPTER IV — THE METHOD

Fifty expert lenses — one ledger.

We modeled the questions a future-proof open ledger has to answer through fifty disciplines — from forensic auditors to LLM safety researchers to nonprofit treasurers. Hover any tile.

01GL Architecture
02Double-Entry Theory
03GAAP / FASB
04IFRS / IASB
05Audit / SOC 1
06SOC 2 Type II
07Tax — US Multi-state
08Tax — VAT / Intl
09Sales Tax / Avalara
10Payroll Tax
11Bank Feeds / Plaid
12OBP / FDX Standards
13Cash vs Accrual
14Revenue Rec — ASC 606
15Lease — ASC 842
16Inventory / WAC / FIFO
17Multi-Currency / FX
18Multi-Entity Conslidation
19Fund Accounting (Non-Profit)
20Cost Accounting
21Project / Job Costing
22Cash Flow Forecasting
23AP Automation
24AR / Collections
25Fraud Detection
26Forensic Accounting
27Internal Controls / SOX
28Document OCR / IDP
29LLM Safety / Eval
30Agent Orchestration
31MCP Protocol Design
32RAG / Vector Search
33Event-Sourced Systems
34Database — Postgres
35API Design — REST/GraphQL
36Webhooks / Event Bus
37OAuth 2.1 / OIDC
38Zero-Trust Auth
39Encryption at Rest
40Self-Hosting / k8s
41Open-Source Licensing
42OSS Community Ops
43UX — Accountants
44UX — SMB Owners
45Mobile-First Capture
46Reporting / BI
47SMB GTM
48Accountant Channel
49Vertical Specialization
50Migrations from QBO
CHAPTER V — ARCHITECTURE

A deterministic core. An agentic shell. Never inverted.

The single design rule: LLMs never mutate the ledger directly. They draft proposals. The deterministic core validates, balances, and posts. Hallucination becomes a UX problem, not an audit one.

L0 · IMMUTABLE LEDGER COREAppend-only journal · double-entry enforced · cryptographic chain · Postgres + event sourcingCORE
L1 · DOMAIN ENGINEChart of accounts · COGS · accruals · multi-currency · tax periods · close cycle · GAAP/IFRS reportingCORE
L2 · DATA INGESTBank feeds (Plaid/FDX) · OCR (Dext-class) · email parsers · webhook bus · CSV importers · QBO migratorCORE
L3 · POLICY & GUARDRAILSApproval rules · spending limits · segregation of duties · agent permission matrix · SOX-style controlsCORE
L4 · MCP SERVER + AGENT FLEETFirst-class MCP host · OAuth 2.1 scopes · 7 native agents · BYO model (Claude / GPT / Llama / local)SHELL
L5 · INTERFACESWeb app · mobile capture · accountant cockpit · CLI · chat (any LLM via MCP) · embedded for partnersSHELL
CHAPTER VI — THE MOAT

Three pillars they can't copy.

i.

Open by license, open by data.

AGPLv3 + commercial dual license. Every journal entry exportable as open JSON-LD. Self-host on your laptop or your cluster. Lock-in is impossible by construction.

Accountants and regulators can audit the codebase. No incumbent can match that promise without dismantling their business model.

Differentiator vs. QBO, Digits, Pilot, Synthetic
ii.

Provable books, not probable ones.

Every agent action is a proposal with a citation trail. The deterministic engine balances debits and credits. Cryptographic hash chain over every entry — tamper-evident by default.

An auditor's first question — "show me the audit trail" — gets answered with a git-log-like view that no closed competitor can match.

Differentiator vs. closed AI bookkeepers
iii.

MCP-native, model-agnostic.

The whole product is an MCP server first. Bring Claude, ChatGPT, Gemini, or a local Llama. Customers' own agents can read, propose, reconcile — under fine-grained OAuth scopes.

The 6,400+ MCP server ecosystem becomes our distribution. Every new model release improves OpenLedger automatically.

Differentiator vs. ERPNext, Odoo, Akaunting
CHAPTER VII — THE FLEET

Seven open agents. One ledger. No subscription tier.

QuickBooks gates each agent behind a paywall ranging from Essentials to Advanced. We ship all seven in the open-source core. Differentiation moves to quality of execution, not access.

B
books
Bookkeeper
Categorizes transactions, proposes journal entries, flags missing context, learns from corrections.
R
reconcile
Reconciler
Three-way matches statements ↔ bank feed ↔ ledger. Explains discrepancies in plain English.
P
accounts payable
Payables
Reads invoices from email, OCRs, drafts bill payments, routes for approval per policy.
$
accounts receivable
Collector
Sends invoices, chases late payers with on-brand reminders, reconciles inbound payments.
T
tax
Tax Counsel
Tracks nexus, computes sales/VAT, drafts filings, surfaces deduction opportunities mid-quarter.
A
audit
Auditor
Continuous anomaly detection — Benford's law, unusual vendor patterns, suspicious round numbers.
C
close · finance
Closer — coordinates the rest at month-end.
Orchestrates the month-end close: queues accruals, prompts the reconciler, prepares the management pack, drafts the variance commentary. The agent every CFO has been trying to hire.
CHAPTER VIII — INTERACTIVE DEMO

Speak a transaction. Watch it post.

Type a transaction in plain English. Our Bookkeeper agent will propose journal entries — and the deterministic core will validate them. This is the actual flow, locally simulated.

BOOKKEEPER AGENT · IDLEawaiting input
// agent inactive — type a transaction and press post
// the ledger will validate the proposal before it commits
CHAPTER IX — THE FIELD

Open or agentic. Never both.

The competitive landscape sorts cleanly along two axes: openness and agentic depth. The upper-right is empty.

Open SourceAgentic AIMCP-NativeSelf-HostAudit TrailPrice (1 user)
OpenLedgerAGPL+Commercial7 agentsFirst-classYesCryptographic$0 OSS / $29 cloud
QuickBooks OnlineClosed7 agents (paywall)NoNoApp-level$38–$275
Digits (AGL)ClosedAutonomous GLNoNoApp-levelBundled w/ svc
Pilot / SyntheticClosedAutonomousNoNoApp-levelService pricing
XeroClosedCopilot onlyNoNoApp-level$15–$78
Odoo AccountingLGPLNoneNoYesYes$0 / €31+
ERPNextGPLv3NoneNoYesYes$0 / $50
AkauntingGPLv3NoneNoYesBasic$0 / $9+
CHAPTER X — BUSINESS MODEL

Open core. Paid cloud. Paid trust.

Three revenue streams, each defensible by something other than feature gating.

Tier 01 · OpenLedger Community

The whole product, self-hosted, forever.

Free/ forever
  • Full ledger, all 7 agents, MCP server, mobile capture
  • Connect any LLM you own — bring your own keys
  • Single-tenant Docker / k8s · run on your hardware
  • AGPLv3 — share improvements back if you SaaS it
Tier 02 · OpenLedger Cloud

Managed, scaled, with the models included.

$29/ entity / mo
  • Hosted MCP host, frontier model included
  • Bank feeds, e-filing, payroll partners pre-wired
  • SOC 2 Type II inherited from us
  • Multi-entity, multi-currency, unlimited users
Tier 03 · OpenLedger Trust — for accountants & regulated entities

Audit-grade compliance, vertical packs, accountant cockpit.

For firms

Multi-client cockpit. Bulk close. Workpapers export. ProAdvisor-style channel.

For verticals

Construction / non-profit / e-comm / SaaS metric packs. Built once, shared open.

For regulated

SOC 1 attestation. GAAP/IFRS reporting packs. SOX control templates.

CHAPTER XI — THE ASK

Help us build the open ledger every accountant is waiting for.

We're raising a $3M seed to ship v1.0 (Q4 2026), reach 10,000 GitHub stars, and convert 250 accounting firms onto OpenLedger Cloud. The 18-month plan ↓

Q3 2026
v0.5 · public beta
Core ledger, Bookkeeper + Reconciler agents, QBO migration tool, Plaid feeds.
Q4 2026
v1.0 · GA
Full agent fleet, SOC 2 Type I, Cloud launch, accountant cockpit beta.
Q2 2027
v1.5 · vertical packs
Non-profit fund accounting, construction job costing, multi-entity consolidation.
Q4 2027
v2.0 · Trust tier
SOC 2 Type II + SOC 1, GAAP/IFRS attestation, 1,000 firms on Cloud.

Eleven chapters · one ledger.

01
Cover
02
Contents
03
The Bet
04
The Incumbent
05
The 50 Experts
06
Architecture
07
Three Pillars
08
Agent Fleet
09
Live Demo
10
Competitive
11
Business Model
12
The Ask