Use case

The stateful ledger use case

Definition

A stateful ledger is a double-entry, append-only general ledger that is continuously maintained as activity happens. Postings carry references to the events that created them, contracts, invoices, payments, settlements, so financial state is always current and explainable. Corrections are new entries, never silent edits. Lucius is built on a stateful ledger as its core architecture for venture-backed companies that need real-time financial truth instead of a reconstructed close.

The problem

  • Traditional ledgers record outcomes after the fact. Finance teams gather data from other systems, reconcile differences, and reconstruct truth at close.
  • Reclassifications and adjustments are often hidden mutations that break the audit trail.
  • As businesses get more complex, after-the-fact ledgers compound errors instead of preventing them.

How Lucius solves it

  • Lucius maintains a single double-entry ledger that updates as activity happens.
  • Every posting links back to the event that created it — contract, invoice, payment, settlement, payroll line, vendor bill.
  • Corrections and reclassifications are append-only postings that reference the original, so history is never overwritten.

Workflow

  1. 1

    Source events feed the ledger

    Invoices, payments, settlements, payroll, vendor bills, and reconciliations all produce postings directly.

  2. 2

    Postings are double-entry and event-linked

    Every entry has a debit, a credit, and a reference back to the originating event.

  3. 3

    Corrections are append-only

    Reclassifications and reversals post new entries that reference the originals.

  4. 4

    Reports come from the ledger directly

    Balance sheet, P&L, cash flow, deferred revenue, and supporting schedules are generated from the same state.

Example data flow

FromToWhat happens
Event (invoice, payment, settlement, payroll)PostingEach event produces double-entry postings to the stateful ledger.
CorrectionNew posting (references original)Reclassifications and corrections post additional entries — originals are never overwritten.
Stateful ledgerReportsBalance sheet, P&L, cash flow, deferred revenue are derived from current state.

Frequently asked questions

What is a stateful ledger?

A stateful ledger is a double-entry general ledger maintained continuously as activity happens. Every posting links to the event that created it, contract, invoice, payment, settlement, or payroll, and corrections are append-only entries referencing the original. Lucius built its platform on this architecture so financial truth is current between closes, not reconstructed from disconnected systems at month-end.

Is the Lucius ledger compliant with double-entry accounting?

Yes. Every Lucius posting is double-entry. The architecture extends traditional double-entry with event linkage and append-only corrections for a permanent audit trail. Balance sheet, P&L, and cash flow derive from the same maintained state that runs contract-to-cash and reconciliation.

Can I export the ledger?

Yes. Lucius exports trial balance, journal entries, and supporting schedules as CSV and accounting-format files. Exports trace to source events on the stateful ledger, suitable for auditors, investors, and tax preparers who need evidence behind every balance.

How is this different from QuickBooks?

QuickBooks records outcomes after the fact. Lucius maintains financial state as activity happens and produces accounting outputs from that state.