Skip to content

Commit 06ee32d

Browse files
Update README.md
1 parent c7f6ab9 commit 06ee32d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Ledger-Core is a high-performance, immutable double-entry ledger implemented ent
88

99
Unlike traditional applications that rely on middle-tier logic (Java/Python) to enforce financial rules, Ledger-Core moves the "Laws of Accounting" into the database schema itself. This ensures that even if a backend service has a bug, the ledger remains balanced, immutable, and audit-ready.
1010

11+
## ✨ Why Ledger-Core?
12+
13+
- **Logic-in-Database**: Financial rules enforced at the database level, not application layer
14+
- **Guaranteed Immutability**: Cryptographic-strength guarantees that records cannot be modified
15+
- **Real-Time Integrity**: Every transaction is verified against ground truth before commit
16+
- **Enterprise-Grade Auditability**: Complete transaction history preserved forever
17+
- **Sub-Millisecond Balance Lookups**: O(1) cached balances with O(N) auditability
18+
- **Distributed-Ready**: UUID v7 support for globally unique, time-ordered IDs
19+
20+
1121
## 🛡️ The Four Pillars of Integrity
1222

1323
### Atomic Double-Entry Balancing:

0 commit comments

Comments
 (0)