For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ledger

A ledger is an isolated accounting environment.

Every ledger contains its own accounts, balances, transactions, and entries. Data is never shared between ledgers, making them ideal for multi-tenant applications.

For example:

  • One ledger per customer

  • One ledger per business

  • One ledger per merchant

  • One ledger per platform

  • One ledger per organization

Last updated