Balanced at commit
Debits equal credits for each asset in a transaction, enforced by the database at the moment it commits.
Financial infrastructure
Double-entry ledger for money, credits and stock.
A hosted double-entry ledger with an API. Every transaction balances, every entry is permanent and every balance can be proved, with the rules enforced by the database rather than only by application code. Free today.
Who it is for. Finance and engineering teams that keep books for money, credits or stock and want guarantees they can verify rather than trust.
Debits equal credits for each asset in a transaction, enforced by the database at the moment it commits.
No edit or delete path exists on the journal; corrections are new, visible transactions.
Whole minor units with a per-asset precision; approximate arithmetic never touches an amount.
Every account declares its floor; a movement that would breach it is refused, even under concurrent load.
Every write carries a key you choose; a retry after a timeout cannot move value twice.
Row-level isolation inside the database, failing closed; give each of your own clients a ledger of their own.
Four internal audit gates, adversarial re-audits and continuous live probes, all published with their findings.
An OpenAPI document, an API explorer and an llms.txt written for software agents.
The product site has the documentation and the way in. For procurement questions, a pilot or an integration, talk to us directly.